/* CSS Document */
.body_bold_text
{
	font-family:Arial;
	font-size:14px;
	font-weight:Bold;
	line-height:20px;
	color:#FFFFFF;
}

.body_text
{
	font-family:Verdana;
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
	
}

.tablebody_text
{
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
	
}

.tablebody_heading
{
	font-family:Verdana;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	color: #FFCC00;
	text-decoration: none;
	
}

.tablebody_total
{
	font-family:Verdana;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	color: #990000;
	
}

.linkedbody_text
{
	font-family:Verdana;
	font-size:11px;
	line-height:16px;
	color: #FFCC00;
	text-decoration:none;
}

.headerN
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.header
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}

.header:hover
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color: #FF4000;
	text-decoration:none;
}

.read_more
{
	font-family:Verdana;
	font-size:11px;
	color: #FF0000;
	text-decoration:none;
}

.read_more_bold
{
	font-family:Verdana;
	font-size:11px;
	font-weight:Bold;
	color:#0000000;
	text-decoration:none;
}

.read_more:hover
{
	font-family:Verdana;
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
}

.footer
{
	font-family:Verdana;
	font-size:10px;
	color:#CCCCCC;
}

.footer_links
{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

.footer_links:hover
{
	font-family:Verdana;
	font-size:10px;
	color:#336699;
	text-decoration:underline;
}


/* top menu */

.topmenu_about
{	background-image: url(../images/Buttonnormal.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 52px;
	width: 128px;
}

.topmenu_about:hover
{
	background-image: url(../images/Buttonact.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 52px;
	width: 128px;
}
.topmenu_about_act
{
	background-image: url(../images/Buttonact.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 52px;
	width: 128px;
}
/* Heading*/

.forheader {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
