body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	font-size: 11px;
	color: #4169E1;
	text-decoration: none;
}

a:hover {
	color: #555555;
}

h1 {
	font-size: 13px;
	color: #191970;
	font-weight: bold;
	margin: 0px 0px 17px 0px;
}

h2 {
	font-size: 12px;
	/*border-top: 1px solid #777777;*/
	color: #4169E1;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	padding : 0px 130px 0px 30px;
}

p {
	font-size: 11px;
	line-height: 1.7;
	color: #333333;
}

li {
	/*list-style: disc;*/
	font-size: 11px;
	line-height: 1.7;
	color: #333333;
}

ul {
}

ol {
}

