/* CSS Document */
body {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #663300;
}
table.header	{
	background-image: url(SkinBarHeader.jpg);
	background-attachment: center;
}
h1 {
	font-family: Futura, "Gill Sans", "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
 	color: #000000;
}

h2	{
	font-family: Gill Sans, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align:left;

}

h2.headline	{
	font-family: Gill Sans, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/IndexHeadlineBgrd.jpg)
}

h2.specials	{
	font-family: Gill Sans, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding-top: 20px;
}

h3	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}

h3.menu	{
	font-family: Gill Sans, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}

h4	{
	font-family: Gill Sans, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}

tr.nav	{
	font-align: center;
	background-image: url(Images/NavBckgd.jpg);
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.style1	{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
}
.style2	{
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color:#ffffff;
}
.style3	{
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color:#000000;
}

.borderedText	{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 20px;
	valign: top;
	text-align: justify;
}

.indexspecials	{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	valign: top;
	text-align: justify;
	text-indent:0;
}

.borderedTextColor	{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 0;
	valign: top;
	text-align: justify;
}