﻿.Std a:Link{
	color: #8BBAE9;
	text-decoration: none;
}
.Std a:hover{
	color: #C0C0C0;
 	text-decoration: none;
}
.Std a:visited{
	color: #8BBAE9;
	text-decoration: none;
}
.BlackText
{
	color: black;
	font-weight: bold;
}
.BlackText a:link
{color: black; text-decoration: none;}
.BlackText a:visited    
{color: white; text-decoration: none;}
.BlackText a:hover      
{color: #8BBAE9; text-decoration: none;}
.BlackText a:active     
{color: #FF9900; text-decoration: none;}
h1 {
	text-align: center;
}
.wrapper {
	width: 900px;
}
.main
{
	padding: 0px 12px;
	margin: 12px 8px 8px 10px;
	min-height: 620px;
}
.page
{
	width: 900px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #808080
}

