/* CSS Document */

body {	
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	color: #663399 	;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}

td  {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000
	}
p{
	text-align:justify;
}

.back_green
{
	background-color:#7e9676;
}
.back_grey
{
	background-color:#ACACAC;
}

.back_grey a
{
	color:#333333;
	text-decoration:none;
	text-align:right;
}
.back_grey a:hover
{
	color:#333333;
	text-decoration:underline;
}

.back_purple
{
	background-color:#7d5079;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
}

.back_purple a
{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

.back_purple a:hover
{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}

.txt_white
{
	color:#FFF;
}

.heading
{
	font-size:18px;
	color:#7d5079;
	font-weight:bold;
}
.sub_heading
{
	font-size:14px;
	color:#7e9676;
	font-weight:bold;
}


.menu
{
	line-height:18px;
}

.menu a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-shadow:#000000;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}

.menu a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-shadow:#000000;
	color:#b5c541;
	text-decoration:none;
	text-align:center;
}

.left_panel
{
	line-height:18px;
}
.left_panel a
{
	font-size: 12px;
	text-shadow:#000000;
	color:#666666;
	text-decoration:none;
	line-height:18px;
}

.left_panel a:hover
{
	color:#ac030b;
	text-decoration:underline;
}

