@import url("../stylesheets/complex2.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:0px 0px 10px 0px;
}

td {
	margin:0px;
	font-size:12px;		
	line-height:18px;
}

th {
	color:#999999;
	font-size:12px;		
	line-height:14px;
	font-weight:bold;
}

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

h1 {
	padding:0px 0px 10px 0px;
	margin:0px;
	background-color:transparent;
	font-size:18px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	background-color:transparent;
	color:#000000;
	padding:0px 0px 3px 0px;
	line-height:14px;
}

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

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

ul {
	padding:0px 0px 0px 30px;
	list-style:normal;
}

li {

}

