@charset "UTF-8";
body,td,th {
	font-size: 13px;
	color: #024EAF;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6699CC;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
h1 {
	font-size: 19px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 9px;
}
