body {
	background-color: Black;
}

body, td, p, input, textarea, select {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.header {
	width: 851px;
	height: 125px;
	background-color: #FB5800;
	background-image: url(images/header_bg.gif);
}

td.footer {
	width: 851px;
	height: 47px;
	background-color: #FB5800;
	background-image: url(images/footer_bg.gif);
}

td.copyright {
	color: white;
	font-size: 10px;
	text-align: center;
	padding-right: 10px;
}

td.grey {
	background-color: #DCDCDC;
}

td.grey_block {
	background-color: #DCDCDC;
	background-image: url(images/black_bg_grey.gif);
	width: 307px;
}

td.black_block {
	background-image: url(images/black_bg.gif);
	width: 307px;
}

table.main {
	width: 859px;
	background-color: White;
	border: 4px solid white;
}

td.content {
	padding: 15px;
	background-color: White;
}

table.menu {
	background-color: #666666;
	margin-right: 8px;
	width: 232px;
}

td.nav {
	height: 19px;
	background-color: #666666;
	background-image: url(images/bullet.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 25px;
}

td.nav_active {
	height: 19px;
	background-color: #666666;
	background-image: url(images/bullet_active.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 25px;
}

a {
	color: #FB5800;
}

a.nav {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover, a.nav_active {
	color: #FB5800;
	text-decoration: none;
	font-weight: bold;
}

textarea {
	width: 350px;
	height: 100px;
}
