/* Revision 1.1.0  11-June-2007 */
/* 		Revision 1.1.0 - Initial Release */

/***********************************************/
/* Typography (Fonts etc)                      */
/***********************************************/

body {
	text-align: center;
	background: #fffff;
 	color: #800000;
}
p {
	margin:.5em 0;
	margin-top: 0.5em;
	margin-left: 0em;
	margin-bottom: 0em;
	margin-right: 0em;
}
h1, h2, h3, h4, h5, h6 {
/*	letter-spacing: -1px; */
	font-family: arial,verdana,sans-serif;
	margin: 0em;
	color:#002269;
	padding-bottom: 0.1em}
h1 {font-size: 120%;padding-top:2px;}
h2 {font-size: 120%}
h3 {font-size: 116%}
h4 {font-size: 106%}
h5 {font-size: 100%}
h6 {
	font-size: 75%;
	text-align: center;
}
button {
	font-size: 8pt;
	width: 132px;
	font-family: Arial, Helvetica, sans-serif;
	height: 22px;
	float: right;
}

form {
	font-size: 9pt;
	width: 132px;
	font-family: Verdana;
	height: 22px;
	float: left;
}
.buttonbox {
	width: 132px;
	height: 22px;
	float: left;
}
.dropbox {
	width: 132px;
	height: 22px;
	float: left;
	max-width: 132px;
}
.highlight {color:#E17000
	font-size: 8pt;
	font-size: 8pt;
}
.subdued {color:#999}
.error {color:#c00;font-weight:bold}
.success {color:#390;font-weight:bold}
.date {font: 70% arial;color:#993300;display:block;letter-spacing: 1px}

