body {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.headingtag {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.newstag {
	background-attachment: scroll;
	background-image: url(../images/news_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.newstagright {
	background-attachment: scroll;
	background-image: url(../images/news_right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

a.mainlink  {
	font-family: Tahoma;
	color: #5992AC;
	text-decoration: none;
}

a.mainlink:link  {
	font-family: Tahoma;
	color: #5992AC;
	text-decoration: none;
	border-top-color: #5992AC;
	border-right-color: #5992AC;
	border-bottom-color: #5992AC;
	border-left-color: #5992AC;
}

a.mainlink:visited  {
	font-family: Tahoma;
	color: #5992AC;
	text-decoration: none;
}

a.mainlink:hover {
	font-family: Tahoma;
	color: #51A984;
	text-decoration: underline;
}

.agentbutton {
	height: auto;
	width: 180px;
}

.padding {
	padding-top: 10px;
}


