body, p, td, li
{
	font-family:Arial;
	font-size: 12px;
	color: #000000;
}
body
{
	margin:0px;
}
h1
{
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
}
h2
{
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}
h3
{
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
h4
{
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
h5
{
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
h6
{
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}
.mainMenu
{
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a.mainMenu:link
{
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
a.mainMenu:active
{
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
a.mainMenu:visited
{
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
a.mainMenu:hover
{
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a:link
{
	color:#000000;
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
	color:#000000;
}
a:hover
{
	text-decoration: underline;
	color:#000000;
}
a:active
{
	text-decoration: underline;
	color:#000000;
}