/* CSS Document */

BODY {
	SCROLLBAR-FACE-COLOR: #DCDCDC; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #e2edc2; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	BACKGROUND-COLOR: #ffffff;
}

td
{
font-family: verdana, arial, tahoma, san serif;
font-size: 10pt;
color:#000000;
line-height: 1.3em;
}

.small
{
font-family: verdana, arial, tahoma, san serif;
font-size: 8pt;
color:#404040;
line-height: 1.1em;
}

.tiny
{
font-family: verdana, arial, tahoma, san serif;
font-size: 7pt;
color:#404040;
}

.heading
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;

}
.caption
{
	font-family:tahoma;
	color:#6D8DB5;
	font-size: 12px;
	font-weight: bold;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C5696;
	font-size: 15px;
	text-transform: capitalize;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: uppercase;
}



a:visited {
	color: #CC0066;
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	color: #CC0066;
	font-weight: bold;
	text-decoration: underline;
}


a:hover {
	color: #339966;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #339966;
	font-weight: bold;
	text-decoration: underline;
}

a.grey:visited {
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}
a.grey:link {
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}


a.grey:hover {
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
}

a.grey:active {
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
}


a.nav:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.nav:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


a.nav:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a.nav:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.topnav:hover
{
	font-family:tahoma;
	color:#575757;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}
.topnav
{
	font-family:tahoma;
	color:#575757;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.topnav:hover
{
	font-family:tahoma;
	color:#575757;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}
.content {
	font-family: verdana, arial, tahoma, san serif;
	font-size: 10pt;
	color:#000000;
	line-height: 1.3em;
}



.button
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.button:hover
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.top
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.top:hover
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.right
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.right:hover
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
margin-left: 20px;

}

li
{
background-image: url(images/blue_bullet.gif);
background-repeat: no-repeat;
background-position: 0.2 11;
padding-left: 1em;
line-height: 24px;

}
