﻿html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(Images/bg.png);
	background-position:top center;
	background-color: #3c86a3;
	background-repeat:no-repeat;
}
body
{
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
}
.mainPanel
{
	margin: 0px auto;
	padding: 0px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 767px;
	width: 767px;
	color: #3A3A3A;
	background-color: transparent;
} 
.links:hover
{
	text-align:center;
	float: left;
	border-right: white thin solid;
	border-top: white thin solid;
	font-size:17.5;
	vertical-align: top;
	text-transform: uppercase;
	border-left: white thin solid;
	color: yellow;
	border-bottom: white thin solid;
	font-family: Arial, 'Franklin Gothic Medium Cond' , Serif;
	background-color:Transparent;
	text-align: center;
	display: inline;
	padding:3.0;
}
.links
{
	float: left;
	border-right: white thin solid;
	border-top: white thin solid;
	font-size:17.5;
	vertical-align: top;
	text-transform: uppercase;
	border-left: white thin solid;
	color: blue;
	border-bottom: white thin solid;
	font-family: Arial, 'Franklin Gothic Medium Cond' , Serif;
	background-color: yellow;
	text-align: center;
	cursor: hand;
	display: inline;
	padding:3.0;
}
.mainImage
{
	height: 300;
	width: 300;
	text-align: center;
}
.BlackBoldFont
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.OrangeFont
{
	color: #FDAF07
}
