BODY
{
	background-color:white;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	border:0;
}
.clsText
{
	font-weight:normal;
	font-size: 11.5px;
	color: #324860;
	font-family:Verdana;
	line-height:16px;
}
.clsText2
{
	font-weight:normal;
	font-size: 10px;
	color: #324860;
	font-family:Tahoma;
	
}
.clsLabel
{
	font-weight:normal;
	font-size: 10px;
	color: #363636;
	font-family: Verdana;
}
.clsGrayHeading
{
	font-size: 10px;
	color:gray;
	font-family: verdana;
	font-weight: bold;
}
.clsDarkGrayHeading
{
	font-size: 11px;
	color: #656565;
	font-family: verdana;
	font-weight: bold;
}
.clsBlueHeading
{
	font-size: 11px;
	color:#154883;
	font-family: verdana;
	font-weight: bold;
}
.clsRedHeading
{
	font-size: 12px;
	color:#ab1e1b;
	font-family: verdana;
	font-weight: bold;
}
.clsDarkBlueHeading
{
	font-size: 11px;
	color:#414d56;
	font-family: verdana;
	font-weight: bold;
}
.clsWhiteText
{
	font-weight:normal;
	font-size: 11px;
	color: white;
	font-family:Tahoma;
}
.clsWhiteHeading
{
	font-weight:bold;
	font-size: 11px;
	color: white;
	font-family:verdana;
}
.clsTextBox
{
	width:110px;
	background-color:#dbdbdb;
	border-right: #dedcdc 1pt inset;
	border-top: #dedcdc 1pt inset;
	padding-left: 2px;
	font-size: 10px;
	border-left: #dedcdc 1pt inset;
	clip: rect(auto 1px 1px auto);
	color: black;	
	border-bottom: #dedcdc 1pt inset;
	font-family: Verdana;
}
.clsSearchTextBox
{	
	background-color:#dbdbdb;
	border-right: #07265a 1pt inset;
	border-top: #07265a 1pt inset;
	border-left: #07265a 1pt inset;
	border-bottom: #07265a 1pt inset;	
	clip: rect(auto 1px 1px auto);	
	color: black;	
	font-family: Verdana;
	font-size: 10px;
	padding-left: 2px;
	width:110px;	
}
.clsButton
{
	border-right: darkslategray 1px outset;
	border-top: darkslategray 1px outset;
	padding-left: 1px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 1px;
	border-left: darkslategray 1px outset;
	clip: rect(auto auto 1px 1px);
	cursor: hand;
	color: darkslategray;
	border-bottom: darkslategray 1px outset;
	font-family: Tahoma;
	background-color: #cccccc;
}
.clsError
{
	font-size: 10px;
	color: #cc0033;
	font-family: verdana;
}
A
{
	/*font-weight: normal; 	font-size: 11px; 	color: white; 	font-family: Verdana;*/
	text-decoration: none;
	cursor:pointer;
}
A:hover
{
	/*font-weight: normal; 	font-size: 11px; 	color: White; 	font-family: verdana;*/
	text-decoration: none;
	cursor:pointer;
}


.thumbnailRight
{
 	position: relative;
	z-index: 0;
}

.thumbnailRight:hover
{
	background-color: transparent;
	z-index: 50;
}

.thumbnailRight span
{
	position: absolute;
	background-color: white;
	left: -1000px;	
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnailRight span img
{ 
	border-width: 0;
	padding: 0px;	
}

.thumbnailRight:hover span
{ 
	visibility: visible;
	top: -20px;
	left:70px; 
}
.clsmarquee
{
	font-weight:normal;
	font-size: 11px;
	color: yellow;
	font-family:Verdana;
	line-height:16px;
}

.clstrtitle
{
	font-weight:normal;
	color: #cc0000;
	font-family:Verdana;
	line-height:16px;
}

.clstrtitle1
{
	font-weight:bold;
	font-size: 12px;
	color: #cc0000;
	font-family:Verdana;
	line-height:16px;
}