.subtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.callSUBheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BA9509;
}

.bgadmi {
	background-image: url(images/bg_admi.gif);
	background-repeat: no-repeat;
	background-position: 30px 20px;
	background-attachment: fixed;
}
.mainTable {
	background-color: #967807;
}
.innerTable {
	background-color: #FFF;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ba9509;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #0054A6;
}
a:visited {
	text-decoration: none;
	color: #0054A6;
}
a:hover {
	text-decoration: underline;
}
