html 
	{
	height: 100.02%;
	}


div, h1, h2, h3, h4, p, li, dt, dl, blockquote, table, td, form, input, select, textarea
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}	
	
h1
	{
	margin:0; padding:0;
	margin-left:2px;
	font-size:140%;
	font-weight:bold;
	margin-bottom:15px;
	}
	
h2
	{
	margin:0; padding:0;
	font-size:100%;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	}
	
h3
	{
	margin:0; padding:0;
	font-size:100%;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
	}
	
h4
	{
	margin:0; padding:0;
	font-size:100%;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:0px;
	}					
	
p
	{
	margin:0;
	margin-bottom:10px;
	padding:0;
	font-size:100%;	
	line-height:160%;	
	}
	
p.txtTitle1, p.txtTitle2, p.txtTitle3
	{
	color:#666;
	font-weight:bold;
	margin-bottom:15px;
	line-height:180%;
	font-size:110%;
	}
	
p.txtTitle2
	{
	margin-top:15px;
	margin-bottom:5px;
	}	
	
p.txtTitle3
	{
	margin-top:15px;
	margin-bottom:5px;
	}		
	
table td
	{
	vertical-align:top;
	}
	
img
	{
	border:0;
	}	

.txtemphasis
	{
	font-weight:bold;
	}
	
	
/**********************/
/* Links*/
/**********************/

a:link, a:visited
	{
	color:#D85C0B;
	text-decoration:none;	
	}
	
a:hover, a:active
	{
	color:#CC6600;
	text-decoration:underline;
	}


/**********************/
/* Lists */
/**********************/

ul.textlist
	{
	margin:0;
	margin:20px 0 20px 5px;
	padding:0;
	}
	
li.textlist
	{
	padding:0; margin:0;	
	width:100%;
	list-style-type: none;	
	line-height:120%;
	margin-bottom:10px;
	}
	
li.textlist
	{
	background:url(../img/elements/dot_orange.gif);
	background-repeat:no-repeat;
	background-position:0 9px;	
	padding-left:10px;	
	}	
	

/**********************/
/* copyright */
/**********************/

.copyright
	{
	color:white;
	}

