body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#main {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #4C4C4C;
	text-decoration: none;
}
#left {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
	padding-right: 3px;
}
.greybox {
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
}
li {
	padding-bottom: 5px;
}
a {
	color: #037DB2;
	text-decoration: none;
	font-weight: bold;
}
a:hover {

	color: #4C4C4C;
	text-decoration: none;
	font-weight: bold;
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
}
h3 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
}
.yellow {
	background-color: #FFFF00;
}
