/* @ general */
body, table, tr, td, input, select, textarea{
	font-family: arial, verdana;
	font-size: 11px;
	color: black;
}
body.negative, td.negative{
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
}

p{
	margin-top : 12px;
	margin-bottom : 10px;
	
}
p.negative{
	color: #ffffff;
	margin-bottom : 10px;
}

.imgBorder{
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	}

.imgBorder2{
	border-top: #515151 1px solid;
	border-bottom: #515151 1px solid;
	border-left: #515151 1px solid;
	border-right: #515151 1px solid;
}

/* @ bottom menu */
a.bNav{
	font-family: arial, verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.bNav:hover{
	font-family: arial, verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

/* @ link */
a{
	font-family: arial, verdana;
	font-size: 11px;
	color: #0F2B6B;
	text-decoration: underline;
}
a:hover{
	font-family: arial, verdana;
	font-size: 11px;
	color: #0F2B6B;
	text-decoration: none;
}
/* @ headers */
h1{
	font-family: arial, verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom : 8px;
}
h3{
	font-family: arial, verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom : 8px;
	margin-top : 0px;
}

/* @ images subnav */

a.imgnav{
	font-family: arial, verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.imgnav:hover{
	font-family: arial, verdana;
	font-size: 11px;
	color: #d3d3d3;
	text-decoration: none;
}
	
.tblHd{
	background-color: #392206;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
