body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	background-color: #016ad7;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p {
	line-height: 18px;
	margin: 0px;
	padding: 3px;
}
ul {
	margin-left: 12px;
	padding-left: 12px;
}
.mainpage {
	background-color: #ffffff;
}
.style1 {
	color: #021971;
	font-weight: bold;
}
.style2 {color: #0152a3}
.style3 {color: #000000}
.style4 {
	font-size: 10px;
	color: #CCCCCC;
}
.style5 {
	color: #9fd4ff;
	font-size: 11px;
}
.style6 {
	color: #001142;
	font-weight: bold;
}
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }

.page {
	padding-right: 10px;
	padding-bottom: 10px;
}
.page a {
	text-decoration: none;
	color: #016AD7;
}
.page a:hover {
	text-decoration: underline;
}
.page_title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.page_body {
	font-size: 12px;
	font-weight: normal;
}

.icon_rss {
	background-image: url(../images/icon_rss.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

#searchRssTable {
	border:1px solid #a9a9a9;
	width:100%;
}
#searchCell {
	padding:10px;
}
#rssCell {
	background-color:#eee;
	padding:10px;
}

.inputtext
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    color: #333333;
}

.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	cursor : hand;
	padding: 4px;
}

/* header block */
table.webheading {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	border-collapse: collapse;
	color: #016AD7;
	font-size : 18px;
	font-weight: bold;
	text-align: left;
}
table.webheading th {
	text-align: left;
	height: 50px;
	width: 100%;
	padding-left: 50px;
	border-bottom: 5px solid #fff;
}
table.webheading td 
{
	color : #016AD7;
}

/* standard list style table */
table.weblist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.weblist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #000;
}
table.weblist th.title {
	text-align: left;
}

table.weblist th a:link, table.weblist th a:visited {
	color: #016AD7;
	text-decoration: none;
}

table.weblist th a:hover {
	text-decoration: underline;
}

table.weblist tr.row0 {
	background-color: #F9F9F9;
}
table.weblist tr.row1 {
	background-color: #FFF;
}
table.weblist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
}

table.weblist td.options {
	background-color: #ffffff;
	font-size: 8px;
}

.document_bg {
	font-size: 11px;
	background-color: #8EB9FE;
	background-image: url(../images/document_bg.gif);
	background-repeat: no-repeat;
	padding: 5px;
	width: 143px;
}
.document_bg_bottom {
	font-size: 11px;
	background-image: url(../images/document_bg_bottom.gif);
	background-repeat: no-repeat;
	padding: 5px;
	width: 143px;
	height: 19px;
}

