﻿body 
{
	background-image: url(../../Images/bg.jpg);
	background-position: center;
	margin: 0px;
	font-family: Verdana, Helvetica;
	font-size: 100%;
}

a
{
	color: #fa6400;
	text-decoration: none;
	font-family: Verdana, Helvetica;
	font-size: 90%;
}

a.bigger
{
	color: #fa6400;
	text-decoration: none;
	font-family: Verdana, Helvetica;
	font-size: 100%;
}

td
{
	vertical-align: top;
}

h1
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica;
	font-size: 120%;
	font-weight: normal;
}

h1.orange
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica;
	font-size: 120%;
	font-weight: normal;
	color: #fa6400;
}

h2
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica;
	font-size: 90%;
	font-weight: bold;
}

h2.orange
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica;
	font-size: 90%;
	font-weight: bold;
	color: #fa6400;
}


span
{
	font-size: 75%;
}

span.small
{
	font-size: 60%;
}

.boxMain
{
   background-image: url(../../Images/bg2.jpg);
   background-position: center;
   width: 750px;
   min-height:800px;
   height:800px;
   text-align: left;
}
   
div[class] .boxMain
{
   height:auto;
}
   
.boxFooter
{
	background-color: White;
	width: 750px;
	height:40px;
	text-align: left;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	padding:3px;
	width:250px;
}

img, div, td { behavior: url(../script/iepngfix.htc) }
