body, p, td, div, li, th
{
	font-family: verdana, arial, lucida; 
	font-size: 10pt;
}
body 
{
	background: white; 
	padding: 12px 20px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
a 
{
	text-decoration: none; 
	color: #002BB8;
}
a:hover 
{
	text-decoration: underline; 
}
.center 
{
	text-align: center;
}
.gray 
{
	color: #888888;
}
.pagetitle 
{
	font-size: 22pt;
	text-align: center; 
	color: white;
	padding: 5px; 
	background-color: #0054E3; 
	border: 1px solid #F8F7F4;
	margin-bottom: 36px;
}
h2
{
	font-size: 16pt;
	border-bottom: 2px solid #CCCCCC;
	color: #003366;
	font-weight: normal;
	margin: 26px 0px 18px 0px;
}
h2-bak
{
	font-size: 16pt;
	border-bottom: 2px solid #E4CFA6;
	color: #94542C;
	margin: 22px 0px 18px;
}
h3 
{
	font-size: 13pt;
	border-bottom: 1px solid #CCCCCC;
	color: #003366;
	margin: 20px 0px 16px;
}
li 
{
	margin-bottom: 2px;
}
.pre 
{
	padding: 10px; 
	background-color: #F8F7F4; 
	border: 1px dashed #EAE9CD;
}

.copyright 
{
	font-size: 9pt; 
	text-align: center; 
	color: #444444;
	background-color: #F9F9F9; 
	border: 1px solid #AAAAAA;
	padding: 1px;
}

