body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../img/bg.gif);
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
	text-indent: 6pt;
}
h3 {
	font-size: 9pt;
	font-weight: bold;
	color: #CC0033;
	text-indent: 10pt;
	text-align: left;
	font-style: normal;
}
p {
    font-size : 9pt;
    color : #006699;
}
.copy {
    font-size: 7pt;
    color : #CC9966;
	text-align: center;
}
.small {
    font-size: 7pt;
    color : #CC9966;
}
.mt {
    font-size: 8pt;
	text-align: center;
}
select {
	font-size: 8pt;
	background-color: #FFFFE8;
}
a {
	color: #CC0000;
}
input {
	font-size: 8pt;
	background-color: #FFFFE8;
}ul {
	font-size: 10pt;
}
li {
	font-size: 10pt;
	color: #CC0033;
}
td {
	font-size: 10pt;
}
caption {
	font-size: 13px;
	color: #CC0000;
	text-transform: uppercase;
	font-weight: bold;
}