/* CSS Document */

html {font-size: 125%;}

body {
	background: #ffffff url(images/bg.gif) repeat-x;
	font-family: "trebuchet ms",verdana, arial, helvetica, sans-serif;
	font-size: 60%;
	color: #6b6b6b;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

form {margin:0px;}

p {
	font-family: "trebuchet ms",verdana, arial, helvetica, sans-serif;
	color: #6b6b6b;
	margin: 5px 20px 10px 20px;
}

a {
	font-family:  "trebuchet ms",verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #5b8e24;
	text-decoration: none;
	
}

a:hover {
	font-family:  "trebuchet ms",verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #5b8e24;
	text-decoration: underline;
	
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #005796;
	text-transform: none;
	margin: 30px 0px 0px 20px;
}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #005796;
	text-transform: none;
	margin: 5px 5px 10px 5px;
}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-transform: none;
	margin: 0px 0px 0px 20px;
}

#container {
	margin: 0 auto;
	width:751px;
}

#content {
	background: #ffffff url(images/contentbg_top.gif) no-repeat top;
	width: 751px;
	text-align:left;
}

#footer {
	background: #ffffff url(images/footer_bot.gif) no-repeat bottom;
	width: 751px;
	height: 188px;
	text-align:center;
	
}

#footer p {
	text-align:center;
	padding-top:100px;
	
}

#footer a {
	font-family:  "trebuchet ms",verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #6b6b6b;
	text-decoration: none;
	
}

#footer a:hover {
	font-family:  "trebuchet ms",verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #6b6b6b;
	text-decoration: underline;
	
}

#content p {
	font-family: "trebuchet ms",verdana, arial, helvetica, sans-serif;
	color: #6b6b6b;
	margin: 5px 5px 10px 5px;
}

#linkstable {
	margin-bottom:30px;
	
}

#linkstable td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding:5px;
	
}

#linkstable a {
	font-family: "trebuchet ms",verdana, arial, helvetica, sans-serif;
		
}

.priceorange {
	color: #FF9900;
	font-weight: bold;
}

