body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin:4px;
	padding:4px;
}

p {
	color: #000000;
}

h1 {
	font-weight: bold;
	font-size: 18px;
}

h2 {
	font-weight: bold;
	font-style: italic;
	color: #000033;
	font-size: 16px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
}

h4 {
	font-weight: bold;
}

hr {
	height: 1px;
	width: 100%;
	color: #000000;
}

a:link {
	color: #333399;
	text-decoration: none;
}
a:visited {
	color: #333399;
	text-decoration: none;
}
a:active {
	color: #333399;
	text-decoration: none;
}

dl {
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
	padding-top: 8px;
}
dd {
	margin-left:.5in
}

form .inputNormalWidth {
	width: 150px;
}

/* Left navigation */
#leftNavigation {
	float:left;
	margin: 10px 10px 0px 0px;
	padding: 10px 5px 0px 0px;
	left: 0;
	width: 150px;
}
/* parent list */
#leftNavigation td{
	padding-bottom: 4px;
	vertical-align: top;
}
/* navigation links */
#leftNavigation a {
	text-decoration: none;
}

#footerWrapper {
	text-align: center;
	font-size: smaller;
	padding-top: 50px;
}
/* error messages */
.error_msg_block {
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	width: 690px;
	background-color: #cccccc;
	border: 1px solid red;
}
.error_msg_block ul {
	padding-top: 4px;
	padding-bottom: 4px;
}
.error_msg_block ul li {
	padding-bottom: 6px;
}
.error_msg_block p {
	margin-left: 1em;
}

/* MISC */
.refresh_page_link {
	text-align:center;
	font-size: small;
	padding: 12px 0px 0px 0px;
	display:none;
}
