* 
{
	margin: 0px;
	padding: 0px;
	border: none;
}

body 
{
	background-color: #FFFFFF;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 10px;
}

p.header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;

}

blockquote
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

a
{
	text-decoration: none;
	color: #666666;
}

a:hover
{
	text-decoration: underline;
	color: #FF6600;
}

h3 a
{
	color: #FF6600;
}

h3 a:hover
{
	text-decoration: none;
}

p.header a
{
	color: #FFFFFF;
}

p.header a:hover
{
	text-decoration: underline;
	color: #FF6600;
}

ul
{
	margin-bottom: 10px;
	margin-left: 40px;
}

ul li
{
	color: #666666;
}

ul li.nested
{
	list-style-type: none;
}

ul li.nested ul
{
	margin-bottom: 0px;
}

* html ul li.nested ul
{
	margin-top: -18px; 	
}

*:first-child + html ul li.nested ul
{
	margin-top: -18px; 
}

ul.menu
{
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

ul.menu li
{
	float: left;
	list-style-type: none;
}

ul.menu li a
{
	color: #FFFFFF;
}

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

div.clear 
{
	clear: both;
}

table.main 
{
	width: 900px;
	text-align: left;
}

table.main td.left
{
	background-color: #98A4B0;
	width: 350px;
}

table.main td.left p
{
	color: #FFFFFF;
} 

table.main td.left a
{
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

table.main td.left p.header a
{
	font-style: normal;
}

table.main td.left a:hover
{
	color: #FF6600;
}

table.main td.right
{
	background-color: #FFFFFF;
	width: 550px;
}

table.main tbody td
{
	vertical-align: top;
	padding: 10px;
}

table.main tbody td.right ul.menu
{
	font-weight: bold;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.main tbody td.right ul.menu a
{
	color: #FF6600;	
}

table.main thead td
{
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	height: 200px;
}

table.main thead td.left
{
	text-align: center;
}

table.main thead td.right
{
	background-image: url(../images/bg_top_main.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

table.main thead ul.menu
{
	margin-left: 70px; 
	height: 65px;
}

* html table.main thead ul.menu
{
	margin-left: 40px; 
}

table.main thead ul.menu li
{
	margin-left: 32px;
	margin-right: 10px;	
}

table.main thead ul.menu li span
{
	margin-right: 5px;
	color: #FF6600;
}

table.main tfoot td
{
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: repeat-x;
	height: 60px;
	padding-left: 80px;
}

* html table.main tfoot td
{
	padding-left: 70px;
}

table.main tfoot ul.menu
{

}

table.main tfoot ul.menu li
{
	margin-left: 10px;
	margin-right: 10px;
	color: #FF6600;
}

table.main table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}