#conash3D0 {height:0px; top:-1px;}

/* Body Structure */

body {
	font-family: Arial, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#000;
	} 
	
.body {
	font-family: Arial, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#000;
	} 	
	
.red {
	font-family: Arial, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#bf242c;
	} 	

.white {
	font-family: Arial, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#ffffff;
	} 		
	
.header {
	font-family: Arial, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#043879;
	} 	
	
/* Navigation */

.nav{
background-color:transparent;
padding-right: 5px;
padding-left: 5px;
border-right: 1px solid gray;
color: #838383;
}

.nav a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
color: #bf2a30;
font-weight: bold;
}

.nav a:hover{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
color: #c4312f;
background-color: white;
}
	

/* Default Links */	
	
a:link {color: #c4312f; }
a:visited {color: #c4312f; }
a:hover {color:#bf2a30; }
a:active {color: #FFFFFF; }

a.redlink:link {
	color:c0282e;
	text-decoration:none;
}

a.redlink:visited {
	color:c0282e;
	text-decoration:none;
}

a.redlink:hover {
	color:c0282e;
	text-decoration:underline;
}

a.white2:link {
	color:ffffff; 
	text-decoration:none;
}

a.white2:visited {
	color:ffffff;
	text-decoration:none;
}

a.white2:hover {
	color:ffffff;
	text-decoration:underline;
}