body { 
	padding: 2px; 
	margin: 0; 
	font-family: arial, sans-serif; 
	font-size: 10pt; 
}
table { 
	font-size: 10pt; 
}

#head { 
	background: url('/img/head2_bg.png')  #FFFFFF; 
	border: 1px solid #000000; 
	height: 120px; 
	margin-bottom: 2px; 
}

#site_menu { 

	background: url('/img/site_menu.png') no-repeat right #EEEEFF; 
	height: 16px; 
	border: 1px solid #000000; 
	font-size: 10pt; 
	padding: 2px; 
	margin-bottom: 6px; 
}

#site_menu a { 

	text-decoration: none; 
	color: #444488; 

}

#site_menu a:hover { 

	color: #0000FF; 
}


#left_menu { 
	float: left; 
	width: 120px; 
	background: #DDDDDD; 
	border: 1px solid #444444; 
}

#left_menu h4 { 
	font-size: 10pt; 
	margin: 1px; 
	padding: 3px; 
	color: #FFFFFF; 
	background: url('/img/left_menu_head.png'); 
	border-bottom: 1px solid #444444; 

}

#left_menu a { 

	color: #444444; 
	text-decoration: none; 
	display: block; 
	font-size: 10pt; 
	padding: 6px; 
}

#left_menu a:hover { 

	background: #888888; 
	color: #FFFFFF; 
}


#content { 
	margin-left: 128px; 
	margin-right: 12px; 
}

#content h1 { 
	background: url('/img/content_h1.png') no-repeat #EEEEFF; 
	height: 20px; 
	font-size: 12pt; 
	margin: 0px; 
	padding: 4px; 
	border: 1px solid #000000; 
	color: #FFFFFF; 
}

#content h2 { 

	font-size: 12pt; 
	color: #008800; 
	border-bottom: 2px solid #4466AA; 
	width: 50%; 
}

#content p { 
	text-align: justify; 
}

#footer { 
	clear: both; 
	margin-top: 60px; 
	border: 1px solid #888888; 
	height: 10px;
	padding: 14px; 
	background: url('/img/footer.png'); 
	font-size: 10pt; 

}


