a {
	text-decoration: underline;
	color: #FFFFFF;
}

body {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: lowercase;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 1px;
	text-transform: lowercase;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

form.css fieldset {
	border-width: 0px;

}

form.css label {
	display: inline;
	float: left;
	width: 142px;	
}
.inputs{ 
	border:2px solid white; 
	background-color: #D6452D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
}
.centersubmit {
	float: center;
	padding	position: center;
	border: 2px outset #96965E;
}
.centersubmit:hover {
	background-color: #FFF7E5;
}
.imgopaque{
	border: none;
	opacity: 1;
	filter:Alpha(Opacity:100);
}

.img{
	border: none;
	opacity: 0.7;
	filter:Alpha(Opacity:70);
}

li {
	margin-bottom: 10px;
}

p {
	text-align: justify;
	margin: 0px 0px 10px 0px;
}

pre {
	font-family: Monospace;
	font-size: 9pt;
}

.info {
	color: #797979;
	background-color: transparent;
}



div.box {
	display: block;
	float: right;
	clear: right;
	width: 220px;
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px 0px 20px 20px;
}

div.box a {
	text-decoration: none;
}

div.box a:hover {
	text-decoration: underline;
}

div.box h1 {
	display: block;
	font-size: 14pt;
	margin: 0px 0px 3px 0px;
	padding: 3px 5px;
	border-bottom: 1px solid #000000;
	background: #ececec;
}

div.box h2 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px 5px 1px;
}

div.box p {
	margin: 0px 5px 10px 5px;
	text-align: left;
}

div.box ul {
	margin: 0px 5px 10px;
	list-style-type: none;
	padding-left: 20px;
}

div.box ul li {
	margin: 0px 0px 0px 0px;
}


#menu {
	width: 99%;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin: 0px 0px 2px 0px;
	background: #ffffff;
	padding: 2px 2px;
}



#menu a {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 15px 0px 0px;
}

#menu a:hover {
	text-decoration: underline;
}

