body,td,th {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: none;
}

a {
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


.date_font {
	font-weight: bolder;
	font-size: 10px;
	color: #E4E4E4;
}
a.date_font:link {
	color: #E4E4E4;
}
a.date_font:visited {
	color: #E4E4E4;
}
a.date_font:hover {
	color: #E4E4E4;
}
a.date_font:active {
	color: #E4E4E4;
}

.main_title {
	font-size: 36px;
	font-weight: bolder;
}


.black_border {
	border: thin solid #000000;
}