
html, body{ 
 margin:0; 
 padding:0; 
 font-size:14px;
 font-family:Arial, Helvetica, sans-serif;
 margin-left:12px;
 width:738px;
 color:#666565;
} 

.navbar {
	margin-top:22px;
	margin-bottom:0px;
}


a:link {
	text-decoration: none;
	color: #7d0000;
}

a:visited {
	text-decoration: none;
	color: #b70000;
}

a:active {
	text-decoration: none;
	color:#ff0000;
}

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






p {
/*	color:#2e3466;
padding-left:30px; 
 	padding-right:30px; 
*/
}
h1 {
font-size:22px;
font-weight:bold; 
color:#797878;
padding-top:0px;
padding-bottom:0px;
margin-top:5px;
}
h2 {
font-size:16px;
font-weight:bold;
color:#797878;
}

.cartoon-grid {
	background-image:url(images/cartoons/cartoons-grid.jpg);
	background-repeat:no-repeat;
}

.table_header {

margin-top:0px;
margin-bottom:5px;
}


.table_subhead {
margin-top:0px;
margin-bottom:5px;
}

.right {
	text-align:right;
	margin-right:22px;
	margin-top:4px;
}
 
.center {
	text-align:center;
	
}


