	body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	}

/* This class for body text in black*/

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	}

/* This class for body text in black bold*/

.bodybold {
	font-weight: bold;
	font-size: 12px;
	}

/* This class for body text in white*/

.bodywhite {
	color: #FFFFFF;
	}
	
/* This class for blu headings*/

.bluhd {
	font-size: 16px;
	line-height:  18px;
	color: #0099FF;
	font-weight: bold;
}

/* This class for large blue headings*/

.lgbluehd {
	font-size: 28px;
	color: #0099FF;
	font-weight: bold;
	line-height: 30px;
}

/* This class for blu medium headings*/

.blumdhd {
	font-size: 13px;
	line-height:  16px;
	color: #0099FF;
	font-weight: bold;
}

/* This class for green headings*/

.greenhd {
	font-size: 16px;
	line-height:  18px;
	color: #00b900;
	font-weight: bold;
}

/* This class for bold body text in white*/

.bodywhitebld {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 15px;
	}

/* This class for copyright text*/

.copyright {
	font-size: 10px;
	color: #0166b1;
	line-height: 12px;
	}
	
/* This class for blue body text*/

.blubody {
	color: #0099FF;
	}

/* This class for green body text*/

.grnbody {
	color: #00b900;
	}
	
/*whitesmlink(used mostly in footer) */

a.whitesmlink:link, a.whitesmlink:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}	

a.whitesmlink:hover {
	font-size: 11px;
	color: #0099ff;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*whitexsmlink(used for copyright line) */

a.whitexsmlink:link, a.whitexsmlink:visited {
	font-size: 10px;
	color: #0166b1;
	text-decoration: underline;
}

	a.whitexsmlink:hover {
	font-size: 10px;
	color: #0166b1;
	text-decoration: none;
}
	
/*white bold side column nav links*/

a.whitelink:link, a.whitelink:visited {
	color: #FFFFFF;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}	
	
a.whitelink:hover {
	color: #0099ff;
	line-height: 15px;
	font-weight: bold;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*greenlink body links*/

a.greenlink:link, a.greenlink:visited {
	font-size: 12px;
	color: #00b900;
	text-decoration: underline;
}

a.greenlink:hover {
	font-size: 12px;
	color: #ffffff;
	background-color: #00b900;
	text-decoration: none;
}

/*blulink body links*/


a.blulink:link, a.blulink:visited {
	font-size: 12px;
	color: #0099FF;
	text-decoration: underline;
}
a.blulink:hover {
	font-size: 12px;
	color: #ffffff;
	background-color: #0099FF;
	text-decoration: none;
}

/*blumdlink body links*/
	
a.blumdlink:link, a.blumdlink:visited {
	font-size: 13px;
	line-height:  16px;
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}	

a.blumdlink:hover {
	font-size: 13px;
	line-height:  16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0099FF;
	text-decoration: none;
}

/*whitebodylink white body links*/

a.whitebodylink:link, a.whitebodylink:visited {
	color: #FFFFFF;
    text-decoration: underline;
}	

a.whitebodylink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*orangelink body links*/

a.orangelink:link, a.orangelink:visited {
	font-size: 12px;
	color: #FF6600;
    text-decoration: underline;
}	

a.orangelink:hover {
	font-size: 12px;
	color: #ffffff;
	background-color: #FF6600;
	text-decoration: none;
}

/* This class for blu heading links*/
	
a.bluhdlink:link, a.bluhdlink:visited {
	font-size: 16px;
	line-height:  18px;
	color: #0099FF;
	font-weight: bold;
    text-decoration: none;
}	

a.bluhdlink:hover {
	font-size: 16px;
	line-height:  18px;
	color: #ffffff;
	font-weight: bold;
	background-color: #0099FF;
	text-decoration: none;
}

/* This class for blu heading links*/

.bluborder {
	border: 1px, dashed #0099FF;
	}
	
.orangeborder {
	border: 1px, dashed #FF6600;
	}
	
.greenborder {
	border: 1px, dashed #00b900;
	}
/* -------- For Ordered Lists and Links ---------*/
.listlinktext{
	width: 200px;
	text-align: left;
	vertical-align: middle;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #000000;
	}
	
a.listlink:link, a.listlink:visited {
	width: 200px;
	text-align: left;
	vertical-align: middle;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00b900;
	line-height: 24px;
	text-decoration: underline;
	}
	
a.listlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00b900;
	line-height: 24px;
	text-decoration: none;
	}

/* ---------- IMAGES FLOATS -----------------*/

.left {
	float: left;
	margin: 6px 6px 6px 0px;
	border: 4px solid #FF6600;
	}

.right {
	float: right;
	margin: 6px 0px 6px 6px;
	border: 4px solid #FF6600;
	}