body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 0 1px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0000FF;
	text-decoration:none;
}
a:visited {
	color: #0033FF;
	text-decoration:none;
}
a:hover {
	color: #000066;
	text-decoration:underline
}
a:active {
	color: #0000FF;
	text-decoration:none;
}
DIV.header {
	background:#ccffcc;
	height:110px;
	margin: 0px 15% 0px;
	width: 800px;
	vertical-align: middle;
}
DIV.topmenu {
	background:#ccffcc;
	font-size: 16px;
	color:#0000FF;
	height:auto;
	margin: 0px 15% 0px;
	width: 800px;
	font-weight: bold;
}
DIV.submenu {
	background:#ccffcc;
	height:30px;
	padding-left:20px;
	margin: 0px 15% 0px;
	width: 780px;
}
DIV.body {
	background:#ccffcc;
	height:auto;
	margin: 0px 15% 0px;
	width: 800px;
}
DIV.footer {
	background:#ccffcc;
	padding-left:0px;
	height:120px;
	margin: 0px 15% 0px;
	width: 800px;
}
DIV.footerdown {
	background:#ccffcc;
	height:20px;
	margin: 0px 15% 0px;
	width: 800px;
}

TD {
	FONT-SIZE: 13px;
}
TD.right {
	FONT-SIZE: 12px;
}
TD.footer {
	FONT-SIZE: 11px;
}
.price {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.textblue {color: #0000FF}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton{
background: transparent url('images/oval-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 14px Arial; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('images/oval-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}