/*   Body Style is the main TEXT style for Pod Pages, incluedes  Scrollbar  Styles */
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	line-height: 130%;
	letter-spacing: 0.03em
	font-weight: normal;
	margin-top: 0;
	list-style-image: url(images/bullet.gif);
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#F0C918;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:'ffffff';
	scrollbar-highlight-color:'ffffff';
	scrollbar-3dlight-color:'999999';
	scrollbar-darkshadow-Color:'999999';
	padding: 0px;
	font-weight: normal;
	background-position: 0px 0px;
}

/*  a:link, a:visited & a:hover Styles are for the links within the Pod body text */
a:link, a:visited{
	color: #990000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* divider is used to separate announcments and such inside the pod page */
.divider {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	line-height: 110%;
	letter-spacing: 0.03em
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* font settings for the content area*/
.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	line-height: 110%;
}

table {
	clear: right;
}

/*  Title Link Link Syles is for titles in announcment sections */

#Title_Link  a:link, #Title_Link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #897EC1;
	text-decoration: none;
}

#Title_Link  a:hover {
	text-decoration: underline;
}#Title_Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
