/* CSS Document */

body {
	margin: 0px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	scrollbar-face-color : #cfcfcf;
	scrollbar-shadow-color : #afafaf;
	scrollbar-highlight-color : #a0a0a0;
	scrollbar-3dlight-color : #000000;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-track-color : #4A98D8;
	scrollbar-arrow-color : #FF8000;
	background-image: url(graphics/main/tile_leftbar.jpg);
	background-repeat: repeat-y;
	background-position: left;
}


a:link    { text-decoration: none; }
a:active  { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline ; color: #FF0000; }

.leftbarTile {
	background-image: url(graphics/main/bkgd_leftbar.jpg);
	background-repeat: repeat-y;
}
.contentCell {
	padding: 20px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.featureText {
	font-size: 12pt;
	font-weight: normal;
}
.orangeText {
	color: #FF9900;
}
.lightBlue {
	color: #3399cc;
}
.giantRed {
	font-size: 15pt;
	color: red;
	font-weight: bold;
}
.giantBlue {
	font-size: 15pt;
	color: #0000cc;
	font-weight: bold;
}
.bigBlue {
	font-size: 14pt;
	color: #0000cc;
	font-weight: bold;
}
.redText { color: red; }