.header {font-family: Arial; font-size: 20px; font-weight: bold; color: #003399;}
.green {font-family: Arial; font-size: 17px; font-weight: bold; color: #339900}
.section {font-family: Century Gothic, Arial; font-size: 24px; font-weight: none; color: #005DA4}
.title {font-family: Century Gothic, Arial; font-size: 40px; font-weight: none; color: #005DA4}
.title2 {font-family: Century Gothic, Arial; font-size: 30px; font-weight: none; color: #005DA4}
.home {font-family: Century Gothic, Arial; font-size: 24px; color: #005DA4; font-style:normal; font-weight:300}

.footer {color : #000000; font-size : 11px; font-family : Arial; text-decoration : none;}
A:LINK.footer {color : #000000; font-size : 11px; font-family : Arial; text-decoration : none;}
A:VISITED.footer {color : #000000; font-size : 11px; font-family : Arial; text-decoration : none;}
A:HOVER.footer {color : #999999; font-size : 11px; font-family : Arial; text-decoration : none;}
A:ACTIVE.footer {color : #000000; font-size : 11px; font-family : Arial; text-decoration : none;}

.copy {font-family: Arial; font-size: 14px; color: #000000;}
.text {font-family: Arial; font-size: 12px; color: #000000;}
.link {font-family: Arial; font-size: 12px; color: #336699;}
.tagline {font-family:Arial; font-size:14px; color:#999999; font-style:italic; font-weight: bold;}

A:LINK.link {color : #005DA4; font-size : 12px; font-family : Arial; text-decoration : none;}
A:VISITED.link {color : #005DA4; font-size : 12px; font-family : Arial; text-decoration : none;}
A:HOVER.link {color : #999999; font-size : 12px; font-family : Arial; text-decoration : none;}
A:ACTIVE.link {color : #005DA4; font-size : 12px; font-family : Arial; text-decoration : none;}

.nav {font-family: Arial; font-size: 11pt; color: #999999; text-weight : bold; text-decoration : none;}
A:LINK.nav {color : #999999; font-size : 11pt; font-family : Arial; text-weight : bold; text-decoration : none;}
A:VISITED.nav {color : #999999; font-size : 11pt; font-family : Arial; text-weight : bold; text-decoration : none;}
A:HOVER.nav {color : #005DA4; font-size : 11pt; font-family : Arial; text-weight : bold; text-decoration : none;}
A:ACTIVE.nav {color : #999999; font-size : 11pt; font-family : Arial; text-weight : bold; text-decoration : none;}

/**************************************************************/
/* grid tables                                                */
/**************************************************************/
.gridtable
{
	background: white;
	border-collapse: collapse;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.gridtable caption
{
	font-weight: bold;
}

.gridtable th
{
	color: black;
	background: white;
	border: 1px solid black;
	padding: 1px;
}

.gridtable td
{
	border: 1px solid black;
	padding: 5px;
}

.gridtable td.altrowcolor
{
	background: #E5E5E5;
}