/*
** GENERIC TAGS TWEAKING
*/
html, body {
	margin: 0px ! important;
	padding: 0px ! important;
	width: 100%;
	font-family: [DEFAULT FONT];
	font-size: [DEFAULT FONT SIZE];
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
}
a {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:visited {
	color: #06F;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}

#navigation
{
	background-color: #FFF;
	background-image: url(/2008/imgs/sidebar_bg.png);
	background-repeat: no-repeat;
	width: 200px;
	padding-top: 125px;
	margin: 15px;
	height: 475px;
}

#navigation ul li a
{
	color: black;
	font-family: helevetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navigation ul li a:hover { color: #06F; }

#navigation ul
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#navigation ul li { list-style-type: none; }


#body_text
{
	color: black;
	font-family: helevetica, sans-serif;
	font-size: 13px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 600px;
	line-height: 140%;
}

#body_text h1
{
	border-bottom: 1px #000 solid;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

#body_text h2
{
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}

.rates
{
	text-align: justify;
	border: 1px #000 solid;
}















