/* CSS Document */

A:link, A:visited {
	color: #CC0000;
	text-decoration: none;
	}

A:hover {
	color: #3366CC;
	text-decoration: underline;
	}

A:active {
	color: #CC3333;
	text-decoration: none;
	}


BODY	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F8F8F8;
	background-image: url(images/bkgd.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	}

P.footer	{
	margin-top: 20px;
	color: #666666;
	font-size: 10px;
	}
	
STRONG.title	{
	font-size: 24px;
	}

TABLE.nav	{
	background-color: #66AAD8;
	width: 85%;
	font-size: 11px;
	}
TABLE.inset	{
	background-color: #e7dbda;
	border-color: #000000;
	border-width: 1px;
	border-style:solid;
	}
	
TD.nav	{
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	}

TD	{
	vertical-align: top;
	}
	
TD.top	{
	vertical-align: middle;}
	
TD.vert	{
	background-image: url(images/dot.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
	
*.bordercolor	{
	background-color: #999999;
	}
