/*
	AvenGer styles
*/

.navLink:link { text-decoration:none; font-weight:bold; color: #0d0801;}
.navLink:visited {text-decoration:none; font-weight:bold; color: #0d0801;}
.navLink:hover { text-decoration:none;font-weight:bold; color: #ffffff;}
.navLink:focus { text-decoration:none;font-weight:bold; color: #0d0801;}

a:link{text-decoration:underline;font-weight:bold;color:#252525;}
a:visited{text-decoration:underline;font-weight:bold;color:#252525;}
a:hover{text-decoration:underline;font-weight:bold;color:#252525;}
a:focus{text-decoration:underline;font-weight:bold;color:#252525;}

.addLink:link{text-decoration:none;color:#e5e4a9;}
.addLink:visited{text-decoration:none;color:#e5e4a9;}
.addLink:hover{text-decoration:none;color:#ffffff;}
.addLink:focus{text-decoration:none;color:#e5e4a9;}

table{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #252525;
	font-size:12px;
}

hr {
    height: 1px;
	color: #0d0801;
	background-color: #0d0801;
    border: none;
}

.sb{
	border:1px solid #0d0801;
	padding:0px;
}
.b2,.b3{
	border-left:2px dotted #252525;
	padding:2px;
}
.b3{
	border-color:#900000;
}

.field,.message{background-color:#fafafa; border:1px solid #b0b0b0;}
.field {width:230px;}
.message {width:400px; height:150px;}
.cformr,.cforml{
	background-color:#eeeeee;
	border:0px;
	padding:1px;
}
.cformr{
	text-align:right;
}
.cforml{
	text-align:left;
}

.bright{
	color:#e5e4a9;
}
.b,.smb{
	font-weight:bold;
}
.smb{
	font-size:9px;
}
.footnote{
	font-size:10px;
}