body {
	background: url(images/background.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
            
A:link	    {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #970000;
	text-decoration : none;
	font-weight: bold;
}
								
A:visited	{
	font-family: arial, Helvetica, sans-serif;
		font-size: 12px;
	color: #bf6309;
	text-decoration : none;
	font-weight: bolder;
}
A:hover 	{
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bf6309;
	text-decoration: none;
}

.title {
	font-size: 16px;
	color : #09637f;
	font-weight: bold;
}

.subtitle {
	font-size: 12px;
	color : Maroon;
	font-weight: bold;
}

.textheader {text-align:right;letter-spacing: 0px;font-family: Arial, Helvetica, sans-serif;font-size: 14px;line-height: 24px;font-weight:bold;}

h1{
	font-size: 22px;
	color: #070182;
	font-weight: bold;
}



h2 {
	font-size: 12px;
	color: #00009F;
	font-weight: bold;
}

h3{
	font-size: 16px;
	color: #3CC442;
	font-weight: bold;
}

h4{
	font-size: 12px;
	color: #3CC442;
	font-weight: bold;
}

.maindiv {
	font-size: 12px;
	color: #000000;
	width: 780px;
	background : #fff;
	border : 3px solid #2760AE;
	margin : 0px;
}

#navbar {
	font-size: 12px;
	color: #070182;
	float: left;
	text-align: left;
	padding: 15px;
	width: 165px;
}

#content {
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding : 15px;
}

#footer {
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding : 15px;
}
.emphasis{
	font-size: 12px;
	font-weight: bold;
	color: 070182;
}



td{font-size: 12px;
	color: #000000;
	text-align: left;
	
}

li {line-height: 160%
;
	
}
.illust {
	float: right;
	padding: 3px;
	margin: 0 0 15px 15px;
	border: solid 2px gray;
}