/* CSS Document */


body {
	font : normal 10pt "Arial Unicode MS", Arial, Helvetica, sans-serif;	
	background-color : #282828;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 7px;	
}

td.leftNav {
	background: #EDEDEF;
}

td.content {
	background: #ffffff;
	color : #59574D;
	font : normal 10pt "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

.footertext{
	color : #ABABAB;
	font : normal 8pt "Arial Unicode MS", Arial, Helvetica, sans-serif;	
}

.footertext2{
	color : #EDECEC;
	font : normal 10px "Arial Unicode MS", Arial, Helvetica, sans-serif;	
}

.title {
	color: #474747;
	font : normal bold 12pt "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

td.rightbg {
	background: #EDEDEF;
}

td.leftbg {
	background: #EDEDEF;
}

/*--------Footer Links  ( Note - this link style inherits font styling)--------*/
A.footer, A.footer:active, A.footer:visited{
	color : #EDECEC;
	text-decoration : none;
}
A.footer:hover{
	color : #475879;
	text-decoration : underline;
} 

/*--------Content Links --------*/
 A.content, A.content:active, A.content:visited{
	color : #59574D;
	text-decoration : none;
	font : normal 8pt "Arial Unicode MS", Arial, Helvetica, sans-serif;
}
A.content:hover{
	color : #59574D;
	text-decoration : underline;
	font : normal 8pt "Arial Unicode MS", Arial, Helvetica, sans-serif;
} 

/*--------Text (used throughout for the generic text styling)--------*/
.text{
	color : #7F7F7F;
	font : normal 8pt "Arial Unicode MS", Arial, Helvetica, sans-serif;	
}
.text-bold{
	color : #7F7F7F;
	font : bold 11pt "Arial Unicode MS", Arial, Helvetica, sans-serif;	
}

.text-small{
	color : #7F7F7F;
	font : normal 8pt "Arial Unicode MS", Arial, Helvetica, sans-serif;	
}

td.newstext {
	color : #59574D;
	font : normal 8pt "Arial Unicode MS", Arial, Helvetica, sans-serif;	
	width : 240px;
	height : 55px;
}

.newstextTitle {
	color: #122A7A;
	font : normal bold 10pt "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

.form {
border:1 solid #C70C28;
font-size: 10px;
font-family : Arial, Helvetica, sans-serif;
color: #676E78;
background: #ffffff;
}

.button {
border:1 solid #ffffff;
font-size: 10px;
font-family : Arial, Helvetica, sans-serif;
color: #BE243B;
background: #BEB9B9;
}
	
/*----------SEO Header text style----------*/
h1 {
vertical-align:top;
text-align:center;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:8px;
color:#E1DCDC;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
}

a.mgr { color:#EDECEC; text-decoration:none;font-size: 10px;font-family : Arial, Helvetica, sans-serif;}
a.mgr:visited { color:#EDECEC; text-decoration:none;font-size: 10px;font-family : Arial, Helvetica, sans-serif;}
a.mgr:active { color:#EDECEC; text-decoration:underlinefont-size: 10px;font-family : Arial, Helvetica, sans-serif;;}
a.mgr:hover { color:#EDECEC; text-decoration:underline;font-size: 10px;font-family : Arial, Helvetica, sans-serif;}
	
	
	
	
	
	
	
	
