﻿body 
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#333399;
	background-image:url(images/bckgrd.gif);
	background-position:center;
	background-repeat:repeat-y;
}

.tabWrapper 
{
	margin:0 auto;
	text-align:center;
	width:662px;
}
.tabPanel 
{
	
	min-height:400px;
		height:400px;
}
.tabTitle 
{
	text-align:left;
	font-size:15px;
}
.tabContent
{
	text-align:left;
	font-size:15px;
}
.center
{
	text-align:center;
	}
.pnlFooter 
{
	margin:0 auto;
	text-align:right;
	color:gray;
	font-size:11px;
}
.pnlAdsRight 
{
	width:100px;
	float:right;
}
.pnlAdsLeft 
{
	float:left;
	width:100px;
	
}
