/* - typography styles ---------------------- */
@import url("../style.css");

/* - form elements -------------------------- */
/*@import url("forms.css");*/

/* - main layout ---------------------------- */
/*@import url("layout.css");*/

/* - menu ----------------------------------- */
/*@import url("menu.css");*/

/* - colour scheme -------------------------- */
/*@import url("skin.css");*/

/* - specific print styles ------------------ */
body,td,th,li,span{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7c7c7c;
}

a{
	color:#7d9800;}
a:hover{}
a:visited{}
/* remove outline from links */a:active{outline: none;}a:focus{-moz-outline-style: none;}

b{
	color:#7d9800}
em{}

p{
	margin:0;margin-bottom:14px;
	font-size:14px;
	color:#7c7c7c;
}

h1{
	margin:0;margin-bottom:14px;
	font-size:24px;
	color:#4b4b4b;
}
h2{
	margin:0;margin-bottom:14px;
	font-size:18px;
	color:#7d9800;
}
h3{
	margin:0;margin-bottom:14px;
	font-size:15px;}
h4{
	margin:0;margin-bottom:14px;
	font-size:14px;}
h5{
	margin:0;margin-bottom:14px;
	font-size:14px;}
h6{
	margin:0;margin-bottom:14px;
	font-size:14px;
	color:#7d9800}

#header,
.top,
.banner,
.flashbanner,
.logoholder,
#extra,
#left,
#navigation,
#footer,
.breadcrumbs,
.contentbg
{display:none;}
