html
{
	height:95%;
}

body
{
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px; 

    margin:0 auto;
    width:1000px;
    text-align:center;
	
	COLOR: #333333;
	background-color:#EEEEEE;

}



div, p, td
{
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	PADDING-TOP: 5px; 
	PADDING-BOTTOM: 5px; 
	margin-left: 5px; 
	margin-right: 0px;
	COLOR: #333333;
	vertical-align:top;
	
}


h1
{
	font-size:16pt;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:0px;	
}

br
{
	line-height:16px;
}

input, textarea, select 
{ 
	font-family: Verdana, sans serif;
	font-size: 14px;
	background-color:#fafafa; 
	border: #FEFEFE 2px inset;
}


.btn
{
	text-decoration:none;
	background-color: #000000;
	font-size:12;
	font-weight :bold;
	border-top: 4px solid yellow;
	border-left: 4px solid yellow;
	border-bottom: 4px solid yellow;
	border-right: 4px solid yellow;
	padding-top:9px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:9px;
	height:42px;
	text-align:center;
	vertical-align:middle;
	color:Yellow;   
	display:inline;
}


.heading
{
	font-size:20.0pt;
	font-weight:bold;
	color:#CC3399;
	
}


A:link
{
	color:Blue;
	font-weight:bold;
	text-decoration:underline;
} 

A:visited
{
	color:Blue;
	font-weight:bold;
	text-decoration:underline;
} 

A:hover
{
	color:#000077;
	font-weight:bold;
	text-decoration:underline;
} 

A:active
{
	color:Blue;
	font-weight:bold;
	text-decoration:underline;
} 



.MenuButton A:link 
{ 
	text-decoration:none;
	background-color: #000000;
	font-size:12;
	font-weight :bold;
	border-top: 4px solid yellow;
	border-left: 4px solid yellow;
	border-bottom: 4px solid yellow;
	border-right: 4px solid yellow;
	padding-top:12px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	color:Yellow;   
	display:block;
}
 

.MenuButton A:visited  
{
	text-decoration:none;
	background-color: #000000;
	font-size:12;
	font-weight :bold;
	border-top: 4px solid yellow;
	border-left: 4px solid yellow;
	border-bottom: 4px solid yellow;
	border-right: 4px solid yellow;
	padding-top:12px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	color:Yellow;   
	display:block;
}

.MenuButton A:hover
{
	text-decoration:underline;
	background-color: yellow;
	font-weight :bold;
	border-top: 4px solid yellow;
	border-left: 4px solid yellow;
	border-bottom: 4px solid yellow;
	border-right: 4px solid yellow;
	padding-top:12px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	color:black;
	display:block;
}

 
.MenuButton A:active   
{
	text-decoration:none;
	background-color: #000000;
	font-weight :bold;
	font-size:12;
	border-top: 4px solid yellow;
	border-left: 4px solid yellow;
	border-bottom: 4px solid yellow;
	border-right: 4px solid yellow;
	padding-top:12px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	color:Yellow;   
	display:block;
}



.instruct_txt
{
	font-style: normal;
	color: #999999;
	font-size: 9px;
}

.greybackground 
{
	background-color:#dddddd;
}


.frame 
{
	border-top: 1px solid #718f75;
	border-left: 1px solid #718f75;
	border-bottom: 1px solid #718f75;
	border-right: 1px solid #718f75;
	background-color: #ffffee;
	text-align: left;
}


