/* GENERAL STYLES */
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: underline;
}
a:visited:hover {
	color: #cc0000;
	text-decoration: none;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	background-color: white;
}
input {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
}
p {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
td {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}



/* GLOBAL CLASSES */
.note {
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: gray;
}



/* TAG SPECIFIC CLASSES */
div.button{
	margin-bottom: 8px;
}
div.footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	margin-top: 20px;
}
div.footer hr {
	width: 50%;
	height: 1px;
	border: none;
	color: #000066;
	background-color: #000066;
}
div.subheader {
	margin-top: 20px;
	margin-bottom: -15px;
}
input.button {
	font-weight: bold;
}

span.error {
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #cc0000;
}

tr.error td {
	margin-top: 5px;
}
tr.header td {
	background-color: #cccccc;
	color: #cc0000;
	font-size: 8pt;
	border-bottom: 1px solid #000066;
	border-top: 1px solid #000066;
	padding: 3px;
}
tr.row td {
	border-bottom: 1px solid #9999cc;
	padding: 3px;
}
