@charset "UTF-8";
/* CSS Document */

body {
	font: 12pt "Times New Roman", Times, serif;
	margin: 10px 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
}
.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	height: 1500px;
}
.table_border {
	border: medium solid #890004;
	font: 12pt "Times New Roman", Times, serif;
	text-align: center;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.indent {
	font: italic normal 11pt/6px Arial, Helvetica, sans-serif;
	padding-left: 22px;
}
.intro {
	font: normal 12pt/21px "Times New Roman", Times, serif;
	text-align: justify;
}
.Catagory {
	color: #000000;
	font: bold 15pt/24px "Times New Roman", Times, serif;
	text-align: justify;
}
.footer {
	font: 7pt/19px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
}
.oneColFixCtr #container #mainContent .footer a {
	color: #0000FF;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent .footer a:visited {
	color: #0000FF;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent .footer a:hover {
	color: #990000;
	text-decoration: underline;
}
.copyright {
	font: normal 10px/14px "Times New Roman", Times, serif;
	color: #000000;
	padding-top: 10px;
}

a.hidden {
	color: #000033;
	text-decoration: none;
	font: bold 14px/10px Arial, Helvetica, sans-serif;
	padding-left: 15px;
}

a.hidden:visited {
	color: #000033;
	text-decoration: none;
}

a.hidden:hover {
	color: #990000;
	text-decoration: underline;
}

a.hidden:active {
	color: #990000;
	text-decoration: none;
}

a.nav:link {
	color: #0000FF;
	padding: 2px;
	text-decoration: underline;
}

a.nav:visited {
	color: #0000FF;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	padding: 2px;
	background: #990000;
}

a.menu {
	text-decoration: underline;
	font: 12pt "Times New Roman", Times, serif;
}

a.menu:hover {
	text-decoration: underline;
	font: 12pt "Times New Roman", Times, serif;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
	color: #000000;
	padding: 3px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.verse {
	font: italic bold 16pt/25px "Times New Roman", Times, serif;
	color: #890004;
	margin-left: 35px;
	letter-spacing: -1pt;
}
.signature {
	font: italic 12pt "Times New Roman", Times, serif;
	text-align: right;
}
.reviews {
	font: italic 10pt "Times New Roman", Times, serif;
	text-align: justify;
}
.phone_orders {
	font: 10pt "Times New Roman", Times, serif;
	text-align: center;
}
.price {
	font: 12pt "Times New Roman", Times, serif;
	text-align: right;
}
.links_top {
	font: bold 14pt Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: center;
}
a:visited {
	color: #0000FF;
}
.style2 {color: #990000}
.style4 {
	color: #990000;
	font-weight: bold;
	text-align: center;
}
.blue {
	font: 12pt Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-align: center;
}

