/* SET BASE FONT ATTRUBUTES */
html, body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 83%;
	font-color: #000;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;}

h1 {font-size: 1.6em;}
h2 {font-size: 1.45em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
p, span, li, td, th, input, select, option {font-size: 12px; line-height: 17px;}

h1,h2,h3 {margin-bottom: 0.2em;}
h4,h5,h6 {margin-bottom: 0.2em;}
p,ul {margin-bottom: 0.4em;}

/*
h1 {font-size: 1.06em;}
h2 {font-size: 1.00em;}
h3 {font-size: 0.89em;}
h4 {font-size: 0.81em;}
h5 {font-size: 0.75em;}
h6 {font-size: 0.69em;}
p {font-size: 0.69em;}
span {font-size: 1em;}

h1,h2,h3 {margin-bottom: 0.4em;}
h4,h5,h6 {margin-bottom: 0.2em;}
p,ul {margin-bottom: 0.4em;}
*/

/* a compact li with p and h6 for compact lists with minimal spacing */
ul.compact { list-style: none; }
ul.compact li p {margin-bottom: 0; line-height: 1.1em;}
ul.compact li h6 {margin-bottom: 0; line-height: 1.1em;}


.spacer {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
}
ul.horz {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
ul.horz li {
	margin-left: 0;
	padding-right: 5px;
	list-style: none;
	display: inline;
}
ul.horz h1, ul.horz h2, ul.horz h3, ul.horz h4, ul.horz h5, ul.horz h6, ul.horz p {
	display: inline;
}

.nosp {
	margin: 0;
	padding: 0;
}
.floatright {
	float: right;
}


/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {text-decoration: underline;}
a:link, a:visited {color: #666666;}
a:hover {color: #FF0000;}
a:active {color: #333333;}
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;}

img {
	display: block;
}
