@charset "utf-8";
/* CSS Document */

/* Menu styling for side navigation starts */

.menunav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	white-space: normal;
	left: 40px;
	line-height: 12x;
	position: relative;
	text-decoration: none;
}
a.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFfff;
	text-align: left;
	white-space: normal;
	position: relative;
	text-decoration: none;
	font-style: normal;
	line-height: 12x;
	font-variant: normal;
}
a:hover.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #65CC35;
	text-align: left;
	white-space: normal;
	position: relative;
	text-decoration: none;
	font-style: normal;
	line-height: 12x;
	font-variant: normal;
}

/* Menu styling for side navigation ends */

/* Body styling starts */

.body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;	
}.body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;	
}
.subtitle {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
a.bold {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12pt;
	font-weight: bold;
	color: #65CC35;
	text-align: left;
	white-space: normal;
	position: relative;
	text-decoration: none;
	font-style: normal;
	line-height: 12pt;
	font-variant: normal;
}
a:hover.bold {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12pt;
	font-weight: bold;
	color: #65CC35;
	text-align: left;
	white-space: normal;
	position: relative;
	text-decoration: underline;
	font-style: normal;
	line-height: 12pt;
	font-variant: normal;
}