.topbar {
	background-image: url(images/slope.jpg);
	background-repeat: no-repeat;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.bodytextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
}
.bodytextblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #111111;

}	
.bodyfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}


.bodysmalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: a4d46f;
}
.greenline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64B60A;
}
.orangeline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f75807;
}
.greenlinedotted {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #64B60A;
	border-right-color: #64B60A;
	border-bottom-color: #64B60A;
	border-left-color: #64B60A;
}

.smalllinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #F75807;
	text-decoration: none;
}
.bodylinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F75807;
	text-decoration: none;
}
.tableborder {
	border: 1px solid #CCCCCC;
}
.leftdotted {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.applybtnback {
	background-attachment: fixed;
	background-image: url(images/applybtnback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
