body {
	background-color: #FFF9B0;
}

.DefaultWhiteText {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}

.DefaultBlackText {
	color: #000000;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}

.style2 {color: #FF0000}

.style3 {
font-size: xx-small;
	font-size: 14px;
	font-style: italic;
}

.body {
	font-family: Arial,sans-serif;
	color: #000B53;
	font-style: normal;
	font-size: 13pt;
	margin-left: 3px;
	margin-right: 3px;
	cursor: text;
}



a.leo:link, a.leo:visited {
	color: #FFCC00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}

a.leo:hover {
	color: #996600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.DefaultWhiteText:hover {
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}


.ulstyle {
	list-style-type: circle;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	list-style-image: url(images/dot.gif);
	margin-right: 5px;
}


.boxelement {
	text-align: center;
	background-image: url(images/textbox.jpg);
	width: 600px;
	height: 120px;
	border-style: ridge;
	border-color: #C13F32;
	border-width: medium;
}

.boxheadtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	word-spacing: 5px;
	font-weight: bolder;
	color: #C13F32;
}

.boxnormtext {
	font-family: Arial,sans-serif;
	color: #E76D34;
	font-style: normal;
	font-size: 10pt;
	cursor: text;
}

.boxbutton {
	background-color: #FFFFCC;
	border-color: #FF9966;
	line-height: normal;
}