body,tr,td {
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;;
	color: 47586f;
}
body {
	background-color: #667990;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
}
.title2 {
	font-size: 12px;
	font-weight: bold;
}
.title3 {
	font-size: 14px;
	font-weight: bold;
}
.little {
	font-size: 9px;
}
img.border {
	border: 1px solid #000000;
}

.on {
	background-color:#f1f2f5;
}
.off {
	background-color:#FFFFFF;
}

a {  
	color: #2e3844;
	text-decoration: underline; 
}
a:hover {  
	text-decoration: none
}

select, textarea, input {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid;
}
textarea.error, input.error{
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #FF0000;
}

.button {
	font-family: verdana;
	font-size: 11px;
	border: 1px ridge;
}
