body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body {
	background-image: url(../images/backgrounds/brown_swirl_floral_transparent.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
}
.style2 {
	font-size: 14px;
	color: #f4f4f4;
}
.style3 {
	font-size: 12px;
	color:#666666;
	line-height:20px;
}
.style6 {
	font-size: 10px;
	color: #FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style7 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #5D4605;
}
.style8 {
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size: 18px;
	color: #663333;
	text-align: center;
}
.style9 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}

/* These are the link attributes for the content within pages*/

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}

/*These are the link attributes for the footer links only*/

a.footer:link {
	color: #ffcc66;
	text-decoration: none;
}

a.footer:visited {
	text-decoration: none;
	color: #ffcc66;
}
a.footer:hover {
	text-decoration: underline;
	color: #ffff99;
}
a.footer:active {
	text-decoration: none;
	color: #ffcc66;
}
/*These are the link attributes for the tabs on the home page only*/

a.tabs:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #f4f4f4;
	text-decoration: none;
}
a.tabs:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	color: #f4f4f4;
}
a.tabs:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	color: #ffff99;
}
a.tabs:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	color: #f4f4f4;
}

