@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	height:100%;
}

body {
	margin: 0px; 
	padding: 0px;
	background-color:#FFFBEF;
	height:100%;
	color:#004466;	
}


.menu_left {
	color:#FFFFFF;
}

ul.menu_left {
	list-style:none;
	margin-top:6px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-left: 0px;
}

.menu_left li {
	color:#FFFFFF;
	line-height: 21px;
	padding-left: 12px;
	border-bottom: 1px solid #000000;
	text-align:left;
	margin-left: 0px;
}

.menu_left li a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.menu_left li a:visited {
	color:#FFFFFF;
	text-decoration:none;	
}

.menu_left li a:hover {
	color:#FFFFFF;
	text-decoration:underline;	
}

h1 {
	margin-top: 0px;
	color:#003399;
	font-size: 24px;
	font-weight:bold;
}

h2 {
	margin-top: 14px;
	color:#003399;
	margin-bottom: 0px;
	padding-bottom:0px;
	font-size: 18px;
	font-weight:bold;
}

p {
	margin-top:2px;
	margin-bottom:10px;
}


ul {
	margin-top:0px;
	margin-bottom: 4px;
}


hr {
	margin-top: 8px;
	margin-bottom: 8px;
}
