/* CSS Document */

body,p,td,th {
	color: #cccccc;
	font-family: Tahoma;
	font-size: 11px;
}
body {
	background-color: #161616;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link,a:active,a:visited {
	font-style: none;
	text-decoration: underline;
	color: #d2d2d2;
}
a:hover {
	font-style: none;
	text-decoration: underline;
	color: #a71207;
}
.title {font-size: 20px; color: #ffffff; font-family: verdana;}
.button {
text-align: center;
font-weight: bold;
font-family: verdana;
}
.button a {
color: #ffffff;
text-decoration: none;
}
.button a:hover {
color: #cc0000;
text-decoration: none;
}
.headerword1 {color: #ffffff; font-weight: bold; font-family: verdana; font-size: 10px;}
.headerword2 {color: #cc0000; font-weight: bold; font-family: verdana; font-size: 10px;}

.frame {
border-left: 3px solid #ffffff;
border-right: 3px solid #ffffff;
border-bottom: 3px solid #ffffff;
}
.header {
	background-image: url('/images/header.jpg');
}
.menu {
	background-image: url('/images/menu-bg.jpg');
	color: #ffffff;
	font-weight: bold;
	height: 35px;
}
.menu TD{
	text-align: left;
	padding-left: 40px;
}
.menu a {
	text-decoration: none;
	color: #ffffff;
}
.menu a:hover {
	color: #000000;
}
.leftmenu {
	border: 1px solid #c0c0c0;
	width: 190px;
	height: 600px;
	margin: 10px;
	background-image: url('/images/bg-fade.gif');
	background-repeat: repeat-y;
}
.content {
background-image: url('/images/bgfade.jpg');
height: 600px;
padding: 15px;
}