.menu {
	background-attachment: fixed;
	background-image: url(images/green-menu.jpg);
	background-repeat: repeat-x;
}
.left-grey {
	background-image: url(images/left-grey.jpg);
	background-repeat: repeat-y;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
}

.news-bg {
	background-image: url(images/latest-news-bg.jpg);
	background-repeat: repeat-y;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.arts:link {
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.arts:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.arts:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration:underline;
}
a.arts:active {
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footer{font-family:Arial;
font-size:11px;
color:#FFFFFF;
}
.green-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #216B37;
	text-align: left;
	text-indent: 12px;
}
.red-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#990000;
	text-align: left;
	text-indent: 12px;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.scroll {
	overflow: scroll;
	position: static;
	z-index: auto;
	height: 100px;
	width: 180px;
}
a.footer:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

a.logout:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}
a.logout:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}
a.logout:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #339966;
	text-decoration: none;
}
a.logout:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}

a.download:link {
	color: #333333;
}
a.download:visited {
	color: #333333;
}
a.download:hover {
	color: #32A557;
}
a.download:active {
	color: #333333;
}

.tableborder
{
	border:1px solid #CCCCCC;
}