
/* Body */
#body_basics
{
	background-position:center top;
	padding:0;
	margin:0;
	background: #ffffff;
	text-align:center;
	leftmargin:0; 
	topmargin:0; 
	marginwidth:0; 
	marginheight:0;
}


/* body {color: black; } */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	color: black;
}

h1 {
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin-bottom:0;
}

h2 {
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;

}

h3 {
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0000FF;
}

h5 {
	font-size: 12px;
	font-weight:Bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0000FF;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-style:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	
}

a:link {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
		text-decoration: underline;
	color: #0000FF;

}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;