
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D20202;
	font-weight: bold;
}

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

.bar {
	color: #3300CC;
	background-color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
}
a.bar:link {
	color: #004080;
	text-decoration: none;
	font-weight: bold;
}

a.bar:visited {
	color:  #004080;
	text-decoration: none;
	font-weight: bold;
}

a.bar:hover {
	color:  #004080;
	text-decoration: underline;
}

a.bar:active {
	color:  #004080;
	text-decoration: underline;
}

a:link {
	color: #3300CC;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color:  #3300CC;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color:  #3300CC;
	text-decoration: none;
}

a:active {
	color:  #3300CC;
	text-decoration: underline;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #298DF2;
	text-align: left;
}


.head {
	color: #3300CC;
	background-color: #FFCC33;
	font-weight: bold;
}

.big {
	font-size: 16px;
}

.sm {
	font-size: 10px;
}

