body {
	background-color:#CCCCCC;
	margin:0;
	padding:0;
	color:#000;
	font:x-small/1.7em Geneva, Arial, Helvetica, sans-serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
	} html>body {font-size:small;
}

a:link {
	color: #910101;
	text-decoration:none;
}

a:visited {
	color: #640000;
	text-decoration:none
}

a:active {
	color: #910101;
	text-decoration:underline;	
}

a:hover {
	color: #000066;
	text-decoration:underline;
}

.miniTable {
	font-size: smaller;
}


h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	color:#330000;
}

h2 {	
	color:#000033;
}
h3 {
	color:#333333;
}


/* nav */

#navcontainer { margin-left: 8px; }

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
	display: block;
	padding: 5px 10px;
	width: 140px;
	color: #000;
	background-color: #CCCCCC;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	font-weight: bold;
	font-size: .8em;
	background-image: url(/images/vertical.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navcontainer a:hover
{
	color: #000;
	background-color: #999999;
	text-decoration: none;
	background-image: url(/images/verticala.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
	display: block;
	margin:0 0 0 10px;
	padding: 2px 5px 2px 20px;
	width: 125px;
	color: #000;
	background-color: #eaeaea;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul a:hover
{
	color: #000;
	background-color: #999999;
	text-decoration: none;
}