
html, body, div, form
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #DB6500;
	background-image: url('../images/background.jpg');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

table tr td p.error
{
	color: #FE0000;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 11px;

	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

table tr td.footer a
{
	color: #333333;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

table tr td.footer a:hover
{
	color: #666666;
}

.header
{
	background-color: #FFFFFF;
	background-image: url('../images/header.jpg');
	background-position: 0% 0%;
	background-repeat: no-repeat;

	height: 112px;
}

.title
{
	background-color: #FFFFFF;
	background-image: url('../images/titlebar.png');
	background-position: 0% 0%;
	background-repeat: repeat-y;

	height: 63px;
}

.title td h1
{
	color: #C0C0C0;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 23px;

	padding: 0px;
	margin: 0px 0px 0px 150px;
}

.menu
{
	background-color: #FFFFFF;
	background-image: url('../images/menu.png');
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

.menu ul
{
	list-style: none;

	margin: 0px;
	padding: 0px;
}

.menu ul li
{
	border-top: #FFFFFF solid 1px;
	text-align: right;
	padding: 3px 20px 3px 0px;
}

.menu ul li a
{
	color: #333333;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.menu ul li a:hover
{
	color: #666666;
}

.menu h1
{
	color: #FF9A00;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;

	margin: 10px 10px 10px 20px;
}

.content
{
	background: #FFFFFF;
	padding: 20px 20px 50px 20px;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 11px;
}

.content h1
{
	color: #A00000;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 17px;

	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.content h2
{
	color: #A00000;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 14px;

	padding: 0px;
	margin: 35px 0px 0px 0px;
}

.content h3, .content h4, .content h5, .content h6
{
	color: #A00000;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 12px;

	padding: 0px;
	margin: 35px 0px 0px 0px;
}

.content p
{
	color: #000000;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 11px;

	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.content p a
{
	color: #A00000;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 11px;

	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.content p a:hover
{
	color: #A00000;
	text-decoration: underline;
}

.content table tr td
{
	color: #000000;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 11px;

	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.content ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.content ul li
{
	background-image: url('../images/dot.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;

	color: #000000;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 11px;

	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.content ul li a
{
	color: #000000;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;

	margin: 0px 0px 0px 12px;
}

.content ul li a:hover
{
	color: #A00000;
	text-decoration: underline;
}

.content .navigation
{
	color: #C0C0C0;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
}

.content .navigation a
{
	color: #000000;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.content .navigation a:hover
{
	color: #A00000;
	text-decoration: underline;
}

.news
{
	background: #FFFFFF;
/*
	background-image: url('../images/news.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
*/
	border-left: #800000 dashed 1px;

	color: #FF9A00;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;

	padding: 20px;
}

.news h1, .news h2, .news h3, .news h4, .news h5, .news h6
{
	color: #FF9A00;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
}

.news p
{
	color: #FF9A00;
	font-family: Verdana, Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

