/* $ base.css - used for main text, links headings */
* {
	margin:0; padding:0;
}
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

body {	
	color:#fff;
	font: 62.5%/180% trebuchet ms, Verdana, Arial, Helvetica, Tahoma, sans-serif;
	text-align:center;
}
.accessibility {
	display:none;
}	
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, address {
	margin: 1em 0;
	padding: 0;
}

h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
address {
	font-style:normal;
}	
img{
	border:0;
}	
.DottedLine{
	border-top:1px dotted;
}

div.clear {
	clear:both;
}
/* $ Links --------------------------------------------*/
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}	
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

/* $ Forms --------------------------------------*/
form {
	padding:0px;
	margin:0px;
}
.formLabels {
	font-size: 1.4em;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 1.2em;
}
form {
	
}

p, blockquote, address, pre, dd, dt{
	font-size: 1.2em;
	line-height: 125%;
}
/* $ Tables --------------------------------------*/
