﻿body 
{
	font-family:Verdana,Arial;
	background-color:#000000;
	background-image:url(Images/bg.gif);
	font-size:11px;
	color:#111111;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
form,html
{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
a,a:link,a:visited
{
	font-size:12px;
	color:Orange;
	text-decoration:none;
	font-weight:bold;
}
.divHome
{
    width:436px; 
    text-align:justify; 
    background-image:url(Images/text_area_bg.gif); 
    font-weight:bold;
    padding:20px 15px 10px 15px;
    font-size:13px;
    color:White;
}
a:hover
{
	color:Red;
}
h1,h2,h3,h4,h5,h6,h7
{
	color:Red;
}
.navTop
{
    background-image:url(Images/nav_top.gif);
    height:5px;
}
.trMenu
{
    background-image:url(Images/nav_bg.gif);
    height:20px;
}
.tdLink
{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
	color:White;
	padding-left:6px;
	padding-right:3px;
	border-right:solid 1px #990000;
}
.tdLink:link,.tdLink:visited,.tdLink:active
{
    color:White;
    text-decoration:none;
    font-weight:bold;
    border-style:none;
}
.tdLink:hover
{
    color:#660000;
    text-decoration:none;
    font-weight:bold;
}


.divTopMenu
{
	top:1px;
	left:0px;
	position:absolute;
	width:100%;
}
textarea,input
{
	font-family:Verdana;
}
.tblMain
{
	width:715px;
	padding:0px;
	margin:0px;
	text-align:center;
	background-color:#660000;
}

.tblModel
{
	border:solid 1px #AAAAAA;
}
th
{
	background-color:#660000;
	color:#FFFFFF;
	padding:5px;
}
.tdLeft
{
	border:solid 1px #AAAAAA;
	background-color:#660000;
	padding-left:5px;
	font-weight:bold;
	width:200px;
	color:White;
}
.button
{
	border:solid 1px Red;
	height:28px;
	background-image:url(Images/buttonBg.jpg);
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
}



