.orangeButton {
	background-image:url(../assets/top_nav_bg.jpg);
	background-repeat:repeat-x;
	color:#003399;
}

/* Header Styles */

.Header {
	background-image:url(../assets/header_bg.jpg);
	background-repeat:repeat-x;
	height:33px;
}

.HeaderBorder {
	border:1px solid #9BAFDE;
}

.siteName {
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
	color:#104894;
	line-height:33px;
	padding-left:18px;
}

.siteName a {
	text-decoration: none;
	color:#104894;
}



/* Breadcrums Styles */

.Breadcrums_bg {
	background-image:url(../assets/breadcrums_bg.jpg);
	background-repeat:repeat-x;
	height:50px;
	border-top:1px solid #FFFFFF;
}

.breadcrumsText {
	font-family:Verdana;
	font-size:10px;
	padding-top:10px;
	padding-left:18px;
	color:#000000;
}

.breadcrumsText a{
	font-style:italic;
	color:#333333;
}

/* tov nav styles */

.navBorder {
	border-top:1px solid #9BAFDE;
	border-left:1px solid #9BAFDE;
	border-right:1px solid #9BAFDE;
}

.navNoRightBorder{
	border-right:none;
}


.navLinkBg {
	background-image:url(../assets/top_nav_bg.jpg);
	height:16px;
}

.navActiveLinkBg {
	background-image:url(../assets/top_nav_hover_bg.jpg);
	height:16px;
}

.navLinkActive{
	font-family:Verdana;
	font-size:10px;
	color:#11449E;
}

.navLink {
	font-family:Verdana;
	font-size:10px;
	color:#11449E;
}

.navLink a {
	text-decoration:none;
	color:#11449E;
}

.navLink a:hover {
	color:#FFFFFF;
	height:16px;
}



/* grid parent table Styles */

.tablePadding {
	padding:10px;
}

.tableBorder {
	border:1px solid #A0B3CD;
}

.tableHeader {
	background-image:url(../assets/table_header_bg.jpg);
	background-repeat:repeat-x;
	height:29px;
}

.tableHeaderText {
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	color:#002A75;
	padding-left:10px;
}



/* grid Styles */

.gridHeader {
	background-image:url(../assets/grid_header_bg.jpg);
	background-repeat:repeat-x;
	height:27px;
}

.gridborderRight {
	border-right:1px solid #FFFFFF;
}

.gridRow, .gridRow a {
	background-color:#E9ECED;
}

.gridRow1, .gridRow1 a {
	background-color:#D3DADC;
}

.gridHeaderText {
	font-family:Verdana;
	font-size:10px;
	font-weight: bold;
	color:#002A75;
	padding-left:10px;
	padding-right:7px;
}

.gridHeaderText a{
	color:#002A75;
}

.gridText {
	font-family:Verdana;
	font-size:10px;
	color:#002A75;
	line-height:15px;
	padding-left:10px;
	padding-right:7px;
	padding-bottom:7px;
	padding-top:7px;
}

.gridText a{
	color:#002A75;
}



/* Footer Styles */

.footer {
	background-image:url(../assets/footer_bg.jpg);
	background-repeat:repeat-x;
	height:42px;
	padding-left:18px;
	padding-top:10px;
	padding-right:10px;
}

.footerText {
	font-family: Verdana;
	font-size:10px;
	color:#000000;
}

.footerText a{
	color:#002A75;
}




/* OtherStyles */

a {
	color:#002A75;
}

.borderBottom {
	border-bottom:1px solid #ffffff;
}

.borderTop {
	border-top:1px solid #ffffff;
}

.paddingRight {
	padding-right:10px;
}

.paddingLeft {
	padding-left:10px;
}

td {
	font-family:Verdana;
	font-size:10px;
}

.pageText {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.pageText a {
	color: #d27010;
}

.formBox, .formDropDown, .formTextArea {
	width: 250px;
	font-family: Verdana;
	font-size: 11px;
}

.signature {
	margin-top: 10px;
	border-top: 1px dashed #999999;
}

.code {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}

blockquote {
	border: solid thin #c0c0c0;
	background-color: #f0f0f0;
    padding: 4px 4px 4px 4px;
}
	
blockquote .bqheader {
	font-weight: bold;
	margin-bottom: -10px;
} 

a img{ border:0;}

