﻿body
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
    background-color: #7e7e7e;
    color: White;
    font-family: Tahoma, Sans-Serif;
    font-weight: bold;
    font-size: 9pt;

}
#main
{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 650px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;


}

.btn a
{
	border: solid 1px #000000;
}
.btn a:hover
{
	border: solid 1px #ffffff;
}
.br
{
	    font-size: 13pt;
		color: #007cc3;	
}
a
{
	color: #ffffff;
	text-decoration: none;
}
.h1 a
{
	    font-size: 15pt;
		color: #ffffff;
		text-decoration: none;	
}
.h1 a:hover, a:hover
{
		text-decoration: underline;	
}



.modalBackground
{
	background-color:gray;
	filter:alpha(opacity=80);
	opacity:.80;

}

.modalPopup
{
	background-color:Black;
	width:600px;
	height:550px;
	padding: 10px;
	font-size: 14pt;
}
