/* +++++++++++++++++++++++++++++
main-CSS
+++++++++++++++++++++++++++++ */



html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	vertical-align: top;
	color: #010101;
	font: 10px Arial, Helvetica, Verdana, sans-serif;
	background: #434343 url(images/logo_bg_back.gif) repeat;
	
}

/* adjustment for IE5 */

/*body {
	font-size: x-small; 
 	voice-family: "\"}\""; 
 	voice-family: inherit;
 	font-size: small; 
	}
html>body { 
	font-size: small;
	}*/

	
div, p
{
	color: #010101;
	font: 10px Arial, Helvetica, Verdana, sans-serif;
}

a:link, a:visited, a:active
{
	color: #F67A00;
}


#maintable
{
	height: 100%;
	text-align: center;
	vertical-align: top;	
}
#maintable tr td
{
	text-align: center;
}

.headerstyle1
{
	color: #f57b00;
	font-size: 12px;
	font-weight: bold;
}

h1
{
	color: #f57b00;
	font: bold 1.8em Arial, Helvetica, sans-serif;
}



#contentleft a
{
	/*font-size: 0.95em;*/
}

p {
	margin-bottom: 5px;
}





