@charset "utf-8";
/* CSS Document */

.small_text {
	font-family: Georgia;
	color: #000;
	font-size: 10px;
}

.toolbar{
	font-family: verdana;
	color: #990000;
	font-size: 10px;
}
.toolbar A:link{
	color: #990000;
	text-decoration: underline;
}
.toolbar A:active{
	color: #990000;
	text-decoration: underline;
}

.toolbar A:visited{
	color: #990000;
	text-decoration: underline;
}
.toolbar A:hover{
	color: #990000;
	text-decoration: underline;
}

.maintext {
	font-family: arial;
	color: #000;
	font-size: 14px;
}

.maintext A:link {
	color: #000;
	text-decoration: underline;
}
.maintext A:active {
	color: #000;
	text-decoration: underline;
}
.maintext A:visited {
	color: #000;
	text-decoration: underline;
}
.maintext A:hover {
	color: #000;
	text-decoration: underline;
}

.site_message{
	font-family: verdana;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

.exclamation{
	float: left; 
	padding-right: 4px;
}