body {
	font-size:100%;
	color:#000;
	background:#FFF;
	font-family:"Trebuchet MS",verdana, helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration: underline;
	color: #999;
}

a:hover, a:active {
 	text-decoration: none;
	color: #666;
}

p a:link, p a:visited {
	color:#999;
}
h1 a:link, h1 a:visited, 
h2 a:link, h2 a:visited, 
h3 a:link, h3 a:visited, 
h4 a:link, h4 a:visited {
	color:#999;
	text-decoration: none;
}
h1 a:hover, h1 a:active, 
h2 a:hover, h2 a:active, 
h3 a:hover, h3 a:active, 
h4 a:hover, h4 a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family:verdana, helvetica, sans-serif;;
	font-weight:bold;
	color:#000;
}
h1 {
	font-size: 1em; /* 16x1.25=20px */
	line-height: 1.1875em;/* 16x1.3125=21px */
	font-weight:normal;
	margin: 0 0 0.5em 0;
	color:#FFF;
	/*text-transform:uppercase;*/
}
h2 {
  font-size: 1em; /* 1 x 16 = 16px */
	margin: 0.625em 0 .25em 0; 
	padding: 0 0 .25em 0; /* see margin note... */
}
h3 {
	font-size:0.9375em;/* 16x0.9375em=15px */
	margin:.7em 0 .5em 0; /* 15x1.2=18px */
}
h4 {
	font-size:0.875em;/* 16x0.875em=14px */
	margin:.786em 0 .5em 0; /* 14x1.286=18px */
}
h5 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:0.75em;/* 16x0.75em=12px */
	margin:1em 0 .5em 0; /* 12x1.5=18px */
	border-bottom:1px solid #666;
	color:#360;
}

ul {
	margin:0 0 1.125em 1.75em;
	list-style:disc outside;
}
ul li {list-style:outside;}
li, blockquote {
	font-size:.75em; /* 16x.75=12px */
}
li li {
	font-size:1em; /* maintain font size for nested lists */
}
p, li, blockquote {
	font-size:0.75em; /* 0.75 x 16 = 12px */
	font-family:"Trebuchet MS",verdana, helvetica, sans-serif;
	line-height:1.75em; /* 1.75 x 16 = 28px */
	margin:0 0 1.125em 0;
}
small {
	font-size:0.875em;  /* 1.75 x 16 = 14px */
}
li {
	margin-bottom:0;
}
blockquote {
	font-size:0.75em; /* 0.75 x 16 = 12px */
  font-style:italic;
}

label.error {
	font-size:0.8125em; /* 0.8125 x 16 = 13px */
	background:#FF0;
	color:#F00;
}