
html {
margin : 0;
padding : 0;
}

body {

background : #D3D8B4;
margin : 0;
padding : 0;
min-height : 100%;
}

table.green td
{
font : 8pt verdana;
color: #747B44;
margin-top : 0;

}

table.green td.right
{
text-align: right


}

input
{

border: 1px solid #747B44
}

.submit input
{
color: #fff;
background: #A4AB72;
border: 2px solid #fff;
} 

p {
font : 9pt verdana;
color: #747B44;
margin-top : 0;
text-align : justify;
}

.bold {
font-weight:bold;
color: #747B44;

}

.info
 {

color: #747B44;
font : 9pt Century Gothic;

}

.label
 {

color: #747B44;
font : 8pt Verdana;
font-style:italic;
}

img.gray
{

border: 1px solid #747B44
}


#header{
	text-decoration: none;
	clear: both;
	padding: 0px 0;
	
}
#header ul{
	list-style-type: none;
	padding: 0px 0;
	width: 480px;;
	float: center;
}
#header li{
color : #1A45A0;
	font-size: 14px;
	float: left;
	margin: 0 0px 0 14px;
}


a:link {
color : #747B44;
}


a:visited {

color : #747B44;
}


a:hover, a:active {
text-decoration : underline;
color : #FFFFFF;
}



