/* CSS Document */

/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	background-color: #666633;
	color: #004000;
	margin-left:10px;
	margin-right:10px;
}

body p {
	margin:10px;
}

body a {
	color:#003300;
}

body a:visited {
	color: #990000;
}

body a:hover {
	color: #990000;
}

h1{
	font-size: 130%;
}

h2{
	font-size: 125%;
	font-weight:bold;
	color: #990000;
	margin:7px;
}

h3{
	font-size: 120%;
	font-weight:bold;
	color:#CC6633;
	margin:10px;
}

h4{
	font-size: 115%;
	font-weight:bold;
	margin-left:10px;
}

h5{
	font-size: 100%;
	font-weight:bold;
	margin-left:15px;
	margin-top:2px;
	margin-bottom:2px;
}

h6{
	font-size: 100%;
	font-weight:bold;
}

ul{
	margin:0px;
	margin-left:25px;
	margin-right:25px;
	text-align:center;
}

ul li{
	font-size:105%;
	font-weight:bold;
	color:CC6633;
    display:list-item;
}

.titleText {
	font-size: 100%;
	color:#FFCC33;
}

.bottomYellow{
	font-size: 150%;
	color:#FFCC33;
}

.marginLeft{
	margin-left:15px;
}

.marginRight{
	margin-right:15px;
}

.clear {
	clear: both;
}

.floatRight {
	float: right;
}

hr {
	border-top-width: 1px;
	border-top-style:dashed;
	border-top-color: #004000;
	height: 1px;
	display: block;
	margin:5px;
}