body {
	font-family : Tahoma, sans-serif;
	margin: 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background: #FFFFFF;
}

input.search{
	border : 1px solid #0066CC;
}

a{
	font-size:10pt;
}

table.topbar{
	width:100%;
	margin: 0px;
	border: 1px solid #000000;
}

tr.topbar{
	background-image:url(/images/gradient.png);
}
td.topbar{
	font-family : Tahoma, sans-serif;
	font-weight: bold;
	color : #FFFFFF;
	height:25px
}

table.topic{
	width: 150px;
	border-right: 1px solid #0066CC;
	border-left: 1px solid #0066CC;
	border-top: none;
	border-bottom: 1px solid #0066CC;
	background: #F5F5F5;
}

.topictitle{
	font-size: 10pt;
	color : #FFFFFF;
	text-decoration: none;
	background-image:url(/images/title.png);
}
.topicentry{
	font-size: 8pt;
	background: #F5F5F5;
	color : #0031CE;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
}
a.topicentry:link{
	color : #0031CE;
	width: 150px;
	font-weight: normal;
}
a.topicentry:visited{
	color : #0031CE;
	width: 150px;
	font-weight: normal;
}
a.topicentry:hover{
	color : #000000;
	text-decoration: underline;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
	color : #0031CE;
}
a:hover{
	text-decoration:none;
	color : black;
}

.footer{
	font-size:8pt;
	color:#00009C;
	text-decoration:none;
	font-weight:bold;
}	
a.footer:link{
	color:#00009C;
	text-decoration:none;
	font-weight:bold;
}
a.footer:visited{
	color:#00009C;
	text-decoration:none;
	font-weight:bold;	
}
.date{
	font-size:8pt;
	color:#00009C;
	text-decoration:none;
	font-weight:bold;
	text-align: right;
	background: #F0F8FF;
	border: 1px solid Black;
}