@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#ffffff;
	margin:0 auto;
	border: medium solid #FFFFFF;
	color: #6a6b6d;
}

a:link {
	color: #136F98;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #136F98;
}
a:hover {
	text-decoration: none;
	color: #007F3D;
}
a:active {
	text-decoration: none;
	color: #136F98;
}

#navbar {
height:30px;
width:693px;
list-style-type: none; 
text-align: center; 

}

#navbar li {
display:inline;
padding-top:8px;
list-style-type: none; 
text-align: center; 
background:url("../images/bg_gumb.gif") no-repeat;
width:99px;
height:22px;
float:left;
}

#navbar a {
width:99;
height:30px;
font-size:10px;	
color:#FFFFFF;
text-decoration:none;
    
  
}
#navbar a:hover { 

color:#136f98;
}


#navbar .active a {

color:#136f98;
}

#emailbox input{
width:153px;
height:13px;
color:#136f98; 
font-size:11px;
border:solid 1px #136f98; 

}

#userbox input{
width:153px;
height:13px;
color:#136f98; 
font-size:11px;
border:solid 1px #136f98; 

}

#submitbutton input{
margin-top:5px;
margin-left:104px;
width:53px;
height:18px;
color:#FFFFFF; 
font-size:11px;
border:solid 1px #136f98; 
background-image: url(images/bg_button.jpg);
}


.mainbox {
font-size:10px;	
color:#FFFFFF;
text-decoration:none;
padding-left:10px;
  
}
s

