/* CSS Document */

.plainText {
	font-family: Verdana;
	font-size: 11px;
	color:#000000;
	letter-spacing:.7;
	line-height:1.5
}


.smallText {
	font-family: Verdana;
	font-size: 10px;
	color:#000000;
	line-height:1.5
}
.smallText1 {
	font-family: Verdana;
	font-size: 9px;
	color:#000000;
	line-height:1.4
}

a{
	color:#ca5703;
	text-decoration:none
}

a:hover{
	text-decoration:underline;
	color:#810101
}