@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-image:url(bg.gif);
	background-repeat:repeat;
}

.bodyleft{
	background-image:url(bodypaperleft.gif);
	width:33px;
	background-repeat:repeat-y;
}
.bodyright{
	background-image:url(bodypaperright.gif);
	width:38px;
	background-repeat:repeat-y;
}

.bodytext{
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	color:#3a3a3a;
	text-decoration:none;
	letter-spacing:0.01em;
}

.bodytext_small{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#3a3a3a;
	text-decoration:none;
	letter-spacing:0.01em;
}

.more{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#005476;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.01em;
}
.more:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.01em;
}

.more_link{
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	color:#005476;
	text-decoration:none;
	letter-spacing:0.01em;
}
.more_link:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	color:#333333;
	text-decoration:underline;
	letter-spacing:0.01em;
}


.border_color{
	border:1px solid #c6c087;
	background-color:#fffcdf;
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#333333;
	text-decoration:none;
	letter-spacing:0.01em;
}
.border_white{
	border:1px solid #c6c087;
	background-color:#ffffff;
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#333333;
	text-decoration:none;
	letter-spacing:0.01em;
}






.heading{
	font-family:"Times New Roman", Times, serif;
	font-size:23px;
	color:#005476;
	text-decoration:none;
	letter-spacing:0.01em;
}



.toppaper{
	background-image:url(papertop.gif);
	background-repeat:no-repeat;
	width:965px;
	height:39px;
}
.botpaper{
	background-image:url(bodypaperbot.gif);
	background-repeat:no-repeat;
	width:965px;
	height:34px;
}


.topnumber{
	font-family:"Times New Roman", Times, serif;
	font-size:27px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.01em;
}


.menubg{
	background-image:url(bgmenu.gif);
	height:45px;
	width:578px;
	background-repeat:no-repeat;
}

.topmenu{
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color:#004986;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	letter-spacing:0.02em;
}
.topmenu:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color:#242424;
	text-decoration:none;
	cursor:pointer;
}
.topmenu_devider{
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color:#333333;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

.footer{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
}
.footer:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#ffe6a2;
	text-decoration:none;
}
.footer_devider{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
.copyright{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#a4a4a4;
	text-decoration:none;
}










