body   { color: #202020; font-size: 12px; font-family: Georgia, "Minion Web", "Times New Roman", Times, serif; line-height: 16px; }

td, th   { color: #202020; font-size: 12px; font-family: Georgia, "Minion Web", "Times New Roman", Times, serif; line-height: 16px; }

a   { color: #0F13A5 }

a:link  { color: #0F13A5; text-decoration: none }

a:visited  { color: #333366; text-decoration: none }

a:hover   { color: #0F13A5; text-decoration: underline }

ul{
 list-style-type: square;
}

.title   {
	color: #0F13A5;
	font-size: 18px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 22px }

.subtitle   {
	color: #0F13A5;
	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: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 12px }

.counter  {
	color: #CCCCCC;
	font-size: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 12px }

.navLink {
	color: #0F13A5;
	font-size: 14px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 22px;
	margin: 8px
}

.navSubLink {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #0F13A5;
	font-style: italic;
	margin: 16px
}

#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: 500px;
	top: 110px;
	position: absolute;
	left: 200px;
}

