@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;	
	background-image: url(images/body_fade.png);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}

.nav_td {
	padding: 5px;
}
td.bottom {
	background-image: url(images/bottom_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#barTop {
	background-image: url(images/top_bar_white.gif);
	height: 30px;
	width: 720px;
}

th.teaser{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	width: 230px;
}
#BodyMain {
	background-image: url(images/tableMainBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.teaser {
	background-color: #FFFFFF;
	padding: 5px;
	width: auto;
	border: 1px solid #666666;
	margin: 5px;
}
td.teaser{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;

}
#barBottom {
	background-image: url(images/bottom_bar.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	line-height: 1.5em;
}

#topNav, #bottomNav {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;

}
#pageName {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	color: #000000;
	padding-top: .2em;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.SibParent {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}


