p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	display:block;
	padding:3px;
	color: #ffffff;
	background-color:#4E1010;
	}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #555555;
	}
	
div {
	background-color:#4E1010;
	padding:3px;
	}
	
.header {
	font-size: 12pt;
	display:block;
	padding:3px;
	color: #FFE25D;
	background-color:#4E1010;
	font-weight: bold;
	}
	
.header2 {
	font-size: 14pt;
	color: #FFE25D;
	font-weight: bold;
	}
	
	
.small {
	font-size: 7pt;
	}

.small2 {
	color: #cc9966;
	font-size: 7pt;
	display:inline;
	background:none;
	}

form.nospace {
	display:inline;
	}

.MyInput {
	border-style:solid;
	border-color:#FFE25D;
	border-width:0px;
	background-color:#FFE25D;
	font-size: 8pt;
}


.MyButton {
	border-style:solid;
	border-color:#ffffff;
	border-width:1px;
	background-color:#FFE25D;
	text-align:center;
	font-size: 8pt;
	font-weight: bold;
	color:#000000;
	width : 230px;
	height: 18px
}



A:link {
	color: #ffcc99;
	text-decoration:none;
	}


A:visited{
	color:#ffcc99;
	text-decoration:none;
	}

A:active{
	color:#ffffff;
	text-decoration: underline;
	}


A:hover{
	color:#ffffff;
	text-decoration: underline;
	}
