basefont, body, td, input
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #000000;
}

body
{
	background-color: #FFFFFF;
}

table, tr
{
	border: none;	
	padding: 0px;	
	margin: 0px;

}

tr
{
	vertical-align: top;				
}

h1
{
	font-family: tahoma, arial, verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #555555;
}

h2
{
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #555555;
}

img
{
	border: 1px solid #555555;
	margin: 2px;
}

hr
{
	width: 100%;
	height: 1px;
	background-color: #666666;
}

ol
{
	margin-top: 0px;
}

ul
{
	margin-top: 0px;
	list-style-type: square;
}

input
{
	border: 1px solid #555555;
}

a
{
	color: #FF8C00;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover
{
	color: #FF8C00;
	text-decoration: underline;
}

.menu
{
	font-weight: normal;

	font-family: arial, verdana;
	font-size: 10px;
	letter-spacing: 2px;
	text-decoration: none;

	padding-right: 8px;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 2px;
	

	color: #555555;
	border: 1px solid #555555;
	width: 72px;

}

.menu:hover
{
	cursor: hand;
	text-decoration: none;
	color: #000000;
	border: 1px solid #FF8C00;
	background-color: #FCFCFC;
	
}

.title
{
	font-weight: normal;
	font-family: arial, verdana;
	color: #FF8C00;
	font-size: 40px;
	letter-spacing: -2px;
	text-decoration: none;
}

.title:hover
{
	color: #FF8C00;
	text-decoration: none;
}

.description
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #7F7F7F;
	letter-spacing: 6px;
}

.announcement
{
	background-color: #F5F5F5;
	border: 1px solid #555555;
	margin: 5px;
	margin-left: 15px;
	padding: 5px;
}
