/* CSS Document */
.body_bold_text
{
	font-family:Verdana;
	font-size:16px;
	font-weight:Bold;
	line-height:20px;
	color:#FFFFFF;
}

.body_text
{
	font-family:Verdana;
	font-size:11px;
	line-height:16px;
	color:#000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.linkedbody_text
{
	font-family:Verdana;
	font-size:11px;
	line-height:16px;
	color:#006699;
	text-decoration:none;
}

.header
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
                text-decoration:none;
}

.read_more
{
	font-family:Verdana;
	font-size:11px;
	color:#cc6600;
	text-decoration:none;
}

.read_more_bold
{
	font-family:Verdana;
	font-size:11px;
	font-weight:Bold;
	color:#000000;
	text-decoration:none;
}

.read_more:hover
{
	font-family:Verdana;
	font-size:11px;
	color:#cc6600;
	text-decoration:none;
}

.footer
{
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
text-decoration:none;
}

.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;
}

.sidemenu
{
	font-family:Verdana;
	font-size:12px;
	line-height:16px;
	color:#000000;
	text-decoration:none;
}

.sidemenu:hover
{
	font-family:Verdana;
	font-size:12px;
	line-height:16px;
	color:#006699;
	text-decoration:none;
}

.sidemenu_act
{
	font-family:Verdana;
	line-height:16px;
	color:#006699;
	text-decoration:none;
	padding-left: 5px;
	font-weight: bold;
}


/* top menu */

.top_menu
{
	font-family:Arial;
	font-weight:bold;
	color:#333333;
	font-size:14px;
	line-height:35px;
	text-decoration:none;
	background-image: url(../layout-images/tab.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 114px;
text-decoration:none;
}

.top_menu:hover
{
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	line-height:35px;
	background-image: url(../layout-images/tab_act.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 114px;
}
.top_menu_act
{
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	line-height:35px;
	background-image: url(../layout-images/tab_act.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 114px;
}
/* Heading*/

.forheader {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}
