/***** html tags ******/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 16px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
h1 {
	font-weight: normal;
	font-size: 18px;
	color: #cc0000;
	margin-bottom: -8px;
	margin-top: 2px;
}
#pagecontent > h1 {
	margin-bottom: -5px;
	margin-top: 0px;
}
.h1_beforetable {
	font-size: 18px;
	color: #cc0000;
	margin-bottom: 2px;
	margin-top: 2px;
}
#pagecontent > .h1_beforetable {
	margin-bottom: -5px;
	margin-top: 2px;
}
h2 {
	color: #344fb5;
	font-size: 13px;
	margin-bottom: -17px;
	margin-top: 18px;
}
#pagecontent > h2 {
	margin-bottom: -8px;
}
h6 {
	font-size: 13px;
	font-weight: normal;
}
p {
	font-size: 11px;
}
a {
	color: #344fb5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin-top: -8px;
}
ol {
	margin-left: 22px;
	font-weight: bold;
}
#pagecontent > ol {
	margin-left: -22px;
}


/**** div tags ******/
#pagecontent {
	margin: 0px 10px 0px 70px;
}
#faqs p {
	font-weight: bold;
	margin-bottom: -8px;
}
#pagecontent > #faqs p {
	margin-bottom: 0px;
}

/***** Sidebar ******/
#sidebar {
	font-size: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 16px;
	color: #2d5daf;
	text-align:center;
}
#sidebar a, #sidebar a:link {
	font-size: 10px;
	color: #2d5daf;
	text-decoration: none;
}
#sidebar a:hover {
	font-size: 10px;
	color: #2d5daf;
	text-decoration: underline;
}
.sb_title {
	font-size: 15px;
	color: #D02F2F;
}


/****** Forms *****/
#formtext {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.formtext_small {
	font-size: 8px;
}


/****** Footer *****/
#footer {
	font-size: 10px;
	text-decoration: none;
}
#footer a, #footer a:visited, #footer a:link {
	font-size: 10px;
	text-decoration: none;
	color: #444444;
}
#footer a:hover {
	font-size: 10px;
	color: #2d5daf;
	text-decoration: none;
}


/***** Navigation *****/
#navcontainer {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 0px;
	width: 800px;
	height:25px;
	position: relative; /*optional fix for IE5 Mac OS9 only*/
}
#subnav1 {
	background-image: url(../images/subnav1.gif);
	/*background-color:#000000;*/
	background-repeat: no-repeat;
	padding: 0 0 0 0px;
	width: 160px;
	height:100px;
	position: relative; /*optional fix for IE5 Mac OS9 only*/
}
#subnav2 {
	background-image: url(../images/subnav2.gif);
	/*background-color:#000000;*/
	background-repeat: no-repeat;
	padding: 0 0 0 0px;
	width: 160px;
	height:100px;
	position: relative; /*optional fix for IE5 Mac OS9 only*/
}
#subnav3 {
	background-image: url(../images/subnav3.gif);
	/*background-color:#000000;*/
	background-repeat: no-repeat;
	padding: 0 0 0 0px;
	width: 160px;
	height:50px;
	position: relative; /*optional fix for IE5 Mac OS9 only*/
}


/***** Class tags ******/
.backtotop{
	font-size: 9px;
}
.indexes {
	font-size: 14px;
	line-height: 30px;
}
.roi_small {
	font-size: 9px;
	padding-left: 14px;
}



