body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}


p {
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	margin-left: 10px;
	margin-top:10px;
}

.h1error {
	font-size: 16pt;
	font-weight: bold;
	margin-left: 10px;
	margin-right:10px;
	margin-top:10px;
	color:#FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}

.alert {
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;


}

.error	{
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
}

.info, li {
	font-size: 8pt;
}

input {
	font-size: 9pt;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-bottom: 1px;
}

.submit {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D6D3CE;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin-bottom: 1px;
	cursor: hand;
}

select {
	font-size: 9pt;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

a:link {
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	font-size: 10pt;
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	font-size: 10pt;
	color: #CC0000;
	text-decoration: none;
}
.border {
	border: 1px solid #000000;
}

a.copy:link{
	font-size: 8pt;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}

a.copy:hover{
	font-size: 8pt;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}

a.copy:visited{
	font-size: 8pt;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}

