/* CSS Document */

a{
	color: black;
	text-decoration: underline;
}
.top-bg {
	background-image: url(images/top-bg.gif);
	background-repeat:repeat-x;
	}
.login-bg {
	background-image:url(images/login-bg.gif);
	background-repeat:no-repeat;
	height:111px;
	padding:5px;
	}
.top-green {
	background-image:url(images/top-green-bg.gif);
	background-repeat:repeat-x;
	}
.left-bg {
	background-image:url(images/left-bg.gif);
	background-repeat:repeat-y;
	}
.right-bg {
	background-image:url(images/right-bg.gif);
	background-repeat:repeat-y;
	}
.green-bg {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	}
.bottom-bg {
	background-image:url(images/bottom-bg.gif);
	background-repeat:repeat-x;
	}
.green-side-bg {
	background-image:url(images/green-bg.gif);
	background-repeat:no-repeat;
	}
.address-bg {
	background-image: url(images/address-bg.gif);
	background-repeat:no-repeat;
	height:245px;
	}
.fade-green {
	background-image:url(images/green-fade-bg.gif);
	background-repeat:no-repeat;
	width:450px;
	height:409px;
	
	}
.border {
	border:thin;
	border-color:#99ADC2;
	border-style:solid;
	border-width:1px;
	}
.text10-black {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.text13-black {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}

.text14-black {
	font-family: Arial;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.text12-black {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.text11-black {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.text18-white {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
}

.text14-white {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	
}

.text18-green {
	color: #1F3B08;
	font-weight: bold;
}
.style1 {font-family: Arial; font-size: 12px; color: #000000; font-weight: bold; }
.text14-blue {
	font-family: Arial;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}
.news-title {
	font-size: 16px;
	color: #FF9900;
	font-family: Arial;
	font-weight: bold;
}
.link {color: #FF9900}
.footer-text {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

a.white{
color: #FFFFFF;
}
/* Padding */
.padding-top7 {
	padding-top:7px;
	}
.padding-10 {
	padding:10px;
	}
.form-length-120 {
	width:120px;
	padding-left:5px;
	}
.padding-left10{
	padding-left:10px;
	padding-bottom:5px;
	padding-right:5px;
	}
.padding-top60 {
	padding-top:60px;
	}
.padding-left-right10 {
	padding-left:10;
	padding-right:10px;
	
	}
	
	
.newsticker {
	list-style-type: none;
	/*border: 1px dashed #fff;*/
	/*background: #FFF;*/
	padding: 3px;
	margin: 0;
}
.padding-between {
	line-height: 20px;
}

.black-link a{
	text-decoration: none;
	color: black;
}

.black-link a:hover{
	text-decoration: underline;
	color: red;
}

.news-ticker {
	font-size: 11px;
}