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

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

p {
	margin:0px 0px 20px 0px;
}

body {
	background-color:#ffffff;
	color:#000000;
	margin:0px;
	padding:0px;	
	text-align:center;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size:10px;	
	line-height:20px;
}


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

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

h1 {
	height:30px;
	background:transparent url('/images/h1_bg.gif') top left repeat-x;	
	font-family:trebuchet ms, arial, verdana, sans-serif;
	font-size:14px;
	font-style : italic;
	text-transform : uppercase;	
	color:#ffffff;
	margin:0px;
	padding:0px 0px 20px 0px;
	line-height:28px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	font-family:trebuchet ms, arial, verdana, sans-serif;	
	padding:0px 0px 5px 0px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	font-family:trebuchet ms, arial, verdana, sans-serif;	
	padding:0px 0px 0px 0px;
}

th {
	font-size:12px;
	color:#666699;
	border-bottom: 1px double #666699;
	text-align:left;
}

td, .contentColumn_1n2_wide_text td {
	font-size:12px;
}

ul {
	padding:5px 0px 10px 30px;
}


li {

}


form {
}


SELECT, INPUT {
}


img {
}

