html, body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 18px;
}
h1,h2,h3,h4,h5,h6
{
	line-height: 1;
	margin-bottom: 0.1em;
	font-weight: bold;
}
h1 { font-size: 3em; }
h2 { font-size: 28px; margin: 0 0 16px 0; color: red;}
h2.landing
{
	font-family: "Times New Roman", Times, serif;
	color: #666;
}
h1.pagetitle
{
	padding-left:0px;
	font-size: 28px;
	margin: 0 0 16px 0;
	text-align: left;
}
h3 { font-size: 18px; margin: 20px 0 4px 0; }
h4 { font-size: 14px; margin: 20px 0 4px 0; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
p { font-family: Arial, Helvetica, sans-serif; margin-bottom: 5px; margin-top: 5px;line-height:20px; }
/*li { font-family: Tahoma; margin: 0 .2em .4em .2em; }*/
li {font-family: Arial, Helvetica, sans-serif;}
li.button, li.link
{
	cursor: pointer;
}

a, .link { color: red;text-decoration: none; }
a:hover, .link:hover { color: #000; text-decoration: underline;}
a:visited {color: red; }

.link { cursor: pointer; }

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}

.small {}
.large {}
.hide {}
.quiet { color: #999; }
.loud { color: #000; }
.highlight { background: #ff0; }
.dev { background-color: #eeaaaa; }
.normal {font-weight: normal;}

.first { margin-left: 0; padding-left: 0; }
.last { margin-right: 0; padding-right: 0; }
.top { margin-top: 0; padding-top: 0; }
.bottom {margin-bottom: 0; padding-bottom: 0; }