﻿body
{
	background-image: url(/images/grad.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #3366FF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	color: #cc0000;
}

a
{
	text-decoration: none;
	color: #cc0000;
}

a:hover
{
	color: #ff6600;
}

.tblMain
{
	background-color: Transparent;
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: solid 0px white;
}

.break
{
	height: 2px;
	width: 100%;
	background-color: #d7ffa7;
}

.breakW
{
	height: 2px;
	width: 100%;
	background-color: White;
}

.mainMenu
{
	background-image: url(/images/menu_grad.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}

.mainMenu a
{
	text-align: center;
	font-size: larger;
	color: White;
	background-color: Transparent;
	text-decoration: none;
	padding: 0px 12px 0px 12px;
	margin: 0px 12px 0px 12px;
}

.mainMenu a:hover
{
	color: #FFEE00;
	text-decoration: underline;
}

.txtFade
{
	font-family: Arial;
	font-size: medium;
	color: #cc0000;
	width: 380px;
	background-image: url(/images/bot_fade.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.txtComments
{
	font-family: Arial;
	font-size: medium;
	color: #cc0000;
	width: 380px;
}

.btnSubmit
{
	font-size: larger;
	color: White;
	width: 386px;
	background-color: #990000;
	padding: 4px 0px 4px 0px;
	margin: 4px 0px 4px 0px;
}

.btnSubmit:hover
{
	cursor: pointer;
	background-color: #ff6600;
}

.tdText
{
	text-align: right;
	vertical-align: top;
	position: relative;
	top: 3px;
	width: 25%;
}

.tdData
{
	text-align: left;
}
