﻿body
{
	background:url(Images/BGroundver.png) repeat-y;
	
}




.H1
{
	font-family: Verdana,Tahoma;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 5px;
}
.H2
{
	font-family: Verdana,Tahoma;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
}
.imagelabel
{
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 2px;
}
.Hthumbs
{
	font-family: Tahoma;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	height: 200px;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 20px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup
{
	border: 1px solid #FF00FF;
	background-color: #ffffdd;
}
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}
.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}
.heading1
{
	font-family: Tahoma; 
	font-size: x-large; 
	color: #CC33FF
}
.tables
{
	border: 1px solid #999999;
	text-align: left;
	font-family: tahoma;
	background-color: #CCCCCC;
}
.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}