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

body {
	background-color: #e3d595;
	background-image: url(../common_images/header_panel.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;;
	padding:0;
}
.topBarOrange {
	background-image: url(../common_images/top_orange_bar.gif);
	background-repeat: no-repeat;
}
.sideBarOrange {
	background-image: url(../common_images/side_orange_bar.gif);
	background-repeat: repeat-y;
}
.bottomBarOrange {
	background-image: url(../common_images/bottom_orange_bar.gif);
	background-repeat: no-repeat;
}
.topBarRed {
	background-image: url(../common_images/top_red_bar.gif);
	background-repeat: no-repeat;
}
.sideBarRed {
	background-image: url(../common_images/side_red_bar.gif);
	background-repeat: repeat-y;
}
.bottomBarRed {
	background-image: url(../common_images/bottom_red_bar.gif);
	background-repeat: no-repeat;
}
.bodyText {
	color: #006;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
}
.mainText {
	color: #323f76;
	font-size: 14px;
	font-family: verdana;
	line-height: 18px;
}
.biggerText { 
	color: #323f76; 
	font-size: 15px; 
	font-family: verdana; 
	line-height: 18px; 
}
.blueStripeCell {
	background-image: url(../common_images/blue_stripe1.gif);
	background-repeat: repeat-x;
}
.blueStripeCell2{
	background-image: url(../common_images/blue_stripe2.gif);
	background-repeat: repeat-x;
}
.bottomNavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.finePrint {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#666;
}
.boxTopBig {
	background-image: url(../common_images/box_top_big.gif);
	background-repeat: no-repeat;
}
.boxFillBig {
	background-image: url(../common_images/big_box_fill.gif);
	background-repeat: repeat-y;
}
.boxBottomBig {
	background-image: url(../common_images/big_box_bottom.gif);
	background-repeat: no-repeat;
}
.boxTopSmall {
	background-image: url(../common_images/small_box_top.gif);
	background-repeat: no-repeat;
}
.boxFillSmalll {
	background-image: url(../common_images/small_box_filler.gif);
	background-repeat: repeat-y;
}
.boxBottomSmall {
	background-image: url(../common_images/small_box_bottom.gif);
	background-repeat: no-repeat;
}
.blueHeaders {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #006;
}
.bigBlueHeaders {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #006;
}
a:link { 
color: #e47f35; 
}
a:visited { 
color: #7cbbc3; 
}
.copyrights { 
color: gray; 
font-size: 9px; 
font-family: sans-serif; 
}
.headlineItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	color: #323f76;
}
.headlineItalicBig {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 26px;
	font-weight: bold;
	color: #323f76;
}

