/* CSS Document */

body
{
	margin: 0;
}

.TopBG
{
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 95px;
	background-position:center;
}

.MenuBG
{
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 26px;
}

.MenuItem
{
	background-color: #3366FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#FFFF00;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 1px #003399;
}

.MenuItem a:link
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #3366FF;
} 
.MenuItem a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #3366FF;
}
.MenuItem a:active
{
	color: #FFFF00;
	text-decoration: underline;
	background-color: #3366FF;
}
.MenuItem a:hover
{
	color: #FFFF00;
	text-decoration: underline;
	background-color: #3366FF;
}

.BottomBG
{
	background-image: url(images/bottom_bg.jpg);
	height: 27px;
	background-repeat: repeat-x;
}

.Headings
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3366ff;
	line-height: 1.5;
}

.Text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 1.5;
}

.Text a:link
{
	color: #3366ff;
	text-decoration: underline;
}

.Text a:visited
{
	color: #3366ff;
	text-decoration: underline;
}
.Text a:active
{
	color: #3366ff;
	text-decoration: underline;
}
.Text a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3366ff;
}

.TextWhite
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.5;
}

.TextWhite a:link
{	
	color: #FFFF00;
	background-color:#3366FF;
	text-decoration: none;
}
.TextWhite a:visited
{	
	color: #FFFF00;
	background-color:#3366FF;
	text-decoration: none;
}
.TextWhite a:active
{	
	color: #3366FF;
	background-color:#FFFFFF;
	text-decoration: none;
}
.TextWhite a:hover
{	
	color: #3366FF;
	background-color:#FFFFFF;
	text-decoration: none;
}
.DesignBy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3366ff;
	line-height: 1.5;
}
.DesignBy a:link
{
	color: #3366ff;
	background-color: inherit;
	text-decoration: underline;
}
.DesignBy a:visited
{
	color: #3366ff;
	background-color: inherit;
	text-decoration: underline;
}

