/* WENTWORTH */

@import url("../stylesheets/complex.css");
@import url("../stylesheets/default.css");

html, body, ul, ol, li, p, h1, h2, h3, form, fieldset, a, div, img {
	margin:0px; 
	border:0px;
}

p {
	margin:5px 0px 10px 0px;
}

td {
	margin:0px;
}

body {
	background-color:#333399;
/*	background:#333399 url('../images/bg.gif') top center repeat-y;	 */
/*	background:transparent url('../images/grass_bg.jpg') top left repeat; */
	color:#000000;
	margin:0px;
	padding:0px;	
	text-align:center;
	font-family: "serif", Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;	
	line-height:20px;
}

h1 {
	font-weight:bold;
	font-size:18px;
	font-family: serif, arial, verdana, sans-serif;
	padding:0px 0px 10px 0px;
	margin:0px;
	width:auto;
	background-color:transparent;
/*	color:#cc3300; */
	color:#000000;
}

h2 {
	font-size:11px;
	font-weight:bold;
	background-color:transparent;
	color:#000000;
	padding:0px 0px 0px 0px;
	line-height:18px;
	font-family: serif, arial, verdana, sans-serif;	
}

a, a:visited {
	text-decoration: underline;
/*	color:#cc3300; */
	color:#333399;
}

a:hover, a:active {
	text-decoration: underline;
	color:#000000;
}
