/* CSS Document */

p, h1, h2, h3 {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size: 24px;
	color: #666699;
}

h2 {
	font-size: 18px;
	color: #666699;
}

h3 {
	font-size: 14px;
	color: #666699;
}

A:link {
	color: #666699;	
}

A:visited {
	color: #666699;
}

A:active {
	color: #666699;
}

A:hover {
	color: #999999;
	text-decoration: underline;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: outside disc;
	line-height: 18px;
	color: #666699;
}

img {
	border: 0px none;
}


#trademark {
	font-family: Times, serif;
}