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

.redsubhead {
	font-size: 14px;
	font-weight: bold;
	color: #B22222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B22222;
}
h2 {
	color: #B22222;
	font-size: 16px;
	font-weight: bold;
}
h1 {
	color: #B22222;
	font-size: 20px;
}
li {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	list-style-position: inside;
}
ul {
	display:block;
	text-indent: -15px;
	margin-left: 15px;
}
 
