@CHARSET "ISO-8859-1";

html{
	height: 100%;
}

body{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, "Times New Roman";
	color: black;
}

h1{
	font-size:2em;
}

h2{
	font-size:1.5em;
}

a{
	text-decoration: none;
}
fieldset{
	margin: 1.5em 0 0 0;
	padding 0;
}
legend{
	margin-left: 1em;
	color: #000000
	font-weight: bold;
}
fieldset ol{
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li{
	padding-bottom: 1.5em;
}
fieldset.submit{
	border-style: none;
	text-align: center;
}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
}
textarea {
	font-size: medium;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

.mceContentBody a {
   color: red !important; /* FF requires a important here */
}
