body {
	background-color: #990000;
	margin: 0px;
}

body {
	color: #DEDECA;
	font-size: 12px;

}

td, th {
	color: #99CCCC;
	font-size: 14px;
}

.title {
	color: #66CCCC;
	font-size: 16px;
	font-weight: bold;
}

h1 {
	color: #FFFF33;
}

h2 {
	color: #FFFF66;
}

h3, h4 {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}

a {
	color: #9999cc;
	font-size: 14px;
}
a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
a:visited{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
	background-color: #CCCCCC;
}

.td_images { background-color: #FFFFFF; }

.td_1 {
	background-color: #CC3300;
	font-size: 14px;
	color: #FFFFFF;
}

.td_2 { background-color: #FFFFFF; }

#menutop3 {
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
	background-color: #333333;
	background-image: url(/images/gray_button.jpg);
}
#menutop3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
}
#menutop3 a, #menutop em { display: inline; margin: 0 }
#menutop3 a, #menutop px { border-left: 1px solid #666666; padding: 3px 0.5em; }
#menutop3 a: first-child {
	border-left: solid 1px #111;
	color: #CCCCCC;
}
#menutop3 a:link {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: normal;
	background-image: url(/images/gray_button.jpg);
}
#menutop3 a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: normal;
	background-image: url(/images/gray_button.jpg);
}
#menutop3 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	line-height: 18px;
	font-size: 10px;
	font-weight: normal;
	background-image: url(/images/red_button.jpg);
}

