/* CSS Document */
.WhiteMenuText { font-family:verdana;font-size:8pt; font-weight:bolder; color:#FFFFFF }
.WhiteText { font-family:verdana;font-size:8pt; color:#FFFFFF }
.BigWhiteText { font-family:verdana;font-size:8.5pt; color:#FFFFFF }
.DarkBlueText { font-family:verdana;font-size:8.5pt; color:#003f79 }
.LightBlueText { font-family:verdana;font-size:8pt; color:#9ba8b5 }
.YellowText { font-family:verdana;font-size:9pt;color:#FFFF00; text-transform:uppercase; }
.bodbg {
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f4f4f4;
}
.borderbox {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #77b2e8;
	border-left-color: #77b2e8;
}
.textlinkWhite A:link {color:#ffffff; text-decoration : none;}
.textlinkWhite A:visited {color:#ffffff; text-decoration: none;}
.textlinkWhite A:active {color:#ffffff; text-decoration: none;}
.textlinkWhite A:hover {color:#ffcc00; text-decoration: none;}

.textlinkLightBlue A:link {color:#0094dd; text-decoration : none;}
.textlinkLightBlue A:visited {color:#0094dd; text-decoration: none;}
.textlinkLightBlue A:active {color:#0094dd; text-decoration: none;}
.textlinkLightBlue A:hover {color:#ffcc00; text-decoration: none;}

.textlinkLightBlueA A:link {color:#9ba8b5; text-decoration : none;}
.textlinkLightBlueA A:visited {color:#9ba8b5; text-decoration: none;}
.textlinkLightBlueA A:active {color:#9ba8b5; text-decoration: none;}
.textlinkLightBlueA A:hover {color:#9ba8b5; text-decoration: underline;}

.contentbox {
	background-color: #96c3ec;
	background-image: url(images/largebox-content.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment:fixed;
}
.box-leftside {
	background-color: #fbfdfe;
	background-image: url(images/body-leftside.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bodygradient {
	background-color: #FFFFFF;
	background-image: url(images/bodygradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
