body {
	font-size:0.7em;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#00529f;
}

.LargerText {
	font-size:120%;
}

.BlueText, .BlueText a {
	color:#006699;
}

.BlackText, .BlackText a {
	color:black;
}

.WhiteText, .WhiteText a {
	color:white;
}

.RedText, .RedText a {
	color:red;
}

.GreyText, .GreyText a 
{
	color: #666666;
}

.WhtHead 
{
	text-transform:none;
}

.LightBlueText, .LightBlueText a {
	color:#0099cc;
}

h1 {
	color:#003366;
	font-size:130%;
	font-weight:bold;
	background:#dbdbdb;
	padding:4px 10px 3px 10px;
	text-transform:uppercase;
}

h2 {
	display:block;
	background:#dbdbdb;
	padding:4px 10px 5px 10px;
	color:black;
	font-size:120%;
	font-weight:normal!important;
}

h3 {
	font-size:110%;
	color:black;
}

.SmallerText 
{
	font-size:80%;
}