/*
Creator: Ben "Cerbera" Millard
Website: http://sitesurgeon.co.uk
History: 2005-04-22 -> 2008-04-28 -> 2009-12-02
*/

/*
* Hidden
* Page
* Base
*/


/* Hidden */
#header {
 margin: 0;
 padding: 0;
 text-indent: 0;
 background-image: none;
}


/* Page */
html, body {
 margin: 0;
 padding: 0;
 width: 100%;
}
body {
 color: #000;
 font: 10pt/1.25 Times,serif;
 background: #fff
}


/* Base */
acronym, abbr {
 border: 0
}
dt {
 font-weight: normal;
}
sup {
 font-size: 10pt;
 vertical-align: baseline;
}

/* - Headings */
h1, h2, h3, h4, h5, h6, caption, legend {
 color: #000;
 font-family: Rockwell,Georgia,serif;
 background: #fff
}
h1, h2, h3 {
 font-weight: bold;
}
h1 {
 margin: 0;
 padding: 0;
 font-size: 14pt;
}
h2 {
 font-size: 12pt;
}
h3 {
 font-size: 10pt;
 font-weight: bold;
 font-style: italic;
}

/* - Hyperlinks */
a:link, a:visited, a:hover, a:active, a:focus {
 color: #000;
 text-decoration: underline;
 background: #fff;
 border: 0;
}
a img {
 padding: 0;
 border: 0;
}