﻿body 
{
	margin-top: 30px;
	background-image:url(../images/BG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:White;
	font-family:Tahoma;
	font-size:10pt;
}

a
{
	color:Gray;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

.MainMenu
{
	background-image:url(../images/BG_MainMenu.jpg);
	background-repeat:no-repeat;
	height:44px;
	text-align:center;
	color:White;
	font-size:12pt;
	width:950px;
}

.MainMenu a
{
	color:White;
}

.News
{
	background-image:url(../images/BG_News.gif);
	background-repeat:no-repeat;
	height:32px;
	color:Gray;
	font-size:10pt;
	width:948px;
}

.Desc2
{
	color: Gray;
	font-size: 10pt;
}
.Header2
{
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
}

.Header1
{
	color: navy;
	font-weight: bold;
}

.PanelTable1
{
	background-image: url('../images/BG_Box_Top.jpg');
	background-repeat: repeat-x;
	width: 100%;
}

.StandardButton
{
	border-style:solid;
	border-color:navy;
	border-width:1px;
	font-size:10pt;
	height:25px;
	color:Navy;
	font-weight:bold;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.7;
}

.modalPopUp
{
	width:300px;
}

.DomainOptions
{
	height:35px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:White;
	background-image:url(../images/BG_TLD_Options.jpg);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
}

.DomainOptions a
{
	color:Navy;
}