/* This is the style of your browser text */
body     {
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #14190e;
	background-image: url(background.gif);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: left;
	color: #3c3c3c;
	}
p {
	margin: .5em 0em 1em 0em;
}
.bodycopy {
	color: #3C3C3C;	
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
}
.largebodycopy {
	color: #000000;	
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
}
.bodycopywhite {
	color: #FFFFFF;	
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
}
.menustyle {
	color: #3c3c3c;	
	font-size: 11px;
	text-align: left;
	line-height: 1.21em;
}
.menustylewhite {
	color: #FFFFFF;	
	font-size: 11px;
	text-align: left;
	line-height: 1.2em;
}
.menustylegrey {
	color: #787878;	
	font-size: 11px;
	text-align: left;
	line-height: 1.2em;
}
.stylesmall {
	color: #3c3c3c;	
	font-size: 10px;
	text-align: left;
	line-height: 1.1em;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
}
.stylesmallwhite {
	color: #FFFFFF;	
	font-size: 10px;
	text-align: left;
	line-height: 1.1em;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
}
/* Heading Text */
h1, h2, h3, h4, h5, h6 {
	font-family: "MicroExtendFLF", Helvetica, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66b201;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
h1 {
	font-size: 22px;
	letter-spacing: -.05em;
}
h2 {
	font-size: 20px;
	letter-spacing: -.04em;
}
h3 {
	font-size: 18px;
	letter-spacing: -.03em;
}
h4 {
	font-size: 16px;
	letter-spacing: -.02em;
}
h5 {
	font-size: 14px;
	letter-spacing: .0em;
}
h6 {
	font-size: 12px;
	letter-spacing: .05em;
}
/* Default Heading Text */
.default1, .default2, .default3, .default4, .default5, .default6, .default7 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66b201;
	text-align: left;
}
.default1 {
	font-size: 24px;
}
.default2 {
	font-size: 22px;
}
.default3 {
	font-size: 20px;
}
.default4 {
	font-size: 18px;
}
.default5 {
	font-size: 16px;
}
.default6 {
	font-size: 14px;
}
.default7 {
	font-size: 12px;
}
/* Link Styling */
ul, li     { 
	list-style-type: square; 
}
/* Default Link Colours */
a:link {
	color: #66b201;
	text-decoration: none;
	}
a:visited	{
	color: #66b201;	
	text-decoration: none;
	}
a:hover,a:active {
	color: #66b201;
	text-decoration: underline;
	border-bottom-color: #66b201;
	}
/* White Links */
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
	}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a.white:hover,a.white:active {
	color: #FFFFFF;
	text-decoration: underline;
	}
/* Table styling */
table.greenlayout {
	padding: 0px 0px 0px 0px;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	background-color: #1a438e;
}
table.greenlayout th {
	padding: 0px 0px 0px 0px;
}
#greenlayouttop {
	background-image: url(../global/topside.gif);
}
#greenlayoutleft {
	background-image: url(../global/leftside.gif);
}
#greenlayoutright {
	background-image: url(../global/rightside.gif);
}
#greenlayoutbottom {
	background-image: url(../global/bottomside.gif);
}

.tier2 {
	border-style: none;
}
.tier2 td{
	border-style: none;
	background: url(../global/tabletop.gif);
	padding: 3px 0px 3px 6px;
}
.tier2 th{
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #f8f8f8;
	padding: 1px 0px 1px 6px;
}
.datatable {
}
.datatable th{
	border-style: none;
	background: url(../global/tabletop.gif);
	color: #FFFFFF;	
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	padding: 4px 8px;
	}
.datatable td{
	border-width: 1px;
	border-style: none;
	border-color: #cccccc;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #f8f8f8;
	color: #3C3C3C;	
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	padding: 4px 4px 0px 4px;
}
/* Allignment Options */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
#sidebar h2 {
	font-size: 12px;
}
.post-title h3 {
	font-size: 12px;
	color: #3C3C3C;
}