.nomargins {
	margin:0px;
	padding: 8px;
}

body
{
	background-attachment: fixed;
/*	background: url(images/bg_home.jpg) repeat-x; */
/*	background: #fff;  */
	color: #000;
	font: Helvetica, Arial, sans-serif;
/*	margin: 0px 0px 30px; */
	margin-top: 20px;
	padding: 0px;
	float: center;
}

td {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

a
{
	color: #002C8B;
	text-decoration: underline;
}
a:link, a:visited
{
	color: #002C8B;
}
a:hover, a:active
{
	text-decoration: none;
}



tr.menu_text_indent_10 {
text-indent: 10px;
}

tr.menu_text_indent_5 {
text-indent: 5px;
}

SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #A9C1FB;
}

/* Top Navigation Style 
********************* */
#navr
{
	background: transparent;
	font-family: Arial, Serif;
	margin: 0 auto 0;
		
	overflow: hidden;
	padding: 20px 0 0;
	position: relative;
	text-align: center;
	width: 800px;
}
html #navr
{
	height: 1%;
}
#navr ul li
{
	float: left;
	list-style-type: none;
	margin: 0 5px 0 0;
}
#navr ul li a
{
	background: #fff;
	border: #fff 1px solid;
/*	border-bottom: none; */

	color: #002C8B;
	display: block;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 2px 10px;
	text-decoration: underline;
}
#navr ul li a:hover {
/*	border-bottom: none; 
	background: #fff url(/images/bg_menu_blog.jpg) repeat-x top;*/
	background: white;
	border: #002C8B 1px solid;
/*	border-bottom: none; */
	text-decoration:none;
	font-weight: normal;
	color: #002C8B;
}
#navr ul li a:active, #navr ul li.current_page_item a
{
	background: white;
	border: #002C8B 1px solid;
/*	border-bottom: none; */
	text-decoration:none;
	color: #002C8B;
	font-weight: normal;
}
