/*
Cascading Style Sheet by Evan Callahan
Copyright (c) 2003 Callahan Software Solutions
*/

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #CCCC99;
}

body, table, td {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
}

table, td {
	background-color: #ffffff;
}

h1, h2, h3, h4 {
	font-family: Georgia, Rockwell, serif;
	font-weight: bold;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 8px;
	color: #660909;
}

h2 {
	margin-top: 12px;
	margin-bottom: 6px;
	font-family: Georgia, Rockwell, serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
}

h3 {
	margin-top: 12px;
}

h4 {
	font-size: 10pt;
	font-style: normal;
}

p {
	margin-top: 8px;
	margin-bottom: 14px;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 18px;
}

ul {
	list-style-type: square;
	/* list-style-image: url('images/bullet.gif'); */
}

li {
	margin-top: 0px;
	margin-left: -8px;
	margin-bottom: 8px;
	list-style-position : outside;
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: none;  
	color: #660909;
}

.brown a:hover {
	color: #ffffe0;
}

.small {
	font-size: 8pt;
	color: #660909;
	background-color: #CCCC99;
}

.brown {
	background-color: #ead89f;
	color: #660909;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

.brown .focus {
	color:  #910d0d;
}

.brown p {
	margin-top: 16px;
}

.brown a {
	color: #660909;
}

a:hover {
	color: #cccc99;
}

.red {
	background-color: #663300;
}
