h1 {	font-size: 18pt;}
h2 {	font-size: 15pt;}
h3 {	font-size: 13pt;}
h4 {	font-size: 11pt;}
body { font-size: 10pt; background: #000000; color: #ffd07f; font-family: "Times New Roman";}

p { font-size: 12pt;}

.style1 {
	color: #FFDF24;
}
.style2 {
	color: #FF9999;
}
.style3 {
	color: #DD3333;
	font-size: 8pt;
}

a:link {
	color: #DE5050;
	text-decoration: none;
}
a:visited {
	color: #DE5050;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #EC9F9F;
	text-decoration: underline;
}


/* Left Column Submenu */
div.menu {
	background: #000000;
	font-size: 10pt
	width: 180px;
	float: left;
}

div.menu img{
	margin: 10px 3px ;
}

div.menu ul {
	width: 172px;
	margin: 20px 3px;
	padding: 0px;
}
div.menu li {
	list-style: none;
	background: #ffd07f;
	width: 174px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
div.menu a{
	background: #ae0000;
	height: 15px;
	line-height: 15px;
	width: 170px;
	display: block;
	color: #ffffff;
	border: 2px solid #ffd07f;
	text-decoration: none;
	border-bottom: 0;
}
div.menu #head {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
li.dropdown {
	margin: 0px;
	padding: 0px;
	display: none;
	
}
li.dropdown a{
	background: #FFE6BD;
	color: #000000;
	width: 174px;
	border: 0px;
	font-weight: normal;
}
