﻿/******************************************************************************
 **********                          Colors                          **********
 Dark Blue 		#000080
 Red			#ff0000


 
 ******************************************************************************/
 
/******************************************************************************
 **********                          Body                      **********
 ******************************************************************************/

.tagLine	{
	color:#000080;
	font-size:large;
	font-weight:bold;
	white-space:nowrap;
}

.title	{
	color:#FF0000;
	font-size:x-large;
	font-weight:bold;
}

.title a:link		{color:#000080; text-decoration:underline;}
.title a:visited	{color:#000080; text-decoration:underline;}
.title a:hover		{color:#000080; text-decoration:underline;}
.title a:active		{color:#000080; text-decoration:underline;}

.subTitle	{
	color:#000080;
	font-size:medium;
	font-weight:bold;
}

.redSub	{
	color:#ff0000;
	font-size:medium;
	font-weight:bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000080;
	font-size:small;
}

p	{
	font-size:small;
}

td {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
}

th {
	font-size:small;
}

.indent	{
	margin-left:30px;
}

.imageRight	{
	float:right;
	margin:15px;
}

.imageMargin	{
	margin:10px;
}

hr	{
	line-height:1px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
.sm-red {
	color: #FF0000;
	font-size: x-small;
}
.text12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-align: center;
}
.bronzebg {
	background-color: #DBC0B7;
}
.silverbg {
	background-color: #E0DFE3;
}
.goldbg {
	background-color: #D1CC05;
}

