/*------- GENERAL FORMATING --------*/

	.authtag {
	color: #999999;
	font-size: 9px;
	text-decoration: none;
}

	a.authtag:hover {
	color: #FFCC00;
	text-decoration: underline;
}

	td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
	
body {
	background-color: #000000;
}

	
  /*.tc_white {color: #FFFFFF;}*/


/*------- BOXES AND BOARDERS --------*/

	.box_1111 {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-color: #10243B;
		border-right-color: #10243B;
		border-bottom-color: #10243B;
		border-left-color: #10243B;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		
	}
	.box_1000 {
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		height: 25px;
		border-color: #666666;
	}
	
	.box_0001 {
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 1px;
		border-top-color: #10243B;
		border-right-color: #10243B;
		border-bottom-color: #10243B;
		border-left-color: #10243B;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		height: 25px;
	}

		.box_0010 {
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-top-color: #10243B;
		border-right-color: #10243B;
		border-bottom-color: #10243B;
		border-left-color: #10243B;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		height: 25px;
	}
	
	.box_0110 {
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-top-color: #999999;
		border-right-color: #999999;
		border-bottom-color: #999999;
		border-left-color: #999999;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
	}
	
	.box_0011 {
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-color: #10243B;
		border-right-color: #10243B;
		border-bottom-color: #10243B;
		border-left-color: #10243B;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
	}
	
	.box_1100 {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-color: #999999;
		border-right-color: #999999;
		border-bottom-color: #999999;
		border-left-color: #999999;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
	}
	
/*------- BOX HEADERS --------*/
	
	.infobox_main {
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		background-color: #AFBAC6;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		border-color: #555555;
	}
	
		.infobox_3 {
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		background-color: #CA0021;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		border-color: #555555;
	}
	
	.infobox_header {
		background-color: #696A76;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12px;
		background: #696A76;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.infobox_header_2 {
		background-color: #F2F2F2;
		color: #666666;
		font-weight: bold;
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-bottom-color: #999999;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		background-image: url(/assets/gui/hdr_background_1a.jpg);
	}
	
	.infobox_header_3 {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(/assets/gui/cell_bkg_1a.jpg);
	font-style: italic;
	}
	
	a.infobox_header:link {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	a.infobox_header:hover {
		text-decoration: underline;
		color: #FFFFCE;
	}


/*------- GENERAL TEXT FORMATING --------*/

	.text09 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #933528;
	}
	
	.text09_white {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #FFFFFF;
	}
	
	a.text09_white:link {
		text-decoration: none;
		}
		
	a.text09_white:hover {
		text-decoration: underline;
		color: #FF9900;	
		}
		
	.text09_nc {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
	}
	
	a.text09_nc:link {
		text-decoration: none;
		}
		
	a.text09_nc:hover {
		text-decoration: underline;
		color: #933528;	
		}	
	
	
	.text10 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #16437D;
	}
	
	.text11 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	.text12 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
	}
	
	.text12_gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	}


/*------- TEXT HEADLINE FORMATING --------*/

	.hdl11_white {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	.hdl11_gray {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #333333;
	}
	
	.hdl14_gray {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bolder;
		color: #333333;
	}

	.hdl16_gray {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #333333;
	}
	
	.hdl18_gray {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: #333333;
	}
	
		.hdl18_red {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #C1001F;
	}
	
	
				a.hdl18_red {
				text-decoration: none;
			}


				a.hdl18_red:hover {
				text-decoration: underline;
				
			}
	
		.hdl18_white {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: #FFFFFF;
	}

	.hdl20_gray {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: #333333;
	}
	
	.hdl20_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	}
	
	.hdl20_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: red;
	font-style: italic;
	}


/*------- TEXT LINK FORMATING --------*/


.link03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4F6280;
	font-style: normal;
	text-decoration: underline;
}

a.link03:hover {
	color: #4F6280;
	text-decoration: underline;
}

.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

a.bottomnav:hover {
	color: #DFEDE7;
	text-decoration: underline;
}


.link_nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

a.link_nav:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
	

a.link_nav:hover {
text-decoration: underline;
color: #FFFFFF;
}

.link12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

a.link12:link {
	text-decoration: none;
	color: #333333;
	}
	
	a.link12:hover {
		text-decoration: underline;
		color: #9D0000;
	}
	
	a.link12:visited {
	text-decoration: none;
	}
	
.link12_white {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}


a.link12_white:link {
text-decoration: none;	
}
	
a.link12_white:hover {
text-decoration: underline;
color: #FF0000;
}
	
a.link12_white:visited {
text-decoration: none;
}
.hdl20_white {

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: normal;
		color: #FFFFFF;
}

/*------- ARROW LINK FORMATING --------*/

.arrowlink01 {
	background-color: #595B56;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 1px 4px;
	letter-spacing: -3px;
}

a.arrowlink01:hover {
	background-color: #9D0000;
	color: #FFFFFF;	
}

.arrowlink02 {
	background-color: #DAEAF0;
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 1px 4px;
	letter-spacing: -3px;
}

a.arrowlink02:hover {
	background-color: #FF0000;
	color: #000000;	
}

/*------- DISPLAY PRICE FORMATING --------*/


.pricebig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

.pricesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

.pricesmallSUB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	text-decoration: none;
	font-weight: bold;
	vertical-align: super;
}

.pricebigsub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	text-decoration: underline;
	font-weight: bold;
	line-height: 24px;
	vertical-align: super;
}



/*------- FORM ELEMENTS FORMATING --------*/

.formreq1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

.formerror1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}
