/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}


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

h1 {
	color: #249CE3;
	font-size: 120%;
	font-style: normal;
}

h2 {
	color: #1F2831;
	font-size: 90%;
}


.content {
	margin-right: 10px;
}
.footer {
	color: #CCCCCC;
}

.SmallText {
	font-size: 90%;
	color: #000;
}
