/* --- html styles --*/
BODY
{
	background-color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px;
}

/* 
background-color: #FAF49D;
color: #3A4573;
*/

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #6699ff;
	text-decoration: none;
	line-height: 16px;
}

/* 
background-color: #e7dadd;
color: #3A4573;
*/

A, A:link, A:active, A:visited
{
	color: #000033;
	font-style: normal;
}

A:Hover
{
	color: #0000CC;
}

h1
{
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: .12em
}



.nav
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #33CCCC;
	letter-spacing: 0.06em
}



#nav
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	letter-spacing: 0.06em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
}

#nav a, #nav a:link, #nav a:visited, #nav a:active
{
	color: #6699FF;
	text-decoration: none;
}

#nav a:hover
{
	color: #3399FF;
}
