body {
    background-color: #99CCFF;
	background-image: url(../images/gradient_1.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

h1 {
	font-size: 24px;
	color: #0066FF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	color: #0066FF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	color: #0066FF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


.headertitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0066FF;
	text-align: left;
}
.headerlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	text-align: right;
}
.bodytitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0066FF;
	text-align: left;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
    text-align: left;
}
.bodytextblack {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}

.smallbodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

.smallheadertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3366FF;
}

.copyrighttext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}

.astable {
	border: 1px dashed #999999;
	padding: 15px;
	background-color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

.steps {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: upper-roman;
	text-align: left;
}

.indexlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color: #999999;
}

.indexnonlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}

.indextitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0066FF;
}

.swfborder {
	border: thin dashed #999999;
	padding: 2px;
	margin: 2px;
}
