/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/subpage_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
	
}

p.main
{	
position: relative;
	left: 20px;
	top: 20px;
	width: 422;
	}
	
p.right
{	
position: relative;
	left: 15px;
	top: 20px;
	width: 122;
	color: #FF3300;
	}
	
ul
{
list-style-image: url(images/bullet_orange.gif)
}
	

td.left
{
width: 171;
}
td.main
{
width: 100%;
padding: 20px
}
td.right
{
width: 152;
padding:15px;
}

table.bottom {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height:40px;
	background-image: url(images/bottom_grad.gif);
	background-repeat: repeat-x;
}
td.address {
	background-image: url(images/bottomsub_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding-top:18px;
	color: #ffffff;

}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #66CC00;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}


a.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
}
a.text:visited {
	color: #FF3300;
	text-decoration: none;
}
a.text:hover {
	color: #66CC00;
	text-decoration: none;
}
a.text:active {
	color: #FF3300;
	text-decoration: none;
}
