@charset "utf-8";

body {
	background-color: #FFFFFF;
	background-image: url(images/misc/background-tan.gif);
	background-repeat: repeat;

}
a:link {
	text-decoration: none;
	color: #990033;
}
a:visited {
	text-decoration: none;
	color: #999966;
}
a:hover {
	text-decoration: underline;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #999933;
}
a {
	font-size: 18px;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6
 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
}

#mainTable {
	border: 2px double #336633;
}


h1 {
	font-size: 24px;
	text-align: center;
	color: #000000;
}
h2 {
	font-size: 18px;
	text-align: center;
}
h3 {
	font-size: 14px;
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	line-height: 22px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.centered {
	text-align: center;
}

.productList {
	font-size: 18px;
	vertical-align: middle;
}

.legal {
	font-size: 8px;
	text-align: center;
	color: #000000;
}
.red {
	color: #FF0000;
	text-transform: capitalize;
}
.tableData {
	background-color: #FFFFCC;
	border: 1px solid #000000;
}
caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #660099;
	font-style: normal;
	font-weight: bold;
}
.photoBorder {
	border: 4px solid #666666;
	padding: 3px;
}
