@charset "utf-8";
/* CSS Document */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, div {margin:0; padding:0;}
	html, body {height:100%;}
	
ul,li {list-style-type:none;}
img, table {border:0;}
hr {display:none; clear:both; visibility:hidden; height:0px;}

.centered {text-align:center;}	
.alignRight {text-align:right;}
.floatLeft	{float:left;}	
.floatRight {float:right;}
.clear {clear:both; height:0px; font-size:1px; line-height:1px;}
	
/*hack:stops ff/mozilla dotted line around links, doesn't validate */
:focus {-moz-outline-style: none;} 

.bold {font-weight:bold}
.italic {font-style:italic}

/* skip */
#skipToContent {position:absolute; padding:0; margin:0; height:0; text-indent:-9999px; display:block;}

.imageTitle {display:block; text-indent:-9999px;}
.imageLink a, a.imageLink {display:block; text-indent:-9999px;}

.noImageTitle {height:0px;}
.noDisplay {display:block; text-indent:-9999px; height:0px; display:none;}

a, a:visited, a:hover {color:#fff;}  

