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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.blue {
	color: #4B52C2;
}
a:link {
	color: #4B52C2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4B52C2;
}
a:hover {
	text-decoration: underline;
	color: #4B52C2;
}
a:active {
	text-decoration: none;
	color: #4B52C2;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color: #A5A6BB;
	font-weight:normal;
}
h2 {
	font-size: 17px;
	color: #A5A6BB;
}
h3 {
	font-size: 16px;
	color: #A5A6BB;
}
h4 {
	font-size: 15px;
	color: #A5A6BB;
}
h5 {
	font-size: 15px;
	color: #A5A6BB;
}
h6 {
	font-size: 15px;
	color: #A5A6BB;
}
#contentBox {
	border-bottom: #bbb 1px solid; 
	text-align:center;
	padding:0;
}
.greyBox {
	background-color:#cdcfd9;
}
