/***************************************************************/
/***************** General page styles ***********************/
/***************************************************************/

body	{
	background: #ffffff url('images/background.jpg') fixed;
   font-size: 10px; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	background-attachment: fixed;
	background-repeat: repeat;
}

.submitbutton {
	font-size: 9px;
	color: Black;
	background: #E4EFFE;
	border: 1px solid #B5D2FC;
}

.heading 
	{ 
	font-size: 14px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold; 
	color:#C23206;
}

.blackheading 
	{ 
	font-size: 12px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold; 
	color:#000000;
}

.redtext{
	color : #CC3300;
	font-size : 12px;
	background : transparent;
	text-align : left;
	font-weight : bold;
	vertical-align : top;
	text-decoration: none;
}

.whitetextback{
	color: #FFFFFF;
	font-size: 12px;
	background: #333333;
	font-weight: bold;
	text-decoration: none;
}

.blacktextback{
	color: #000000;
	font-size: 12px;
	background: #999999;
	font-weight: bold;
	text-decoration: none;
}

.redtextleft{
	color : #CC3300;
	font-size : 12px;
	background : transparent;
	padding-left:4;
	text-align : left;
	font-weight : bold;
	vertical-align : top;
	text-decoration: none;
}

.maincontentarea {
	background-color: #FFFFFF;
	padding: 10px 30px 6px 30px;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.menuarea{
  background-color: #CCCCCC;
  font-size: 11px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

a.menuarea{
	
	
}

 a.menuarea:visited{
	color: #C40000;
}

.tbborder{
	border: 1px solid #000000;
} 

