table.main {

	font-family: Georgia;
	font-size: 15px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-style: solid;
	border-color: Black;

}


table.sidebar {

	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-style: solid;
	border-color: Black;
	background-color: #FFFFFF;

}


body {

	background-color: #FFFFFF;
	background-image: url(/images/backgradient.jpg);
	background-repeat: repeat-x;

}


h1
{
	font-family: Trebuchet MS;
	color: Black;
}

h2
{
	font-family: Trebuchet MS;
	color: Black;
}

h3
{
	font-family: Trebuchet MS;
	color: Black;
}

h4
{
	font-family: Trebuchet MS;
	color: Black;
}

h5
{
	font-family: Trebuchet MS;
	color: Black;
}



p
{
	font-family: Georgia;
	font-size: 15 px;	
	color: Black;
}

td.login
{
	background-color: #F5F5F5;
	border: 1px;
	border-style: solid;
	border-color: #B8B8B8;
}

td.footer
{
	font-family: Georgia;
	font-size: 10px;	
	color: Black;
}

input.login
{
	border: 1px;	
	border-color: Black;
	border-style: solid;		
}

input.submit_button
{
	border: 1px;
	background-color: White;
	border-color: Black;
	border-style: solid;	
}


a:link {
	font-family: Georgia;	
	text-decoration: none;
	color: #640000;
}

a:visited {
	font-family: Georgia;	
	text-decoration: none;
	color: #640000;
}

a:active {
	font-family: Georgia;	
	text-decoration: none;
	color: #640000;
}

a:hover {
	font-family: Georgia;	
	text-decoration: none;
	color: #640000;
}

