body, body.body_print, table,h1, h2, h3, h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
}

body {background-color: white;}
body.print{background-color: white;}

	ul {
	list-style-type : circle;
	list-style-position : inside;
	list-style-image :  url(img/button.gif);
	vertical-align : middle;
}

/* H TAGS ----------------------------------------------------------------------------------------------------  */
h1 {font-size: 36px;}
h2 {font-size: 24px;}
h3 {font-size: 18px;}
h4 {font-size: 14px;}

	h1 {
	text-weight: bold;
	font-size: 16px;
	padding: 5px 0px 5px 5px;
}

	h2 {
	text-weight: bold;
	font-size: 14px;
	text-align : left;
	padding: 0px;
}
	
	h3 {
	margin : 5px 50px 5px 50px;
		text-weight: bold;
		font-size: 14px;
		border-bottom: 1px solid #000000;
		padding: 2px 2px 2px 2px;
	}

	h4 {
		text-weight: bold;
		font-size: 12px;
		font-family : Verdana,Lucida,sans-serif;
		border-bottom: 1px solid #000000;
		padding: 2px 2px 2px 2px;
	}


/* BIG INFO BOX  ----------------------------------------------------------------------------------------------------  */
.infobox_page_description {
	font-size : 15px;
	text-align : center;
}



/* HEADER / LINKS ----------------------------------------------------------------------------------------------------  */
 a.menu_link:link,  a.menu_link:visited {
	color: Silver;
	text-decoration:none;
	font-weight:bold;
}

 a.menu_link:hover {
	color: White;
	text-decoration:none;
	font-weight:bold;
}
 a.menu_link:active {
	color: Gray;
	font-weight:bold;
}

/* HEADER / TEXT ----------------------------------------------------------------------------------------------------  */
span.header_title {
	font-size: 18px;
	line-height: 22px;
	font-weight : bold;
}

span.header_subtitle {
	font-size: 14px;
	line-height: normal;
}
