/*

td {font : 11px Verdana, Helvetica, Arial; }
p {font : 300 11px Verdana, Helvetica, Arial; }
b {font : 700 11px Verdana, Helvetica, Arial; }
a:visited {font-weight : bold; color: #CC9900; }
a:link {font-weight: bold; }
 a:hover {font-weight: bold; }
a.sectionlinks:visited {text-decoration : none; color: #000000; font-weight : 700; }
a.sectionlinks:link {text-decoration : none; color: #000000; font-weight : 700; }
a.sectionlinks:hover {text-decoration : none; color: #000000; font-weight : 700; }

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline}

body { scrollbar-face-color: #F4E5BC; scrollbar-shadow-color: #C4994A; scrollbar-highlight-color: #CC9900; scrollbar-3dlight-color: #F9F2DF; scrollbar-darkshadow-color: #CC9900; scrollbar-track-color: #F1D898; scrollbar-arrow-color: #C4994A }
body  { font: medium Verdana, Helvetica, Arial }
body:visited { font-weight : 11px Verdana, Helvetica, Arial; color: #CC9900; }

*/

			body {
				font: 11px Verdana, Helvetica, Arial;
				margin: 0px;
				background-color: #F9F2DF;
				background-image: url('../images/watermark.gif');
				background-repeat: no-repeat;
				background-position: 50px 115px; /* left, top */
			}

			table {
				border: none;
				font: 11px Verdana, Helvetica, Arial;
			}

			img {
				border: none;
			}

			a {
				font-weight: bold;
				color: #c90;
				text-decoration: none;
			}

			a:hover {
				text-decoration: underline;
			}

			a.admin {
				color: #09c;
			}

			a.admin:hover {
				color: #0af;
			}

			h1 {
				font-size: 16px;
				color: #000;
			}

			h2 {
				font-size: 12px;
				color: #000;
			}

			div.blocks-top {
				position: relative;
				width: 100%;
				background-image: url('../images/main_blue_background.gif');
			}

			div.blocks-menu {
				position: relative;
				width: 100%;
				background-image: url('../images/menu_background.png');
				background-repeat: repeat-x;
				background-color: #f1d898;
			}

			div.blocks-main {
				position: relative;
				width: 100%;
			}

			div.blocks-inner {
				position: relative;
				width: 30%;
				margin: 10px;
			}

			div.blocks-bottom {
				position: relative;
				width: 100%;
				background-image: url('../images/feature_box_centre.gif');
			}

			div.blocks-bottom-margin {
				position: relative;
				width: 100%;
				height: 11px;
				background-image: url('../images/feature_box_top_centre.gif');
			}

			div.blocks-bottom-bottom {
				position: relative;
				width: 100%;
				height: 11px;
				background-image: url('../images/feature_box_bottom_centre.gif');
			}

			div.blocks-menu p {
				padding: 5px;
				margin: 0px;
			}

			div.blocks-menu p a {
				color: #c90;
				font-size: 14px;
				padding-right: 22px;
				padding-left: 22px;
			}

			span.stats p table {
				 width: 100%;
			}

			span.stats p table tr td {
				 border: #f1d898 1px solid;
			}

			span.stats p table tr td.label {
				 font-weight: bold;
				 width: 175px;
			}

