/* Begin Main Style */
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #B6393C;
}
a:active {
	color: #B6393C;
}

/* Header styles */

table.topText{
	background-image: url(assets/topGradient.gif);
	background-repeat:repeat-x;
	}
	
a.textBlue11 {
	font-size: 10px;
	color: #007BEB;
	font-weight: bold;
	text-decoration: none;
	}

a.textBlue11:hover {
	font-size: 10px;
	color: #007BEB;
	font-weight: bold;
	text-decoration: none;
	}

a.textBlue11:visited {
	font-size: 10px;
	color: #007BEB;
	font-weight: bold;
	text-decoration: none;
	}
	
a.textBlue11:active {
	font-size: 10px;
	color: #007BEB;
	font-weight: bold;
	text-decoration: none;
	}
	
/* Global Nav styles */

.navGround {
	background-image: url(pics/topNavGradient.gif);
	background-repeat: repeat-x;
	}
	
/* Bottom styles */

.separatorLine {
	background-color: #FFFFFF; 
	background-image: url(assets/separator_line_tile.gif);
	background-repeat: repeat-x;
	}
	
.boxHeader {
	background-image: url(assets/box_header_fill.gif);
	background-repeat: repeat-x;
	}
	
.boxLeftSide {
	background-color: #F8F8F8;
	border-top: #006ED5 0px solid; 
	border-right: #006ED5 0px solid;
    border-left: #006ED5 1px solid;
	border-bottom: #006ED5 0px solid;
	}
	
.boxRightSide {
	background-color: #F8F8F8;
	border-top: #006ED5 0px solid; 
	border-right: #006ED5 1px solid;
    border-left: #006ED5 0px solid;
	border-bottom: #006ED5 0px solid;
	}
	
.boxBottomSide {
	background-color: #F8F8F8;
	border-top: #006ED5 0px solid; 
	border-right: #006ED5 0px solid;
    border-left: #006ED5 0px solid;
	border-bottom: #006ED5 1px solid;
	}

.boxFill {
	background-color: #F8F8F8;
	}
	
.boxSmallHeader {
	font-weight: bold;
	color: #f26622;
	font-size: 11px;
	}
	
.boxCopy {
	font-size: 11px;
	line-height: 13px;
	}
	
a.boxLink, a.boxLink:visited {
	font-size: 11px;
	color: #1E6AB6;
	}

a.boxLink:hover {
	font-size: 11px;
	color: #F26622;
	}
	
a.boxLinkOrange, a.boxLinkOrange:visited {
	font-size: 11px;
	color: #1E6AB6;
	font-weight: bold;
	color: #F26622;
	text-decoration: none;
	}

a.boxLinkOrange:hover {
	font-size: 11px;
	color: #F26622;
	font-weight: bold;
	color: #F26622;
	text-decoration: none;
	}

	
/* Footer styles */

.footerFill {
	background-color: #F4F4F4;
	}
	
.footerCopy {
	font-size: 10px;
	color: #999999;
	}

	
a.footerLink {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	}

a.footerLink:hover {
	font-size: 10px;
	color: #F26622;
	text-decoration: none;
	}

a.footerLink:active {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	}
	
a.footerLink:visited {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
	
/* Padding styles */

.pad10R {
	padding-right: 10px;
	}
	
.pad10L {
	padding-left: 10px;
	}
	
.pad2B {
	padding-bottom: 2px;
	}
	
.pad5T {
	padding-top: 5px;
	}