.body
{
	margin:0;
	background-color:#EDEDED;
}
.topbar
{
	height: 38px;
	width: 100%;
	background-color:#EDEDED;
	border-bottom: #929292 solid 2px;

}
.topbarborder
{
	height: 1pt;
	width: 100%;
	background-color:#AEAEAE;
	border-bottom: #D5D5D5 solid 1px;
}
.botbar
{
	height: 2px;
	width: 100%;
	background-color:#EDEDED;
	border-top: #929292 solid 2px;
	padding: 5pt 5pt 5pt 5pt;

}
.botbarborder
{
	height: 1px;
	width: 100%;
	background-color:#AEAEAE;
	border-top: #D5D5D5 solid 1px;
}


.pageborder
{
	background-color:#FFFFFF;
	padding: 5pt 5pt 5pt 5pt;
	/*margin: 5pt 5pt 5pt 5pt;*/
}


.menu:link, .menu:visited, .menu:hover, .menu:active
{
	color: #787878;
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	border-bottom: #990000 solid 1px;
	line-height: 11pt;
}
.link_sm:link, .link_sm:visited, .link_sm:hover, .link_sm:active
{
	color: #787878;
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-decoration:none;
	border-bottom: #990000 solid 1px;
}
h1 {
	color: #383838;
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}
.title {
	color: #383838;
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:none;
}
.text {
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	color:#929292;
}
.text_sm_red {
	font-size: 9px;
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	color:#990000;
}
div.text > p:first-letter {
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	color:#929292;
	font-weight: bold;
}
.additionaltext {
	font-size: 9px;
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	color:#929292;
}

hr {
	border: 0px solid #EDEDED;
	color: #AEAEAE;
	background-color: #EDEDED;
	height: 1px;
	margin: 0;
	padding: 0;

}

div.hr_strong {
	border: 0px solid #AEAEAE;
	color: #AEAEAE;
	background-color: #AEAEAE;
	height: 1px;
	margin: 0;
	padding: 0;

}
div.hr_strong hr{
	display: none;
}
