body {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight : normal;
	background-color: #ffffff;
	background-image: url(../images/assets/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
}
/*-----------------------Basic Font Styles-----------------------*/	

/* Fonts */
.bodyFont {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
}

.blackFont {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

.title{
	font-family: Verdana, Tahoma;
	font-size: 18px;
	line-height: normal;
	font-weight : bold;
	padding-top: 6px;
	color: #ffffff;
}

.subTitle{
	font-family: Verdana, Tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight : bold;
	color: #ffffff;
}

/* Links */
A:link, A:visited {
	text-decoration: underline; 
	color: #fff200;
}


A:active, A:hover {
	text-decoration: underline; 
	color: #cccccc;
}

/* Sub Nav */
.subNav {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #295a7b;
}

a.subNav:link, a.subNav:visited {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #295a7b;	
	text-decoration: none;
}

a.subNav:hover, a.subNav:active {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	color: #fff200;
	text-decoration: none; 
}

.sideNav {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #295a7b;
}

a.sideNav:link, a.sideNav:visited {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #000000;	
	text-decoration: none;
}

a.sideNav:hover, a.sideNav:active {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #295a7b;
	text-decoration: none; 
}