/* CSS Document */

body {
	background-color: #fff;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;  
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	color: #666;
}

a:hover {
	color: #333;
}

h1 {
	line-height: 1.5em;
	font-size: larger;
}

h2 {
	line-height: 1.4em;
	font-size: medium;
}

h3 {
	line-height: 1.1em;
	font-size: small;
	color: #fff;
}

h4 {
	line-height: 1.1em;
	font-size: small;
	color: #c00;

}

p {
	font-size: small;
	/*text-align:justify;*/
}

table {
	color: #666;
	background-color: #FFFFFF;
}

ul {
	line-height: 1.5em;
}

#skipNav { 
	display: none;
}
