﻿@charset "utf-8";

a:link {text-decoration:none;color:#FFFFFF;font-weight: bold;}
a:visited {text-decoration:none;color:#FFFFFF;font-weight: bold;}
a:hover {text-decoration:none;color:#A60000;font-weight: bold;}
a:active {text-decoration:none;color:#A60000;font-weight: bold;}


.bgrnd {
	border: solid #993333 thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

.standard {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	background-color: #000000;
	color: #FFFFFF;
	
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: oblique;
	font-weight: lighter;
	background-color: #000000;
	color: #FFFFFF;
	azimuth:center;
}

.small2 {
	font-family: Verdana;
	font-style:normal;
	font-size: 8px;
	background-color: #000000;
	color: #FFFFFF;
}


.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
}



