@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #858585;
}
body {
	background-color: #F5F5F5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #858585;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #858585;
}
a:hover {
	text-decoration: underline;
	color: #858585;
}
a:active {
	text-decoration: none;
	color: #858585;
}
.txt9pt {
	font-size: 9px;
}
.txt10pt {
	font-size: 10px;
}
.txt14pt {
	font-size: 14px;
}
.txt16pt {
	font-size: 16px;
}
.txt18pt {
	font-size: 18px;
}
.txt20pt {
	font-size: 20px;
}
.txt24pt {
	font-size: 24px;
}
.txt28pt {
	font-size: 28px;
}
.txt32pt {
	font-size: 32px;
}
.txt42pt {
	font-size: 42px;
}
.logo {
	background-image: url(../assets/logo.png);
	background-position: top;
	background-repeat: no-repeat;
}
.grad {
	background-image: url(../assets/grad.png);
	background-position: top;
	background-repeat: repeat-x;
}
.border1px {
	border: 1px solid #858585;
}
.border2px {
	border: 2px solid #858585;
}
.border3px {
	border: 3px solid #858585;
}