﻿body
{
	background-color:White;
	text-align:center ;
}

a:link
{
	color: white;
	text-decoration: none;
}

a:visited
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: Red;
	text-decoration: none;
}

a:active
{
	color: Yellow;
	text-decoration: none;
}

.mainphoto
{
	height: 357px;
}
.mainmenu
{
	height: 32px;
	width: 12.5%;
	text-align:center;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #006699;
}
.mainmenubackground
{
	height: 32px;
	background: url('images/MainMenu.png' );
}
.submainmenu
{
	width: 25%;
	height :27px;
}
.moreinfofont
{
	font-family: 'Segoe UI'; 
	font-size: 12px; 
	color: #0000CC; 
	vertical-align: bottom; 
	text-align: right;
}
H3
{
	font-family: 'Segoe UI'; 
	font-size: 15px; 
	color: #333333; 
}
H5
{
	font-family: 'Segoe UI'; 
	font-size: 12px; 
	color: Gray; 
}
H6
{
	font-family: 'Segoe UI'; 
	font-size: 11px; 
	color: Gray; 
}

.WaterMark
{
	color: #C0C0C0;
}

.Apply
{
	font-family: 'Segoe UI'; 
	font-size: 12px; 
	color: Gray; 
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=20);
	opacity:0.2;
}

.ContentFont
{
	font-family: 'Segoe UI'; 
	font-size: 12px; 
	color: Gray; 
	font-weight:bold;
}