/* CSS Document */

body
{
  margin: 0px;
  padding: 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#4C4C4C;
}


a:link {color:#4C4C4C; font-size:12px; text-decoration:none}
a:visited {color:#4C4C4C; font-size:12px; text-decoration:none}
a:active {color:#4C4C4C; font-size:12px; text-decoration:none} 
a:hover {color:#4C4C4C; font-size:12px; text-decoration:underline}


TD
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#4C4C4C;
}


table#menutable
{
	margin-bottom:2px;
}

td#menutd
{
	padding-left:30px;
	padding-right:30px;
}


table#header
{
	margin-bottom:2px;
}

div#flasheader
{
	position:absolute;
	width:650px;
	height:276px;
	background-image:url(images/be-200.jpg);
	background-repeat:no-repeat;
	z-index:0;
}

div#flasheaderright
{
	position:absolute;
	z-index:1;
}


td#flashheadertitle
{
  font-size:12px;
  color:#003F8B;

}
td#flashheaderteaser
{
  font-size:12px;
  color:#ffffff;

}

table#contenttable
{
	background-image:url(images/contenttable.png);
}


td#contenttd
{
	background-image:url(images/contenttd.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}


table#contentinnertable
{
	background-image:url(images/contentinnertable.png);
}


td#contentinnertd
{
	background-image:url(images/contentinnertd.png);
	background-position:top;
	background-repeat:repeat-x;
}

td#contentbutton_down
{
	background-position:center;
	background-repeat:no-repeat;
	color:#FF0000;
	padding-top:17px;	
	padding-left:30px;
	padding-right:30px;
	border-right:2px solid #FFFFFF;
}

td#contentbutton_down_last
{
	background-position:center;
	background-repeat:no-repeat;
	color:#FF0000;
	padding-top:17px;	
	padding-left:30px;
	padding-right:30px;
}


td#contentbutton_up
{
	padding-top:17px;
	padding-left:30px;
	padding-right:30px;
	color:#012E64;
	border-right:2px solid #FFFFFF;	
}

td#contentbutton_up_last
{
	padding-top:17px;
	padding-left:30px;
	padding-right:30px;
	color:#012E64;
}


#contentbutton_up a
{
	text-decoration:none;
	color:#012E64;
}

#contentbutton_up a:hover
{
	text-decoration:underline;
	color:#FF0000;
}

#contentbutton_up_last a
{
	text-decoration:none;
	color:#012E64;
}

#contentbutton_up_last a:hover
{
	text-decoration:underline;
	color:#FF0000;
}

td#leftcolumn
{
	padding-left:10px;

}


table#footer
{
	margin-top:10px;
	margin-bottom:20px;

}



table#right_images
{
	margin-left:30px;
	margin-bottom:10px;

}