body
{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border-style: none;
	color: #58595b;
	margin: auto;
	text-align: center;
}

h1
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #58595b;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #58595b;
	margin: 0px;
	padding: 0px;
}

h3
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #58595b;
	margin: 0px;
	padding: 0px;
}

hr
{
	color: #8b2942;
	height: 1px;
}

ul
{
	color: #58595b;
	margin: 5px;
	padding-left: 18px;
	padding-right: 5px;
	list-style-type: disc;
	list-style-position: outside;
}

ol
{
	color: #58595b;
	font-weight: bold;
	margin: 5px;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: decimal;
	list-style-position: inside;
}

img
{
	margin: 0px;
	padding: 0px;
	border-style: none;
}

form
{
	margin: 0px;
	padding: 0px;
}


input
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
}
/*
input.text
{
	font-size: 10px;
	height: 18px;
	color: #58595b;
	background-color: #ffffff;
	border-style : solid;
	border-color : #000000;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px;
  
}

input.button
{
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	color: #ffffff;
	background-color: #939598;
	cursor: hand;
	border-color: #000000;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}
*/
select
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	/*height: 18px;
	color: #58595b;
	background-color: #ffffff;
	border-style : solid;
	border-color : #000000;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px;*/
}

textarea
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	/*height: 18px;
	color: #58595b;
	background-color: #ffffff;
	border-style : solid;
	border-color : #000000;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px;*/
}

checkbox
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	/*height: 18px;
	color: #58595b;
	background-color: #ffffff;
	border-style : solid;
	border-color : #000000;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px;*/
}

table
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	border-collapse: collapse;
	border-spacing: 0px; 
	margin: 0px;
	padding: 0px;
}

table.data
{
	margin: 10px;
	padding: 10px;
}

table.tablelist
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

tr
{
	margin: 0px;
	padding: 0px;
}


th
{
	margin: 0px;
	padding: 0px;
}

td
{
	margin: 0px;
	padding: 0px;
}

tr.tablelistunmarked
{
	background-color: #e6e7e8;
}

tr.tablelistmarked
{
	background-color: #dcddde;
}

th.data
{
	background-image: url(/img/bg_th.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

td.data
{
	color: #58595b;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

th.tablelist
{
	background-color: #8b2942;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
}

td.tablelist
{
	color: #58595b;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

th.news
{
	background-color: #af747d;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

td.news
{
	background-color: #af747d;
	color: #ffffff;
	font-weight: normal;
}

td.topframe
{
	background-color: #e6e7e8;
	color: #000000;
	font-weight: normal;
}

td.menuframe
{
	background-color: #939598;
	color: #ffffff;
	font-weight: bold;
}

td.breadcrumbframe
{
	background-color: #af747d;
	color: #ffffff;
	font-weight: normal;
}

td.redframe
{
	background-color: #8b2942;
	color: #ffffff;
	font-weight: normal;
}

td.leftframe
{
	background-color: #8b2942;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

td.dataframe
{
	background-color: #e6e7e8;
	color: #000000;
	font-weight: normal;
}

a:active
{
	color: #8b2942;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #8b2942;
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: #8b2942;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #8b2942;
	font-weight: bold;
	text-decoration: underline;
}

a:active.menu
{
	color: #ffffff;
	text-decoration: none;
}

a:visited.menu
{
	color: #ffffff;
	text-decoration: none;
}

a:link.menu
{
	color: #ffffff;
	text-decoration: none;
}

a:hover.menu
{
	color: #ffffff;
	text-decoration: none;
}

a:active.breadcrumb
{
	color: #ffffff;
	text-decoration: none;
}

a:visited.breadcrumb
{
	color: #ffffff;
	text-decoration: none;
}

a:link.breadcrumb
{
	color: #ffffff;
	text-decoration: none;
}

a:hover.breadcrumb
{
	color: #ffffff;
	text-decoration: underline;
}

a:active.news
{
	color: #58595b;
	font-weight: normal;
	text-decoration: none;
}

a:visited.news
{
	color: #58595b;
	font-weight: normal;
	text-decoration: none;
}

a:link.news
{
	color: #58595b;
	font-weight: normal;
	text-decoration: none;
}

a:hover.news
{
	color: #8b2942;
	font-weight: normal;
	text-decoration: none;
}

a:active.tableheader
{
	color: #ffffff;
	text-decoration: none;
}

a:visited.tableheader
{
	color: #ffffff;
	text-decoration: none;
}

a:link.tableheader
{
	color: #ffffff;
	text-decoration: none;
}

a:hover.tableheader
{
	color: #ffffff;
	text-decoration: underline;
}

div.container
{
	margin: auto;
	text-align: left;
	width: 800px;
}
p 
{
	margin: 0; 
	padding: 0;
}