body {
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2c72ad;
	background-color: #D3D1AB;
}
a:link {
	color: #2c72ad;
	text-decoration: underline;
}
a:hover {
	color: #E65B00;
	text-decoration: underline;
	background-color: #F9F8F0;
	font-weight: normal;
}
a:visited {
	color: #2c72ad;
	text-decoration: underline;
}
a:active {
	color: #2c72ad;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c72ad;
}
.header {
	font-size: 20px;
}
.small_header {
	font-size: 16px;
	color: #2c72ad;
	font-weight: bold;
}
.small_text {
	font-size: 12px;
}
.tiny_text {
	font-size: 11px;
}
.small_header_non_bold {
	font-size: 16px;
}
