body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	/*background: red;*/
}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	line-height: 1.3em;
}
#content h1 {
	line-height: 28px;
	font-weight: normal;
	font-size: 28px;
	color: #666;
}
#content h1 strong {
		font-weight: 700;
		font-size: 30px;
	}

#content h2 {
	padding-top: 0;
margin-top: -3px;
	margin-bottom: 9px;
	font-weight: normal;
	font-size: 24px;
line-height: 27px;
padding-bottom: 5px;
	color: #073771;
}

#content h3 {
	padding-top: 0px;
	margin-bottom: 7px;
	font-weight: normal;
	font-size: 18px;
padding-bottom: 5px;
	color: #073771;
}

#content h4 {}

#content p  {
	padding-top: 3px;  
	padding-bottom: 3px;
}

#content ul {
	padding-left: 35px;
}
#content ul li {
	list-style: disc;
}
#content img{
maring: 0;	
padding: 0;
}
#content sup{
	font-size: .6em;
	vertical-align: super;  
}

/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	

#content input, #content textarea, #content select {
	font: 1.2em Arial, Helvetica, sans-serif;
}


/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

#content a {
	text-decoration: none;
	cursor: pointer !important;
}
#content a:hover {
	text-decoration: underline;
}
