body, h1, h2, h3, h4, h5, h6, div, img, label, form, hr
{
	margin:0px;
	padding:0px;
}
body
{
	font-size:14px;
	background-color:#FFF; 
	/* 
	background-image:url(../images/interface/bg.gif); 
	background-repeat:repeat-x;
	background-color:#FFF;
	background-attachment:fixed;
	*/
}
img
{
	border:0px;
}
h1, h2, h3, h4, h5, h6
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
h1 
{
	font-size: 34px;
	font-weight: normal;
	color: #1E3F82;
	font-family: 'Trebuchet MS', Futura, 'Century Gothic', Arial, Helvetica;
}
h2 
{
	font-size: 22px;
	font-weight: normal;
	color: #1E3F82;
	font-family: 'Trebuchet MS', Futura, 'Century Gothic', Arial, Helvetica;
}
h3 
{
	font-size: 20px;
	font-weight:bold;
	color: #1E3F82;
	font-family: 'Trebuchet MS', Futura, 'Century Gothic', Arial, Helvetica;
}
h4 
{
	font-size:18px;
}
h5
{
	font-size:16px;
}
h6
{
	font-size:14px;
	border-bottom:dashed 1px #333;
}
label
{
	font-weight:bold;
	font-size:12px;
}

hr 
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	color: #000000;
	background-color: #000000;
	height:1px;
}

a:link, a:visited, a:active 
{
	text-decoration:underline;
	color: #006600;
	/*color: #6495ED;*/
}

a:hover 
{
	color: #009900;
}


.green2 a:link, .green2 a:visited, .green2 a:active 
{
	text-decoration:none;
	color:#35BD40;
	/*color: #6495ED;*/
}

.green2 a:hover 
{
	color: #009900;
}




/*******************************************************/



/*
.contenttable {
	background-color: #FFF;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	font-family: arial, verdana, sans;
	padding-bottom: 10px;
	padding:20px;
	padding-top: 0px;
	color: #1C8684;	
}

padding:nsubmenu {	
	float: right;
	font-size: 12px;
	padding:20px; 
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e5e5e5;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: -20px;
	margin-left: 20px;
	width: 120px;
}


.over {
	background-color: #CFCFCF;
	cursor: pointer;
}

.out{
	background-color: #FFF;
}
*/

/* bottom lines nad text formats.*/
.btb {
	background-color:#FFF; 
	color:#000000; 
	width:120px; 
	font:bold 13px arial, verdana, sans; 
	text-align:right; 
	float:right; 
	padding:0px 10px 0px 10px;
}

.bottomlines {
	position:relative; 
	width:600px; 
	top:3px; 
	padding:2px 0px 2px 0px; 
	

	background-color:#000000; 
	float:left;
}

.bottomlineswhite {
	border-top:1px solid #FFF; 
	border-bottom:1px solid #FFF; 
	color:#FFF; 
	font-size:5px;
}
.Small
{
	font-size:10px;
	color:#666;
}