.read {
	font-size: 12px;
	line-height: 1.4em;
}

.text {
	font-size: 12px;
}

.atext {
	font-size: 12px;
	color:#FF0000;
}

.red {
	font-size: 11px;
	color:#FF0000;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;

}

.small {
	font-size: 11px;
	color:#333333;
}


.bold {
	font-size: 12px;
	font-weight: bold;

}
form {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}

a:active {
	color: #003399;
	text-decoration: none;
}


a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D30000;
}

