body, table, td, th, input, select, textarea, a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

body {
	background-color: white; 
}

.header {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C64929;
}

.smallbody {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

a:link { 
	color: #255296;
	font-weight: normal;
	text-decoration: underline;
}

a:visited { 
	color: #255296;
	font-weight: normal;
	text-decoration: underline;
}

a:active { 
	color: #255296;
	font-weight: normal;
	text-decoration: underline;
}

a:hover { 
	color: #72BCE9;
	font-weight: normal;
	text-decoration: underline;
}

a.smalltext:link { 
	color: #255296;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a.smalltext:visited { 
	color: #255296;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a.smalltext:active { 
	color: #255296;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a.smalltext:hover { 
	color: #72BCE9;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a.orange:link { 
	color: #C64929;
	font-weight: bold;
	text-decoration: none;
}

a.orange:visited { 
	color: #C64929;
	font-weight: bold;
	text-decoration: none;
}

a.orange:active { 
	color: #C64929;
	font-weight: bold;
	text-decoration: none;
}

a.orange:hover { 
	color: #6BBAF7;
	font-weight: bold;
	text-decoration: underline;
}

ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	margin-left: 2em;
}

li {
	margin: 0;
}