body {
	background-color: #E6E6E6;
  	margin-left: 0;
  	margin-top: 0;
  	margin-right: 0;
  	margin-bottom: 0;
}

h1 {
	font-size: 15px;	
	color: #2D4066;
}

h2 {
	font-size: 13px;	
	color: #2D4066;
}

h3 {
	font-size: 12px;	
	font-weight: normal;
	color: #2D4066;
}

a {
	color: #5487D3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	border-bottom: 1px #5487D3;
}

.text_default {
  	color: #494949; 
	font: 12px/170% Verdana, Geneva, sans-serif; 
}

table.main {
	background-color: #ffffff;
  	color: #494949; 
	font: 12px/170% Verdana, Geneva, sans-serif;  
}

table.footer {
	background-color: #091B3F;
	color: #D6E1F2;	
	font-size: 11px;
}

td.header_bg {
	background-image: url('images/header_bg.png');		
}

td.shadow_left {
	background-image: url('images/shadow_left.png');
}

td.shadow_right {
	background-image: url('images/shadow_right.png');
}

td.sqlwave_logo {
	background-image: url('images/sqlwave_logo.png');
	background-repeat: no-repeat;
}

td.nerocode_logo {
	background-image: url('images/nerocode_logo.png');
	background-repeat: no-repeat;
}

td.pan_bg {
	background-image: url('images/pan_bg.png');		
}



