﻿
.text                     { color: black; font-size: 13px; line-height: 16px; font-family: Helvetica, Geneva, Swiss, SunSans-Regular; background-color: transparent }
.bold   { color: #4e4e4e; font-weight: bold; font-size: 9px; line-height: 13px; font-family: Verdana }
.italic { color: #4e4e4e; font-style: italic; font-size: 9px; line-height: 13px; font-family: Verdana }
.textlarge   { color: #000; font-weight: bold; font-size: 13px; font-family: Verdana }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 3px 0px 0px;
	border-style: none;
	text-decoration: none;
	border-width: 0px;
	display: inline-block;
	line-height: 16px;
	float: left;
	overflow: hidden;
	clear: none;
	visibility: visible;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-style: none;
	text-decoration: none;
	border-width: 0px;
	display: inline-block;
	line-height: 16px;
	float: left;
	overflow: hidden;
	clear: none;
	visibility: visible;
}
a {
	color: #3333CC;
}
a:hover {
	color: #FF0000;
}

