@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.mainheading {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #313857;
	font-weight: bold;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
}

.white {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000;
	letter-spacing: 1px;
}

.m:link {
	color: #333;
	text-decoration: none;
}
.m:visited {
	text-decoration: none;
	color: #333;
}
.m:hover {
	text-decoration: underline;
	color: #666;
}
.m:active {
	text-decoration: none;
	color: #333;
}
.department-show {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
	letter-spacing: 1px;
}

