/* Element definitions */
body, html, p, td, tr, div
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	color: black;
	margin-left: 0px;
}

h1
{
	color: #b33300;
	/*margin-left: -15px;*/
	text-transform: uppercase;
	text-align: justify;
	font-family: Verdana;
	font-size: 13pt;
}

h2
{
	font-size: 12pt;
	color: #13528c;
}

h3
{
	font-size: 11pt;
	font-weight: bold;
	color: #13528c;
}

h4
{
	font-size: 11pt;
	color: #13528c;
}

h5, h6
{
	font-size: 10pt;
	font-weight: bold;
	color: #13528c;
}

a{
	color: #13528c;
	text-decoration: none;
	font-weight: bold;
}


a:hover, a:visited:hover
{
	text-decoration: underline;
	color: #b33300;
}

a:visited
{
	color: #13528c;
}

/* Top menu bar */

ul.top_menu
{
	list-style: none;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 6px;
}

ul.top_menu li
{
	position: relative;
	left: 10px;
	float: left;
	display: block;
	padding-right: 10px;
}

ul.top_menu li a
{
	width: 102px;
	height: 48px;
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	color: #13528c;
	font-weight: normal;
}

ul.top_menu li a div#text
{
	position: relative;
	left: 14px;
	top: 8px;
	overflow: hidden;
	font-weight: bold;
}

ul.top_menu li a:hover
{
	text-decoration: none;
}

ul.top_menu li a:hover div#text, ul.top_menu li a#selected div#text
{
	color: white;
	text-decoration: none;
}

ul.top_menu li a#selected
{
	background-image: url(button_selected.gif);
}

#logo 
{
	position: relative;
    top: 360px;
    left: 5px;
}