/* CSS Document */

body{
	background-color:#FFFFFF;
	color: #000000;
	/*font: Arial, Helvetica, sans-serif;*/
	/*font-size: 12px; */
	
}
#page-container {
	font-size: 130%;
}
#flash_content, #side_menu, #top_menu, #top_menu_txt{
	display: none;
}

h1 {
	clear: left;font-weight: bold; font-size: 150%;
}

h2 {
	clear: left;font-weight: bold; font-size: 140%;
}

h3 {
	clear: left;font-weight: bold; font-size: 130%;
}

h4 {
	clear: left;font-weight: bold; font-style: italic; font-size: 130%;
}
.content ul {
	list-style-type: disc; list-style-position: outside; font-size: 130%;
}

.content ol {
	list-style-type: decimal; list-style-position: outside; font-size: 130%;
}
#sub_footer{
	margin: 15px 0 10px 0;
	font-size: 70%
}
