/*@charset "UTF-8";*/
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, span {
	font-size:12px;
	line-height: 135%;
}

strong {
	font-weight: bold;
}

a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #663300;
	text-decoration: underline;
}	
a:hover {
	color: #CB9800;
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0;
	text-decoration: none;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #336699;
	margin: 0;
	text-decoration: none;
}

ul {
	padding: 0;
	list-style:inside;
	margin: 0;
}

li {
	padding-bottom:5px;
}