body 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: 50% 0px;
	padding-top: 25px;
	margin: 0px;
}

.menu
{
  height: 29px;
}


.footer
{
  background-image: url(../images/footer_bg.gif);
  background-repeat: repeat-x;
  height: 21px;
  padding-left: 100px;
  vertical-align: middle;

  font-size: 8pt;
  text-decoration: none;
  color: #2E2B82;
}

.foot_menu
{
  font-size: 8pt;
  text-decoration: none;
  color: #2E2B82;
}

.content
{
  background-color: #FFFFFF;
  background-image: url(../images/content_bg.gif);
  background-repeat: repeat; 
  background-position: 50% -11px;
  height: 315px;
}

.inside
{
  vertical-align: top;
  width: 100%;
  padding: 10px;
  padding-left: 75px;
  
  background-image: url(../images/inside_bg.gif);
  background-repeat: repeat-y; 
  background-position: 2px 0px;
}

.title
{
  font-size: 18pt;
}

.static_text
{
	font-size: 9pt;
	font-weight: bold;
}

img 
{
  border : 0px;
}

hr
{
	height: 1px;
	width: 100%;
	color: #000000;
	background-color: #000000;
	border: 0px;
	
	padding: 0px;
	margin: 0px;
}

a
{
  color: #0000CC;
	text-decoration: none;
}



