/* CSS Document */

BODY {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#333
    }

a:hover {color: #F00;}

.bluelink10 {font-size:10px; text-decoration:underline; color:#002680;}
.bluelink12 {font-size:12px; text-decoration:underline; color:#002680;}
.bluelink12:Visited {font-size:12px; text-decoration:underline; color:#002680;}
.bluelink14 {font-size:14px; text-decoration:underline; color:#002680;}
.bluelink16 {font-size:16px; text-decoration:underline; color:#002680;}
.whitelink12 {font-size:12px; text-decoration:underline; color:#FFF;}
.whitelink14 {font-size:14px; text-decoration:underline; color:#FFF;}

.font10 {font-size:10px;}
.font12 {font-size:12px;}
.font14 {font-size:14px;}
.font20 {font-size:20px;}
.font26 {font-size:26px;}

.colorblack {color:#000;}
.colorblue {color:#00F;}
.colorred {color:#F00;}
.colorwhite {color:#FFF;}
.colordarkgrey1 {color:#333;}
.colordarkgrey2 {color:#666;}

.subtitle{font-weight:bold; color:#333; font-size:14px; border-bottom:thin solid black; border-bottom-color:#333;}
.subtitleblue{font-weight:bold; color:#002680; font-size:14px; border-bottom:thin solid black; border-bottom-color:#002680;}

.rightborder {
	background-image: url('../images/borderright.jpg');
	background-repeat: repeat-y;
	background-position:left;
	}
	
	.bottomborder {
	background-image: url('../images/borderbottom.jpg');
	background-repeat: repeat-x;
	background-position:top;
	}
	
	.bottomrightborder {
	background-image: url('../images/borderrightcorner.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	}
	
.border{
	border-color:#000;
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-style:solid;
}

.border-table-black-right{
	border-color:#000;
	border-bottom-width:0px;
	border-top-width:0px;
	border-right-width:1px;
	border-left-width:0px;
	border-style:solid;
}

.bottomblackthinborder{
	border-color:#000;
	border-bottom-width:1px;
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-style:solid;
}

.topbottomborderblack{
	border-color:#000;
	border-bottom-width:2px;
	border-top-width:2px;
	border-right-width:0px;
	border-left-width:0px;
	border-style:solid;
}

.topbottomborderthinwhite{
	border-color:#FFF;
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:0px;
	border-left-width:0px;
	border-style:solid;
}

.bottomborderblack{
	border-color:#000;
	border-bottom-width:2px;
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-style:solid;
}

.leftborderblack{
	border-color:#000;
	border-bottom-width:0px;
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:2px;
	border-style:solid;
}