body {
	text-align: center;
	font-size: 15px;
	padding: 0;
	background-color: #669900;

		}

td {
	padding: 0px;
	margin: 0px;
	background-color: #CCCC66;
			}

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 {
	width: 800px;
	z-index: 2;
	position: relative;
	background-color: #CCCC66;
	height: 16px;
}

div#footer {
	width: 800px;
	z-index: 2;
	position: relative;
	background-color: #FFFFFF;
	height: 16px;
}
	
div#menu {
	background-color: #CCCC66;
	width: 150px;
	min-height: 300px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
	text-align: center;
	z-index: 3;
	position: relative;
	float: left;
	font-weight: bold;

			}
			
div#menuright {
	background-color: #CCCC66;
	width: 125px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	z-index: 3;
	position: relative;
	float: right;
			}

.title{
	font-size: 15px;
	color: #006666;
	text-transform: uppercase;
	font-weight: bold;
}
		
.title2 {
	font-size: 15px;
	color: #003300;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

div#body {
	vertical-align: top;
	background-color: #FFFFFF;
	width: 450px;
	min-height: 200px;
	text-align: justify;
	z-index: 4;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #669900;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #669900;
	border-right-color: #669900;
	padding: 15px;



			}

a:link {
		color: #006633;
		text-decoration: none;
		}

a:visited {
		color: #CC0000;
		text-decoration: none;
		}

a:hover {
		color: #1e2126;
		text-decoration: none;
		}
		
#menu a:link {
		color: #003300;
		text-decoration: none;
		}

#menu a:visited {	
		color: #003333;
		text-decoration: none;
		}

#menu a:hover {
		color: #006699;
		text-decoration: none;
		}
hr {
	width: 80%;
	height: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 0px;
}
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;
}

li {
	padding-left: 0px;
}

