﻿.body
{
	overflow:scroll;
	margin: 0 0 0 0;
}
/*************************************************/
.FrameHeader
{
	width:100%; 
	height:32px; 
	clear:both;
	margin: 0 0 0 0;
	overflow:hidden;
	border: solid 0px Brown;
	border-bottom:solid 3px #CCCCCC;
}
.FrameHeader_Left
{
	float:left;
	width:85%; 
	height:32px;
	color: #CCCCCC;
	font-size: 16pt; 
	text-align:left;
	font-family: Verdana; 
}
.FrameHeader_Right1
{
	float:left;
	width:10%; 
	height:32px;
	color: #CCCCCC;
	font-size: 16pt; 
	text-align:right;
	font-family: Verdana;
}
.FrameHeader_Right2
{
	float:left;
	width:5%; 
	height:32px;
	color: #CCCCCC;
	font-size: 16pt; 
	text-align:right;
	font-family: Verdana;
}
/*************************************************/
.headerText
{
	width:auto;
	font-size: 20pt; 
	font-family: Verdana; 
	font-weight:bold; 
	letter-spacing:3px;
	color: #CCCCCC;
	text-decoration:none;
}
.headerText:hover
{
	width:auto;
	font-size: 20pt; 
	font-family: Verdana; 
	font-weight:bold; 
	color: #045C97;
	text-decoration:none;
}
/*************************************************/
.contactText
{
	width:auto;
	font-size: 16pt; 
	font-family: Verdana; 
	letter-spacing:3px;
	color: #CCCCCC;
	text-decoration:none;
}
.contactText:hover
{
	width:auto;
	font-size: 16pt; 
	font-family: Verdana; 
	color: #045C97;
	text-decoration:none;
}
/*************************************************/
