/* CSS Document */

/* Used for Netscape 4 browser, or for instances where 'text only' is selected as an view option */

html, body {
	text-align: left;
}
p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
strong {
	color: #336699
}
a:link {
	color: #336699;
}
a:visited {
	color: #666666;
}
a:hover, a:active {
	color: #999900;
}
