/* General */
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}

p {
	font-size: 1.2em;
}

/* Header */
#topnav ul li {
	text-indent: 1.2em;
}

#header_topnav ul li a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

/* Body */

ul li {
font-size: 1.2em;
}

td.tableText {
font-family: "Courier New", Courier, monospace;
font-size: 1.2em;
}

h1#pagetitle {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
}

h1#pagetitle2 {
	color: #5c2100;
	font-size: 1.5em;
	font-weight: bold;
}

h2.subtitle {
	color: #5c2100;
	font-size: 1.5em;
	font-weight: bold;
}

#body_contents_left {
	color: #FFFFFF;
}

#body_contents_left a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#body_contents_right {
	color: #000000;
}

#body_contents_right a {
	color: #5c2100;
	text-decoration: none;
	font-weight: bold;
}

.item_content h3 {
	color: #5c2100;
	font-size: 1.3em;
	font-weight: bold;
}

.item_content p {
	color: #111111;
	font-size: 1.2em;
}

.item_content a {
	color: #5c2100;
	text-decoration: none;
}

/* Footer */
.footer_copy {
	font-size: 1.2em;
}

.footer_copy a {
	color: #000000;
	text-decoration: none;
}

/* Misc */
.text_blue {
	color: #008cb0;
}

.text_red {
	color: #5c2100;
}