/* CSS Document */
body, td, input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #757575;
}

A:LINK {
	color:#65B360;
	text-decoration : underline;
}
A:VISITED {
	color : #65B360;
	text-decoration : underline;
}
A:HOVER {
	color : #65B360;
	text-decoration : none;
}
A:ACTIVE {
	color: #65B360;
	text-decoration : underline;
}

.small{font-size:9px;}

.vertical {
	writing-mode: tb-rl
}
.titles {color:#FFA300}

input, select, textarea {
	border : 1px solid #B4B4B4;
	background-color : #F3FFD7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #757575;
}