html, body		{ 
	background: #FFF;
	text:		#000; 
	font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size:    12px;
}
a:link		{ color: #00F; }
a:hover		{ color: #F00; background: #EEF; }
a:visited	{ color: #B9F; }

div, p, span, strong, a, li, th, td {
    font-size:    12px;
}

table, tr, td, th {
    padding:        0;
    margin:         0;
}

img {
	border: 0;
}

h1 {
	font-size:		18pt;
	font-weight:	bold;
	color:			blue;
	text-align: 	center;
}

/* NAVIGATION BAR */
#nav {
	list-style-type: none; margin: 0; padding: 0;
}

#nav li { border: 1px solid #EEF; } 

#nav li.navtitle {
	padding: 10px 0px 10px 0px; text-align: center; 
	border: 1px solid #BBF; border-bottom: 1px dotted #77F; background: #DDF; 
	font-weight: strong;
}

#nav li a {
	margin: 0; padding: 5px 0px 5px 0px; text-align: center;
	border: 1px solid #EEF; border-left: 1px dotted #CCF; 
	border-right: 1px dotted #CCF; 
	border-bottom: 1px dotted #CCF;
	display: block; background: #EEF;
}

#nav li a:hover {
	background: #CCF; border: 1px dashed #AAF;
}

div.emailit {
	width: 620px; height: 25px; padding: 2px; text-align: center;
}

div.content {
	width:	620px; margin-top: 10px; padding-left: 10px;
}

.redheader {
font-size:		18pt;
color:			#F00;
font-weight:	bold;
}

.redwarning {
font-size:		14pt;
font-weight:	bold;
color:			#F00;
}

.errorbox {
font-size:		12pt;
font-weight:	bold;
color:			#F00;
border:			2px solid red;
}

.smtable {
font-size:		10pt;
}

.required {
background:		#Fee;
border:			1px;
}

/* TABLE STUFF */
.subsection {
text-align:		center;
width:			175px;
border:			1px solid black;
border-color:	black;
background:		#CCF;
font-size:		11pt;
}
.bigsubsection {
text-align:		center;
width:			230px;
border:			1px solid black;
background:		#CCF;
font-size:		14pt;
}
.multiline {
text-align:		left;
border:			1px dotted grey;
font-size:		10pt;
}
.section {
background:		#3CF;
font-size:		16pt;
font-weight:	bold;
}
.subject {
color:			#557;
font-size:		11pt;
text-align:		left;
}
.data {
font-size:		10pt;
}
	
	.smalltext {
		font-size:		9pt;
	}
	
	.borderedtxt {
		text-align:		center;
		width:			220px;
		border:			1px solid black;
		border-color:	black;
		background:		#CCF;
		font-size:		11pt;
	}

	.borderedsection {
		padding:		10px;
		text-align:		left;
		width:			400px;
		border:			1px solid black;
		border-color:	black;
		background:		#FFF;
		font-size:		11pt;
	}