/* std.css */
a:link, a:visited {
	color: #242; text-decoration: none;
	}
a:hover {
	color: #600;
	border-bottom: 1px dotted #c99;
	}
a:active {
	color: #d00; text-decoration: none;
}
a img, a:hover img { border:0; }
abbr { border-bottom: 1px dotted #600; }
body {
	position:relative;
	min-width: 500px;
	font-family: Verdana, Arial, Geneva, 'Trebuchet MS', 'Bitstream Vera Sans', Helvetica, Swiss, SunSans-Regular, sans-serif;
	color: #000;
	background: #C9CEC1;
	font-size: 11px;
	margin: 0; padding: 0 2px;
	}
dl { width:90%; }
dt {
	font-weight: bold;
	margin:5px 0 0 0;
	padding:0;
	line-height:1;
	}
dd { font-size: 10px;
	margin:0 0 0 5px;
	padding:0;
	}
em { font-style: italic; }
/* ********** FORM ELEMENTS ********** */
form {
	text-align: left;
}
form p, form li {
	font-size: 11px;
	padding: 1px 0px;
}
fieldset {
	margin-top: 1em;
	border: 1px solid #ccd;
}
input {
	color: #113;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #557;
	background: #faffff;
	}
input.headline { font-size:120%; font-weight:bold; }
input.required { font-size:120%; border:2px solid #d99; }
input.button {
	padding: 1px 3px 1px 3px;
	border: 2px outset #edffed;
	background: #eee;
}
input.button:hover {
	color: #600;
	background: #afa;
}
input.button:active {
	border:inset;
}
label { font-size: 10px; }
legend {
	font-weight: bold;
	color: #557;
	letter-spacing: 0.1em;
	border: 1px solid #ccd;
	padding: 1px 5px 1px 5px;
	background-color: transparent;
}
option, select {
	font-size:10px;
	}
textarea {
	color: #113;
	padding: 1px;
	font-size: 11px;
	border: 1px solid #557;
	background: #faffff;
}
textarea.required { border:2px solid #d99; }
/* end of form elements */
h1 {
	color:#223;
	font-weight: bold;
	font-size: 18px;
	margin:0;
	letter-spacing:0.1em;
	}
h2 {
	color:#223;
	font-weight: bold;
	font-size: 16px;
	margin:0;
	}
h3 { color:black; font-weight: bold; font-size: 14px; margin:0; }
h3.xhead {
	color:#336; font-weight: bold;
	font-size: 14px;
	margin:0; padding:15px 0px 0px 0px;
	}
h4 { color:black; font-weight: bold; font-size: 11px; margin:0; }
h5 { color:black; font-weight: bold; font-size: 10px; margin:0; }
h6 { color:black; font-weight: normal; font-size: 9px; margin:0; }
hr {
	width:80%;
	background-color: transparent;
	border:0;
	border-top:1px solid #ccc;
	padding:0;
	margin: 10px auto;
	text-align:center;
}
html { margin:0; padding:0; }
img { border:0; }
p { margin:0; padding:0; }
strong { font-weight: bold; }
/*
	*** TABLES ***
*/
table {
	border: 0;
	padding:0;
	margin: 3px 0px;
	border-spacing:0;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	}
table td, table th { padding:2px 4px; border: 0; }
table th { font-weight: bold; color: #335; }
table td { font-weight: normal; color: black; }
.form_checklist th, .form_radio th {
	text-align: right;
	font-weight: normal;
	font-size:0.9em;
	color: #335;
	border-right:none;
	}
.form_checklist td, .form_radio td {
	text-align:left;
	font-weight: normal;
	font-size:0.9em;
	color: #335;
	border-left: none;
	}
.form_checklist table, .form_radio table {border:0;}
.form_checklist td.blank, .form_radio td.blank {background: #ddd;}
.form_checklist th.blank, .form_radio th.blank {background: #ddd;}

div.form_dropdown {}
table.form_radio {}
p.form_yesno { font-weight:bold; }

ul {
	list-style-image: url(graphics/ul.gif);
	margin: 0 0 0 5px;
	padding: 5px 0px 5px 10px;
	}
li {
	margin: 2px 0px;
	}
