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

a:link, a:visited { 
	text-decoration: none;
	color: #C36622}

h1 a:hover, h1 a:active, 
h2 a:hover, h2 a:active, 
h3 a:hover, h3 a:active, 
h4 a:hover, h4 a:active,
a:hover, a:active {
 	text-decoration: underline;
	color: #C36622;
}

p a:link, p a:visited {
	color:#C36622;
}




h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS",verdana, helvetica, sans-serif;
	font-weight:normal;
	color:#487DB6;
}

h1 {
	font-size: 1.25em; /* 16x1.25=20px */
	line-height: 1.3125em;/* 16x1.3125=21px */
	margin: 0 0 0.5em 0;
	width:450px;
	/*text-transform:uppercase;*/
}
h2 {
  font-size: 1em; /* 1 x 16 = 16px */
	margin: 1.5em 0 .25em 0; 
	padding: 0 0 .25em 0; /* see margin note... */
}
h3 {
	font-size:0.9375em; /* 15x1.2=18px */
	margin-top: 0.75em;
	margin-right: 0;
	margin-bottom: 0.75em;
	margin-left: 0;
	line-height: 1.25;
}
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-position: outside;
	list-style:disc; }
ol {
	margin:0 0 1.125em 1.75em;
	list-style-position: outside;
	list-style:decimal; }

dl {
	margin:0 0 1.125em 1.75em;
	list-style-position: outside; }

ul li, ol li {list-style:outside;}

li, blockquote {
	font-size:.75em; /* 16x.75=12px */
}

ul li li, dl dt, ol li li {
	font-size:1em; /* maintain font size for nested lists */
}
p, li, blockquote, dd, dt {
	font-size:0.875em; /* 0.875 x 16 = 14px */
	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, dd, dt {
	margin-bottom:0;
}
dd {
	margin-left:1.125em;
}
blockquote {
	font-size:0.8125em; /* 0.8125 x 16 = 13px */
	font-style:italic;
	padding:  0 0 0 1em;
}

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