* {

}
body {
  font-family: Arial;
	font-size: 10px;
	color : #424A51;
}
td {
	font-size: 12px;
}
a {
	font-family: Arial;
	font-size: 12px;
	color : #00a9e4;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color : #00a9e4;
	text-decoration: underline;
}

.copy {
	font-family: Arial;
	font-size: 10px;
	color : #91A86D;
}
#text {
	font-family: Arial;
	font-size: 12px;
	color : #666666;
}
#text a {
	color : #00a9e4;
	text-decoration: underline;
}
#text a:hover {
	color : #00a9e4;
	text-decoration: none;
}
.menu {
	font-family: Times New Roman;
	font-size: 13px;
	color : #FFFFFF;
}
a.menu {
	font-family: Times New Roman;
	font-size: 13px;
	color : #FFFFFF;
	text-decoration: none;
	/*font-weight:bold;*/
}
a.menu:hover {
	font-family: Times New Roman;
	font-size: 13px;
	color : #00a9e4;
	text-decoration: none;
}
.menu1 {
	font-family: Times New Roman;
	font-size: 13px;
	color : #666666;
}
a.menu1 {
	font-family: Times New Roman;
	font-size: 13px;
	color : #666666;
	text-decoration: none;
	/*font-weight:bold;*/
}
a.menu1:hover {
	font-family: Times New Roman;
	font-size: 13px;
	color : #666666;
	text-decoration: none;
}
.inputas{
font:11px Tahoma;
border : 1px solid #999999;
border-top : 1px solid #999999;
border-bottom : 1px solid #999999;
border-left : 1px solid #999999;
border-right : 1px solid #999999;
color : #666666;
}
div.button a {
 text-decoration: none;
 width: 120px; 
 height: 22px; 
 color: #d5d5d5; 
 font-family: Courier New; 
 font-size: 9pt;
 float:right; 
 display: block; 
 vertical-align: middle; 
 font-weight: bold;  
 padding-left: 10px; 
 padding-bottom: 5px;
 text-align: center; 
 background-image: url('images/button.png'); 
 background-repeat: no-repeat; 
 background-position: center;
 line-height: 23px;
}
div.button a:active, div.button a:hover {
  text-decoration: none;
	color: #d5d5d5;
	font-size: 8pt; 
	font-weight: bold;
 background-image: url('images/button_over.png');
 cursor:hand;
}
