body
{
	margin-top: 0px;
	margin-left: 0px;
	background-color: white;
	text-align: center;
}
.table_border_outer
{
	background-color: lightcyan;
}
.table_border_inner
{
	background-color: #6699cc;
}
.table_background
{
	background-color: #eeeeee;
}
.list_border
{
	background-color: black;
}
.list_background
{
	background-color: white;
}
.label_standard
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}
.label_bold
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}
.label_date
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #990033;
}
.label_title
{
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}
.label_message
{
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
}
.label_warning
{
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: red;
}
.textbox_standard
{
	border-top: #990033 1px solid;
	border-right: #990033 1px solid; 
	border-bottom: #990033 1px solid;
	border-left: #990033 1px solid;
	background-color: white;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
} 
.button_standard
{ 
	height: 19px;
	width: 50px;
	border-top: #afc4d5 1px solid;
	border-right: #104a7b 1px solid;
	border-bottom: #104a7b 1px solid;
	border-left: #afc4d5 1px solid;
	background-color: #eeeeee; 
	font-family: tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #990033;
	cursor: hand;
}
a.link_navigation:link {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #990033;
	text-decoration: underline;
}
a.link_navigation:visited
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #990033;
	text-decoration: underline;
}
a.link_navigation:hover
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #990033;
	text-decoration: underline;
}
a.link_action:link
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
a.link_action:visited
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
a.link_action:hover
{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
