html,  form, fieldset {

	margin: 0;
	padding: 0;

}

.table_margin {

	padding-left: 5px;
	padding-right: 5px;
}

body, p {

	background: #FFFFFF;
	color: #6e6e6e;
	font-size: 11px;
	font-family: verdana, sans-serif;
	

}

body#bd {

	color: #000000;
}


#navigation {
	COLOR: #043089; TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 9px;
	padding:5px 0 5px 0;
	}
	
/* Section Header */

#SectionHdr {
	border-top:1px dotted #8f8f8f;
	border-bottom:1px dotted #8f8f8f;
	font-size: 150%;
	padding:5px 0 5px 10px;
	color:#0C4594;
}

#LeftContentHdr {
	border-top:1px dotted #8f8f8f;
	border-bottom:1px dotted #8f8f8f;
	font-size: 125%;
	padding:5px 0 5px 0;
	color:#0C4594;
}

/* Heading */

h1 {font-size: 180%; color:#0C4594; }

h2 {font-size: 150%; color:#0C4594;}

h3 {font-size: 125%; color:#0C4594;}

h4 {font-size: 100%;text-transform: uppercase;}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.img_s {

	border: none;
	border-bottom:1px dotted #0075B0;
	padding:0 0 6px 0;

}

/* Container for leftNavigation */
.menuLeft {
	width:185px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:10px;
	}
/* FIRSTLEVEL, leftNavigation */
/**/
ul.leftNavigation { 
	list-style:none;
	font-size:10px;
	color:#0075B0;
	margin:0;
	padding:0;
	}
ul.leftNavigation li { 
	margin:0;
	padding:0;
	color:#64CA00;
	border-bottom:1px dotted #8f8f8f;
	}

/* Menuitem has children, but are not selected */
ul.leftNavigation li.hasChildren a, 
ul.leftNavigation li.hasChildren a:link, 
ul.leftNavigation li.hasChildren a:active, 
ul.leftNavigation li.hasChildren a:visited {
	background-image:url(images/menuLeftArrow.gif);
	background-repeat:no-repeat;
	background-position:3px 0px;
	color:#043089;
	text-decoration:none;
	display:block;
	margin:0;
	padding:4px 0 4px 31px;
	}
ul.leftNavigation li.hasChildren a:hover {
	border:0px solid #FFCC00;
	background-image:url(images/menuLeftArrow.gif);
	background-repeat:no-repeat;
	background-position:3px -48px;
	color:#FFCC00;
	text-decoration:none;
	display:block;
	margin:0;
	padding:4px 0 4px 31px !important;
	}

#top_menu_link 
#top_menu_link a, 
#top_menu_link a:link, 
#top_menu_link a:active, 
#top_menu_link a:visited {
	COLOR: #043089; TEXT-DECORATION: none;
	padding: 3px 3px 3px 3px;
	font-family: Tahoma;
	font-size: 9px;
}

#top_menu_link:hoover {
	COLOR: #043089; TEXT-DECORATION: underline;
	
}
	
#footer {
	font-family: Tahoma;
	font-size: 9px;
	border-top:1px dotted #8f8f8f;
	border-bottom:1px dotted #8f8f8f;
	padding:5px 0 5px 0;
}
#footerLink {
	COLOR: #043089; TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 9px;	
}

#footerLink:hover {
	COLOR: #FFCC00; TEXT-DECORATION: underline;
}
.form {
	/*background-color: #fafafa;*/
	color: #333;	
	font-size: 11px;
}
	textarea.inputbox {
    background-color: #fafafa;
	border: 1px solid #ededed;	
	color: #666;
	width: 300px;
	}
	
	input.inputbox{
	background-color: #fafafa;
	border: 1px solid #ededed;
	width: 300px;	
	color: #666;	
	font-size: 11px;
}
select {

	border: 1px solid #ededed; 
	color: #666;	
	font-size: 10px;
}
