a {
	color:#cfcfcf;
	text-decoration:none;
}

a.current {
	color:#ffffff;
}

a:hover {
	text-decoration:underline;
}

body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 100%;	
	color:#ffffff;
	background-color:#999999;
	margin: 1em;
}
h1 {
	color:#ffffff;
	font-size:90%;
	font-weight:bold;
}
h2 {
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
}

h3 {
	color:#ffffff;
	font-size:70%;
	font-weight:bold;
	padding-bottom:0.1em;
	border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#999999;
	margin-bottom:0em;
}

p {
	text-align:justify;
	color:#ffffff;
	font-size: 70%;
	line-height: 1.5em;
}

ul {
	font-size:65%;
	color:#666666;
	line-height: 1.5em;
	list-style: none;
}

div.container {
	width: 700px;
	height: auto;
	text-align: left;
	background-color:#000000;
	border-style:solid; border-width:1px; border-color:#999999;
	margin: 0px auto 0px auto;
}

div.menu {
	width: 10em;
	float: left;
	clear: left;
	background-color:#000000;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-style:solid; border-width:1px; border-color:#999999;
	margin: 0.5em 0.5em 0em 0.3em;
}

div.menu h3{
	font-size:65%;
	border-top-style:dashed; border-top-width:1px; border-top-color:#999999;
	margin-bottom: -1em;	
	border-bottom-width:0px;
}

div.menu h3 a {
	color:#996666;
}

div.content {
font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 100%;	
	color: #ffffff;
	background-color:#000000;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-style:solid; border-width:1px; border-color:#999999;
	margin: 0.5em 0.5em 0.5em 12.2em;
}

div.content h3 a {
	color:#996666;
}

div.copyright a {
	color: #000000;
}

div.copyright {
	line-height: 3em;
	text-align:center;
	font-size:65%;
	background-color: #9999999;
	color: #ffffff;
}


