@charset "utf-8";

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000000;

	background-color: #000000;

	margin: 0px;

}



td {


	background-color:#FFFFFF;

}



.paragraph_start {

	font-size: 110%;

	font: Verdana;

	color: #224477;

	font-weight: bold;

}



.bottom_menu {

	font-size: 90%;

}



.main_text {

	text-align: justify;
	padding: 20px;

}





.tagline {

	font-size: 120%;

	font-weight: bold;

	color: #000000;

	padding: 10px 0px 10px 0px;

	font: Arial;

	background: #ffffff;

}



#list-menu {

	width: 170px;

	

}



#list-menu ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

	font-family: verdana, arial, sanf-serif;

	font-size: 12px; 

	

} 



#list-menu li {

	margin: 2px 0 0;

} 



#list-menu a {

	display: block;

	width:158px;

	padding: 2px 2px 2px 10px;

	border: 1px solid #000000;

	background: #ffffff;

	text-decoration: none; /*lets remove the link underlines*/

} 



#list-menu a:link, #list-menu a:active, #list-menu a:visited {

	color: #000000;

}



#list-menu a:hover {

	border: 1px solid #000000;

	background: #9aa5b9 url(images/menu_bg.gif);

	color: #ffffff;

} 



#copyright {

	color: #000000;

	font: Arial;

	font-weight: bold;

	font-size: 80%;

	padding: 5px;

}



#content {

	padding: 0 0 0 20px;

}



#copyright a:link, #copyright a:active, #copyright a:visited, #copyright a:hover{
	color: #0000FF;
	text-decoration: none;
} 

