@charset "iso-8859-1";

body {	
	font-family: Verdana;
	font-size: 10pt;
}

a {
	text-decoration: none;
}

h1 {
	/* font size and line height are specified in layout.css
	 * for proper alignment
	 */
	display: none;
}

h2, h3 {
	font-family: Verdana;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 22pt;
	line-height: 20pt;
	margin-bottom: 12pt;
}

h3 {
	font-size: 14pt;
	margin-top: 14pt;
	margin-bottom: 6pt;
}

td.main p, td.main ul {	
	margin: 0;
	margin-top: 4pt;
	margin-bottom: 4pt;
}

td.main ul {
	margin-left: 8pt;
	list-style-type: circle;
}

td.main li {
	margin-top: 2pt;
	margin-bottom: 2pt;
}

table.item ul {
	margin: 0;
	padding-left: 16px;
}

table.item li {
	margin: 0;
}

span.grey {
	color: #666666;
}

/*
div.hr {
	width: 50%;
	margin: 0;
	margin-bottom: .5em;
	
	border-bottom-width: 1px;
}

div.quote {	
	margin-left: 8%;
	margin-right: 8%;
	
	padding: 6px;
	border-width: 1px;
}
*/

/*
table.extension, table.small, table.bottomnav {
	width: 100%;
}

table.extension td, table.small td {
	font-size: 8pt;
	
	padding: 0;
	padding-left: 6px;
	padding-right: 6px;
}

table.extension td {
	font-weight: bold;
	
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}
*/

/* calendar */
/*
td.weekindex {
	font-family: Verdana;
	font-size: 8pt;
}

td.day, td.today {
	vertical-align: top;
}

table.item td.today {
	font-weight: bold;
	border-bottom-width: 2px;
	border-style: solid;
}
*/

/* Forms */

form {
	margin: 0;
	padding: 0;
	font-family: Verdana;
}

input, textarea {
	font-size: 10pt;	
	padding: 2px;
	font-family: Verdana;
	border-width: 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-style: solid;
}


/* colors & backgrounds */

/* the menu */

a {
	font-size: 10pt;
	color: #000000;
}

a:hover {
	color: #ffffff;
}

table.item {
	border-color: #00579C;
}

table.item td, input, textarea {
	border-color: #00579C;
}

tr.body td {
	background-repeat: no-repeat;
}

tr.header {
	background-color: #00579C;
	color: #FFFFFF;
}

tr.subheader {
	background-color: #979797;
	color: #FFFFFF;
}

tr.body, tr.footer {
	background-color: #FFFFFF;
}