body{
background-image: url(media/bgd.jpg);
background-repeat: repeat-x; 
background-position: top left;
background-color: #FFFFFF;
font-family: Arial,Verdana;
font-weight: 100;
font-size: 8pt;
color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
text-decoration: none;
text-align: center;
}

div#container
{
margin-left: auto;
margin-right: auto;
margin-top: 0px;
width: 800px;
text-align: left;
}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}

a.nav:link {
font-family: Verdana;
font-size: 7pt;
font-weight: 800;
color: #78A0B3;
text-decoration: none;
}

a.nav:visited {
font-family: Verdana;
font-size: 7pt;
font-weight: 800;
color: #78A0B3;
text-decoration: none;
}

a.nav:hover{ 
font-family: Verdana;
font-size: 7pt;
font-weight: 800;
color: #CCCCCC;
text-decoration: ;
}


a.nav_w:link {
font-family: Verdana;
font-size: 7pt;
font-weight: 800;
color: #FFFFFF;
text-decoration: none;
}

a.nav_w:visited {
font-family: Verdana;
font-size: 7pt;
font-weight: 800;
color: #FFFFFF;
text-decoration: none;
}

a.nav_w:hover{ 
font-family: Verdana;
font-size: 7pt;
font-weight: 800;
color: #CCCCCC;
text-decoration: ;
}

input {
font-family: Arial,Verdana;
font-size: 7pt;
font-weight: 100;
background-color: #FFFFFF;
color: #999999;
border: 1px solid #999999;
cursor: hand;
}

select {
font-family: Arial,Verdana;
font-size: 7pt;
font-weight: 100;
background-color: #FFFFFF;
color: #999999;
border: 1px solid #999999;
cursor: hand;
} 

textarea {
font-family: Arial,Verdana;
font-size: 7pt;
font-weight: 100;
background-color: #FFFFFF;
color: #999999;
border: 1px solid #999999;
cursor: hand;
}

table{
font-family: Arial,Verdana;
font-size: 8pt;
}

.table_border1 {
padding: 20px;
border: 1px solid #999999;
}

hr.d {border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}