body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(../images/back_1_sand.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
	margin-bottom:-0.4em;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
}

li {
	list-style-image: url(../images/bullet_star.png);
	list-style-type: square;
	line-height:1.3em;
	font-size:0.85em;
}
td li {
	list-style-image: url(../images/bullet_star.png);
	list-style-type: square;
	line-height:1.8em;
	font-size:1em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000099;
	margin-bottom:-0.5em;
	text-indent: -0.3em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000099;
	margin-bottom:-0.6em;
	text-indent: -0.2em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000099;
/*	margin-bottom:-1.4em; */
	text-indent: -0.1em;
}
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066CC;	
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
.tableHead {
	background-color: #B9DDC4;
	font-weight: bold;
}
.tableDark {
	background-color: #D2FBD3;
}
.tableLight {
	background-color: #E8FDE9;
}
label{
width: 20em;
float: left;
text-align: right;
margin-right: 1em;
display: block;
vertical-align:middle;
}

.submit input{
margin-left: 7em;
} 

input{
color: #781351;
background: #eeeeee;
border: 1px solid #0000ff;
vertical-align:middle;
}

.submit input{
color: #000000;
background: #eeeeff;
border: 2px outset #0000ff;
} 

fieldset{
border: 1px dashed #0000ff;
width: 90%;
padding:10px;
margin:10px;
}

legend{
color: #0000ff;
background: #eeeeff;
border: 1px solid #0000ff;
padding: 2px 6px
} 
