@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #183258;
	background-image: url(images/bkrnd.gif);
	background-repeat: repeat;
}
#container {
	width: 770px;
	background: #ffffff; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40;
	margin-left: auto;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#669900;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#669900;
	text-decoration: underline;
}
.msg_list {
	margin: 0px;
	padding: 0px;
	width: 500px;
}
.msg_title {
	weight: bold;
}
.msg_trigger {
	cursor: pointer;
	position: relative;
	font-size: 11px;
	color:#669900;
	text-decoration: underline;
	padding-left: 10px;
}
.msg_body {
	background-color:#CCCCCC;
	padding: 10px;
	border:1px solid #666666;
}
table.subnav a {
	width: 190px;
	display: block;
}
div.subnav a {
	text-decoration:none;
	font-size:11px;
	font-weight: bold;
	color: #333;
}
div.subnav tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
div.subnav a:hover {
	color: #FFF;
}
