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

p{
	font-family:Times New Roman, Times, serif;
	font-size: 16px;
	color:#000000;
	line-height: normal;
	padding: 0px;
}
.bold {
	font-family: verdana, sans-serif;
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.navigation{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333366;
	display: block;
	padding: 4px;
	width: 140px;
}

.navigation:link, .navigation:visited {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 4px;
	width: 140px;
	text-decoration: none;
	background-color: #333366;
}

.navigation:hover{
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3333CC;
	display: block;
	padding: 4px;
	width: 140px;
}

.menu_header {
	background-color: #333366;
}

.normal_body {
font-family:Times New Roman, Times, serif;
	font-size: 16px;
	color:#000000;
	line-height: normal;
	padding: 8px;
	text-align:justify
}

a.article {
  color: #000099}
  
a.article:hover {
 	color:#548042;
	font-weight:bold;
    text-decoration:underline;
	cursor:default  
}
.title2 {
 	font-size:36px;
	color:#000099;
	font-weight:bold;
    text-decoration:none;
	cursor:default  
}