/* HTML TAG REDEF */

body {
	background-image: url(images/bg2.gif);
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #AD0118;
	text-decoration: underline;
}
a.rev {
	text-decoration: underline;
}
a.rev:hover {
	text-decoration: none;
}
p, .p, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
h1, .h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C80722;
}
h2, .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
hr {
	height: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: none;
	border-top: solid 1px #E1E1E1;
}

/* CLASSES */


.white {
	color: #FFFFFF;
}
.red {
	color: #D50322;
}
.blue {
	color: #8088A8;
}
.10px {
	font-size: 10px;
}
.fastFind {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 180px;
}
.grey_border {
	border: 1px solid #CCCCCC;
}
.form_fields {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	width: 145px;
}
.ul_arrows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-image: url(images/arrows.gif);
	margin: 0px;
	padding:0px;
}
.ul_arrows li{
	margin: 0 0 0 1.9em;
	padding: 0;
	text-indent: 0em;
	
}

.image_align_right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* STRUCTURE IDENTITIES */

#cont {
	width: 706px;
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
#cont #contTop {
	height: 21px;
	background-image:url(images/ticker_bg.jpg);
	margin-bottom: 15px;
	text-align: left;
	line-height: 20px;
	background-position: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
#cont #contTop a {
	color:#C8CBDD;
	text-decoration: none;
}
#cont #contTop a:hover {
	text-decoration: underline;
}
#cont #contMain {
	height: auto;
	padding: 1px;
	background-color:#FFFFFF;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: left;
	
}
#cont #contMain #contMainHead {
	height: 159px;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	background-image: url(images/head_image.jpg);
	margin-bottom: 2px;
	text-align: left;
}
/*#cont #contMain #contMainBody {
	background-image: url(images/bg_image.gif);
	background-repeat: repeat-y;
}*/
#cont #contMain #contMainBody #contMainBodyLeft {
	float:left;
	width:470px;
	text-align:left;
	padding-right:10px;
	padding-top:10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e1e1e1;
	min-height:400px;
}
#cont #contMain #contMainBody #contMainBodyRight {
	float:right;
	text-align:left;
	padding-right:0px;
	padding-top:10px;
	padding-left: 10px;
	width: 170px;
}
#cont #contMain #contMainHead #contMainHeadWing {
	left: 658px;
	top: -75px;
	position: relative;
	width: 56px;
	height: 75px;
}
#cont #contMain #contMainNav {
	height: 24px;
	background-image:url(images/nav_bg.gif);
	margin-bottom: 2px;
}
#cont #contMain #contMainNav div {
	height: 24px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	line-height: 22px;
	float: left;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
}
#cont #contMain #contMainNav div a {
	color: #FFFFFF;
	text-decoration: none;
}
#cont #contMain #contMainNav div a:hover {
	color: #D70B28;
	text-decoration: none;
}
#cont #contMain #contMainNav .navoff {
	
}
#cont #contMain #contMainNav .navon {
	color: #D70B28;
	background-color: #D5D5D5;
	cursor: hand;
}
#cont #contMain #contMainNav span {
	float: right;
	padding-right: 50px;
	line-height: 20px
}
#cont #contMain #content {
	height: 500px;
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
#cont #contMain #content #txtarea {
	width:200px;
	height: auto;
	text-align: left;
	float: left;
}
#cont #contMain #content #txtarea #txtarearght {
	width: 20px;
	height: 30;
	text-align: right;
	float:right;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	width: 746px;
}
#footer div {
	background-color: #FFFFFF;
	border-left: 21px solid #AC0118;
	border-right: 21px solid #AC0118;
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
}
