/*body, table data, table headers*/
body {
  background-color: #CCCCCC;
 }
body,td,th{	
    color:#000000;
	font-family: MS Reference Sans Serif;
	font-size: 12px;
}

/*tables*/
table body {
  background-color: #FFFFFF;
 }
 
/*links*/
a:link {
	color: #3333FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3333FF;
}
a:hover {
	text-decoration: underline;
	color: #3333FF;
}
a:active {
	text-decoration: none;
	color: #3333FF;
}
/*headings*/
h1,h2,h3,h4 {
	font-family: MS Reference Sans Serif;
}
h1 {
	font-size: 18px;
	color: #3366CC;
}
h2 {
	font-size: 16px;
	color: #3366CC;
}
h3 {
	font-size: 14px;
	color: #3366CC;
}
h4 {
	font-size: 12px;
	color: #3366CC;
}

/*footer, footerlinks*/
footer {
     font-color:#FFFFFF
	 font-family:"MS Reference Sans Serif";
	 font-size:12px;
}
 footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
footer1:{
    color:#FFFFFF;
	font size: 12px
}