/* css document */

body {
	margin-left: 5%;
	margin-right: 5%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	color: #333333;
}
#footer {
	margin-top: 8em;
	border-top: 1px dotted #333333;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 90%;
	line-height: 1.4em;
}
a:hover {
	background-color: #EBEBEB;
}
h1,h2,h3,h4 {	
	line-height: normal;
	color: #000000;
}
table {
	border-collapse: collapse;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: .3em;
	border: 1px solid #CCCCCC;
	color: #000000;
}
th {
	text-align: right;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
input[type=text] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F2F2F2;
	color: #000000;
}
input.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F2F2F2;
	color: #000000;
}
input[type=password] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F2F2F2;
	color: #000000;
}
input.password {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F2F2F2;
	color: #000000;
}

/* horizontal alignment */

.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* text format */

.textbold {
	font-weight: bold;
}
.textitalic {
	font-style: italic;
}
.textbolditalic {
	font-weight: bold;
	font-style: italic;
}

/* widths */

.five { width: 5%; }
.ten { width: 10%; }
.fifteen { width: 15%; }
.twenty { width: 20%; }
.twentyfive { width: 25%; }
.thirty { width: 30%; }
.thirtyfive { width: 35%; }
.forty { width: 40%; }
.fortyfive { width: 45%; }
.fifty { width: 50%; }
.fiftyfive { width: 55%; }
.sixty { width: 60%; }
.sixtyfive { width: 65%; }
.seventy { width: 70%; }
.seventyfive { width: 75%; }
.eighty { width: 80%; }
.eightyfive { width: 85%; }
.ninety { width: 90%; }
.ninetyfive { width: 95%; }
.onehundred { width: 100%; }
.twofifty { width: 250px; }
.fourem { width: 4em; }
.sixem { width: 6em; }
.eightem { width: 8em; }
.tenem { width: 10em; }
.twentysixem { width: 26em; }

/* vertical alignment */

.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}

/* miscellaneous */

.active {
	color: #990033;
	font-weight: bold;
}
.black {
	color: #000000;
}
.border {
	border: 1px solid #CCCCCC;
}
.borderbottom {
	border-bottom: 1px solid #CCCCCC;
}
.confirm {
	background-color: #DCDCDC;
	color: #000000;
}
.dottedrule {
	border-top: 1px dotted #333333;
}
.doublespace {
	margin-top: 2em;
}
.emspace {
	margin-left: .5em;
	margin-right: .5em;
}
.floatright {
	float: right;
}
.greyheadrow {
	background-color: #E3E3E3;
}
.greyrow {
	background-color: #F3F3F3;
}
.greytext {
	color: #757575;
}
.hilite {
	padding: .8em;
	background-color: #EBEBEB;
}
.hint {
	font-size: 90%;
	color: #757575;
}
.indent {
	margin-left: 2em;
}
.linespace {
	margin-top: 1em;
}
.noborder {
	border: 0;
}
.printer {
	text-align: right;
}
.quadspace {
	margin-top: 4em;
}
.rowgrey {
	background-color: #F3F3F3;
}
.rule {
	border-top: 1px dotted #333333;
}
.smaller {
	font-size: 90%;
}
.submitbutton {
	text-align: right;
	padding: 2em 2px 1em 0;
	border: 0;
}
.tip {
	font-size: 90%;
	color: #777777;
}
.topnav {
	padding-bottom: 1em;
	border-bottom: 1px dotted #333333;
}
.white {
	background-color: #FFFFFF;
}