/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	background-image: url(image/background/sandstone.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #663300;
}
a:active {
	text-decoration: none;
	color: #330066;
}
h1 {
	font-size: 44px;
	color: #006600;
	font-family:Georgia, Times New Roman, Times, serif;
}
h2 {
	font-size: 40px;
	color: #006600;
	font-family:Georgia, Times New Roman, Times, serif;
}
h3 {
	font-size: 36px;
	color: #006600;
	font-family:Georgia, Times New Roman, Times, serif;
}
h4 {
	font-size: 24px;
	color: #006600;
	font-family:Georgia, Times New Roman, Times, serif;
}
h5 {
	font-size: 18px;
	color: #006600;
	font-family:Georgia, Times New Roman, Times, serif;
}
h6 {
	font-size: 16px;
	color: #006600;
	font-family:Georgia, Times New Roman, Times, serif;
}
.linkline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none; 
}
.floatleft {
	float:left;
}

.floatright {
	float:right;
}
.uppercase {
	text-transform: uppercase;
}
.copyline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}