body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
background:  url(images/background.jpg);	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3300FF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #3300FF;
}
h3 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;

}
a:link {
	color: #000099;
}

a:visited {
  color: #000099;
}

a:hover {
color: #000099;
text-decoration: none;
	
}

a:active {
	color: #000000;
}

 .content{
	background-color: #fff;
}
 .sidebarleft{
	background-color: #6699CC;
}