body, p,
h1, h2, h3, h4, h5, h6,
table, tr, td,
ul, ol, li,
form, input, select,.footer,
a     {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12px;
       color: #B9B9B9;
       text-decoration: none;   
    }




a,
a:link,
a:active,
a:visited,
a:hover
 {
	font-weight: normal;
	text-decoration: normal;
	color: #FFFFFF;
 }
a:hover
 {
	text-decoration: normal;
 }

 
.error
{
 color: #CC474C;
}
 
.correct
{
 color: #D3D4D3;
} 
 
input,textarea,select
{
 border:1px solid #C1C2C3;
 background:#E9E9E9;
 color:#000000;
}

.hypernav,
a.hypernav,
a.hypernav:link,
a.hypernav:active,
a.hypernav:visited,
a.hypernav:hover
 {
	font-weight: normal;
	text-decoration: none;
	color: #2A5781;
        font-weight:bold;
 }
a.hypernav:hover
 {
	text-decoration: normal;
	color: #2A5781;
	text-decoration: underline;
 }
 
 
a.copyright,
a.copyright:link,
a.copyright:active,
a.copyright:visited,
a.copyright:hover
 {
	color:#FFFFFF;
	font-weight:normal;
	font-size:9px;
	text-decoration: none;
 }
a.copyright:hover
 {
	text-decoration: hover;
 } 
 
 
 
.title
{
 font-weight:bold;
 font-size:14px;
 color:#00A251;
}


.pic
{
 border:2px solid #725D45;
}