/* HTML tag styles*/
@import url(layout.css);
@import url(main.css);
@import url(nav.css);
body
	{
	margin:0px;
	padding:0px;
	font-family: Myriad, "Myriad Roman", "Myriad Pro", "Myriad Web", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, san-serif;
	}
h1
	{
	display:none;
	}
h2
	{
	font-size:125%;
	color:#666;
	}
h2 a
	{
	color:#666
	}
h3
	{
	font-size:90%;
	}
h4, p, li, label, dd, dt
	{
	font-size:76%;
	}
a, a:visited, a:link, a:active
	{
	text-decoration:none;
	color:##9900cc;
	}
a:hover
	{
	text-decoration:underline;
	}
img
	{
	border-width:0px;
	}
.clearer
	{
	clear:left;
	}
