body {
	background-image: url(../images/bg.jpg);
	margin:0px;
}

.bgWhiteCell {
background-color:#ffffff;
}

.bgNavigation {
background-image:url(../images/bg_navigation.jpg);
}

.bgFooter {
background-image:url(../images/bg_footer.jpg);
}

.bgOrangeLines {
background-image:url(../images/bg_orange_lines.jpg);
}

.bgGreenLines {
background-image:url(../images/bg_green_lines.jpg);
}

.bgLightGrey {
background-color:#F3F3F3;
}


.navSeperator {
background-image:url(../images/nav_seperator.jpg);
}

.navText {
font-family:tahoma;
font-size:11px;
color:#4E4E4E;
font-weight:bold;
text-decoration:none;
}

.navText:hover {
font-family:tahoma;
font-size:11px;
color:#4E4E4E;
font-weight:bold;
text-decoration:underline;
}
.homeText {
font-family:tahoma;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.homeText:hover {
font-family:tahoma;
font-size:11px;
color:#4E4E4E;
font-weight:bold;
text-decoration:none;
}
.orangeHeading{
font-family:arial;
font-size:12px;
color:#FEA60B;
}
.GreenHeading{
font-family:arial;
font-size:12px;
color:#4C6315;
}
.normalText {
color:#4E4E4E;
font-family:tahoma;
font-size:11px;
}
.greenText {
color:#225802;
font-family:tahoma;
font-size:11px;
}
.whiteText {
color:#ffffff;
font-family:tahoma;
font-size:11px;
}

.footerLinks {
color:#5A5A5A;
font-family:tahoma;
font-size:11px;
text-decoration:none;
}
.footerLinks:hover {
color:#5A5A5A;
font-family:tahoma;
font-size:11px;
text-decoration:underline;
}

.copyrightText {
color:#B0B0B0;
font-family:tahoma;
font-size:11px;
}


.input {
font-family:tahoma;
font-size:11px;
color:#4E4E4E
}

/*ul{
list-style-image:url(../images/bullet.jpg);
}*/

.newsBullets {
list-style-image:url(../images/bullet.jpg);
font-family:tahoma;
font-size:11px;
color:#4E4E4E;
}
.button {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 90px;
	height: 21px;
	font-family: tahoma;
	font-size: 12px;
}
