/* std.css

FONT FAMILIES
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
	font-family: Georgia, "Bitstream Vera Serif", Palatino, serif;
	font-family: "Courier New", Courier, monospace;

*/
a:link  { color: #557; text-decoration: none; background-color: transparent; }
a:visited { color: #030; text-decoration: none; background-color: transparent; }
a:hover { color: #950; text-decoration: none; background-color: transparent; }
a:active { color: #d00; text-decoration: none; background-color: transparent; }
abbr { border-bottom: 1px dotted #600; }
body {
	position:relative;
	min-width: 500px;
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
	color: #000;
	background: #fff;
	font-size: 11px;
	margin: 2px 5% 0px 5%;
	}
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 {
	font-size: 11px;
}
fieldset {
	margin-top: 1em;
	border: 1px solid #c33;
}
input {
	padding: 2px;
	font-size: 10px;
	border: 1px solid #000;
	background: #f0ffff;
	}
input.button {
	color: black;
	padding: 1px 3px 1px 3px;
	border: 2px outset #edffed;
	background: #eee;
}
input.button:hover {
	color: #e00;
	background: #afa;
}
input.button:active {
	border:inset;
}
label { font-size: 10px; }
legend {
	font-weight: bold;
	color: #ffc;
	letter-spacing: 0.2em;
	border: 1px dotted #f22;
	padding: 1px 5px 1px 5px;
	background: #115;
}
option { font-size:10px; color: navy; }
textarea {
	padding: 1px;
	font-size: 10px;
	border: 1px solid #000;
	background: #f0ffff;
}
/* end of form elements */
h1 { color:#333; font-weight: bold; font-size: 24px; margin:0; letter-spacing:0.1em; }
h2 { color:#333; font-weight: bold; font-size: 20px; margin:0; }
h3 { color:black; font-weight: bold; font-size: 18px; margin:0; }
h4 { color:black; font-weight: bold; font-size: 16px; margin:0; }
h5 { color:black; font-weight: bold; font-size: 12px; margin:0; }
h6 { color:black; font-size: 10px; margin:0; }
hr { width: 90%; }
html { margin:0; padding:0; }
img { border:0; }
p { margin:0; padding:0; font-size:12px; }
strong { font-weight: bold; }
table {
	border: 2px solid #bbb;
	padding:0;
	margin: 3px 0px 3px 0px;
	border-spacing:0;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	}
table td, table th { padding:2px 4px 2px 4px; border: 1px solid #ccc;}
ul { list-style-image: url(graphics/ul.gif); }
