body {
	background-color: #FFFFFF;
	margin: 0px;
}
td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #45566D;
	text-decoration: none;
}
a:hover {
	color: #7C898F;
	text-decoration: none;
}
.title {
	font-size: 18px;
	color: #455769;
}
.bold {
	font-size: 13px;
	font-weight: bold;
	color: #45556A;
}
.small {
	font-size: 11px;
}
.footer {
	font-size: 10px;
	color: #999999;
}
.header {
	font-size: 12px;
	font-weight: bold;
	color: #455769;
	text-align: center;
	background-color: #A8BCBA;
}
ul {
	list-style-type:square;
}
hr {
	color: #999999;
	background-color: #999999;
	border: 0;
	height: 1px;
}