body{
	background-color:#494949;
	background-image:url(../images/g_bg.gif);
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px
}

.td_coloured {
	background-color:#9a8133;
}

.td_header {
	background-color:#494949;
	background-image:url(../images/g_bg_t.gif);
	background-repeat:repeat-x
}

.td_footer {
	background-color:#494949;
	background-image:url(../images/g_bg_b.gif);
	background-repeat:repeat-x
}

.td_right_side {
	background-color:#494949;
	background-image:url(../images/g_bg_r.gif);
	background-repeat:repeat-y;
}

.td_left_side {
	background-color:#494949;
	background-image:url(../images/g_bg_l.gif);
	background-repeat:repeat-y;
}

/* Body Text Styles */

.body_text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height:1.5em
}
a.body_text:link {
	color: #666666;
	text-decoration:none;
}
a.body_text:visited {
	text-decoration:none;
	color: #666666;
}
a.body_text:hover {
	text-decoration:underline;
	color: #9a8133;
}
a.body_text:active {
	text-decoration:none;
	color: #666666;
}


.body_text_Black {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

a.body_text_Black:link {
	color: #333333;
	text-decoration:none;
}
a.body_text_Black:visited {
	text-decoration:none;
	color: #333333;
}
a.body_text_Black:hover {
	text-decoration:underline;
	color: #9a8133;
}
a.body_text_Black:active {
	text-decoration:none;
	color: #333333;
}

/* Menu Text Styles */

.menu_text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:2.25em;
	display: block;
	background-color:#c4af70
}

a.menu_text:link {
	text-decoration:none;
	color: #FFFFFF
}
a.menu_text:visited {
	text-decoration:none;
	color: #FFFFFF
}
a.menu_text:hover {
	width: 100%;
	display: block;
	text-decoration:none;
	color: #FFFFFF;
	background-color:#9a8133	
}
a.menu_text:active {
	text-decoration:none;
	color: #FFFFFF
}

/* Title Text Styles */

.title_text {
	font-family: "Trebuchet MS", Arial, Helveticass;
	font-size: 22px;
	font-weight: normal;
	color: #83551a
}


/* Arrow Style */

.arrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}