@import url(layout.css);
@import url(page.css);
@import url(common.css);

body {
	background-color: #DEDBD1;
	background-image: url(../img/layout/bodyBg.gif);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}

.normal, td, body, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0;

}

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

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

h3 a:hover  {
	text-decoration: underline;
}
h3 a:link,h3 a:visited {
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	margin-top: 10px;
	margin-bottom: 12px;
	color: #663;

}

h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 10px;
	line-height: 18px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0px;
	font-size: 11px;
	color: #000;			
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #CC6600;
}

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

form {
	margin: 0px;
	padding: 0px;
}


ul, ol {
	margin: 0 0 0 0;
	padding: 0;
}
ul li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside; 
	margin: 0;
	padding: 0;
}
ol li {
	list-style-position: inside; 
	margin: 0;
	padding: 0;
}

th {
	font-size: 10px;
	font-weight: bold;
}

label {
	font-weight: bold;
}
