body   {
	color: #202020;
	font-size: 14px;
	font-family: Georgia, "Minion Web", "Times New Roman", Times, serif;
	line-height: 18px;
	background-image: images/ddbackgr.gif;
	background-color: #CCCCCC;
	background-attachment: fixed;
}

td, th   { color: #202020; font-size: 14px; font-family: Georgia, "Minion Web", "Times New Roman", Times, serif; line-height: 18px; }

a   { color: #3333CC }

a:link  { color: #3333CC; text-decoration: none }

a:visited  { color: #3333CC; text-decoration: none }

a:hover   { color: #999900; text-decoration: underline }

ul{
 list-style-type: square;
}

.title   {
	color: #333399;
	font-size: 18px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 22px }

.subtitle   {
	color: #333399;
	font-size: 14px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-style: italic;
	line-height: 18px }

.caption  {
	color: #202020;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 14px }

.update  {
	color: #F0E8D5;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 14px }

.navLink {
	color: #3333CC;
	font-size: 14px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 24px;
}

.navSubLink {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3333CC;
	font-style: italic;
}

#navBar{
	float: left;
	width: 140px;
	top: 15px;
	left: 15px;
	margin: 0px;
	padding: 5px;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0px; padding: 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEEEEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#content{
	float: left;
	width: 780px;
	top: 120px;
	position: absolute;
	left: 200px;
}
