body {
	text-align: center;
	font-size: 15px;
	padding: 0;
	background-color: #999999;

		}

td {
	padding: 0px;
	margin: 0px;
	background-color: #999999;
			}

table#table {
	width: 800px;
	padding: 0px;
	margin: 0px;
	border: 0px;
			}

#buy td {
	background-color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
			}
		
div#header {
			background-image:  url(top_back.jpg);
			background-repeat: repeat-x;
			width: 800px;
			z-index: 2;
			position: relative;
			}
	
div#menu {
	background-color: #000066;
	width: 75px;
	min-height: 300px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
	text-align: center;
	border-right: 2px solid #CC0000;
	z-index: 3;
	position: relative;
	float: left;
			}

div#rightcontent {
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 3;
	position: relative;
	float: right;
	color: #000000;
	background-color: #CCCCCC;
	padding-top: 15px;
			}

.title{
	font-size: 15px;
	color: #ff0000;
	text-transform: uppercase;
	font-weight: bold;


}
		
.title2 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-align: center;


}

div#body {
			vertical-align: top;
			background-color: #FFFFFF;
			width: 503px;
			min-height: 200px;
			padding-left: 15px;
			padding-right: 15px;
			padding-top: 15px;
			padding-bottom: 15px;
			text-align: left;
			z-index: 4;
			float: left;
			}

a:link {
		color: #990000;
		text-decoration: none;
		}

a:visited {
		color: #CC0000;
		text-decoration: none;
		}

a:hover {
		color: #1e2126;
		text-decoration: none;
		}
		
#menu a:link {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 14px;
		}

#menu a:visited {	
		color: #CCCCCC;
		text-decoration: none;
		font-size: 14px;
		}

#menu a:hover {
		color: #FF0000;
		text-decoration: none;
		font-size: 14px;
		}
hr {
	width: 80%;
	height: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 0px;
}

#disclaimer {
	font-size: 12px;
	text-align: justify;

}
blockquote {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	font-style: normal;
	font-size: 14px;
	border: 1px solid #CC0000;
	background-color: #dddddd;


}

