@charset "utf-8";
/* CSS Document */

body {
	background-color: #cbecf1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
td{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#494949;
	font-weight:600;
}
a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#494949;
	text-decoration:underline;
}
a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#494949;
	text-decoration:none;
}

p{
	padding:0px;
	margin:0px;
}
img{
	border:none;
}
.mainBox{
	background-color:#FFFFFF;
	padding-left:12px;
	padding-right:13px;
	padding-bottom:8px;
}
.title{
	padding:8px;
	background:#96ced9;
}
.contentBg{
	padding-bottom:16px;
	padding-top:16px;
	padding-left:5px;
	padding-right:5px;
}
.footer{
	background:#96ced9;
	padding:10px;
	padding-bottom:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#01565e;
	font-weight:normal;
}
.footer a{
	background:#96ced9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#01565e;
	text-decoration:none;
}
.footer a:hover{
	background:#96ced9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#5a3e35;
	text-decoration:none;
}