.banner_bg{
background:url(../images/banner_bg.jpg) repeat-x;
}

.border_left{
background:url(../images/side_left.jpg) left repeat-y;
}
.border_right{
background:url(../images/side_right.jpg) right repeat-y;
}
.bottom_bg{
background:url(../images/bottom_bg.jpg) repeat-x bottom;
}

.form{
height:15px;
background:#EEEEEE;
font-family:"Trebuchet MS", Arial;
font-size:12px;
color:#333333;
border:#000000 solid 1px;
}

.form2{
background:#EEEEEE;
font-family:"Trebuchet MS", Arial;
font-size:12px;
color:#333333;
border:#000000 solid 1px;
}

.border{
border:#3E3E3E solid 1px;
}

.button{
background-color:#CECECE; 
border:#000000 solid 2px; 
font-family:'Trebuchet MS', Arial;
}

.heading {
	color: #A2B856;
	font-weight: bold;
	font-size: 16px;
}

.text{
font-family:"Trebuchet MS", Arial;
font-size:14px;
color:#F3F3F3;
}

.links{
color:#A2B856;
font-size:11px;
font-family:"Trebuchet MS", Arial;
text-decoration:none;
}
.links:hover{
text-decoration:underline;
}

.loading{
background:url(../images/loading.jpg) center no-repeat;
}

a.text{
font-family:"Trebuchet MS", Arial;
font-size:14px;

text-decoration:none;
border-bottom: #999999 dashed 1px;
}

a.text:hover{
text-decoration:none;
border-bottom: #CCCCCC dashed 1px;
}