html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { font-family: tahoma, Helvetica, san-serif; }

p, .paragraph_text {
	font-size: 1.2em;
	text-align: left;
	line-height: 140%;
	margin-top:0px;
	margin-bottom:14px;
	color: #575963;
}

h1 {
	font-weight: bold;
	color: #566da3;
	font-size: 1.8em;
	margin-bottom:12px;
	line-height:120%;
}

h2 {
	font-weight: bold;
	color: #778cbd;
	font-size: 1.4em;
	margin-bottom:3px;
}

h3 {
	text-align: center;
	font-weight: bold;
	color: #575963;
	font-size: 1.4em;
	margin-bottom:3px;
}

h4 {
	text-align: left;
	font-weight: normal;
	color: #778cbd;
	font-size: 1.4em;
	margin-bottom:10px;
}

h5 {
	color: #575963;
	text-align: left;
	line-height: 140%;
	margin-top:0px;
	margin-bottom:14px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.0em;
}
h6 {
	font-weight: normal;
	font-size: 1.2em;
	text-align: left;
	line-height: 140%;
	margin-top:0px;
	margin-bottom:14px;
	color: #778cbd
}
li {
	list-style-type: square;
	text-align: left;
	line-height: 140%;
	font-size: 1.2em;
}

li a{
	color: #778cbd;
}

a:active, a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #778cbd;
}

a:hover {
	text-decoration: none;	
}
