body{
	background: url(images/newback-back.jpg);
	background-repeat: repeat;
	text-align: center;
	background-color: 5590cc;
	margin: 25px;
}
ul {
	/*list-style-images: url(../images/ring.gif);*/
	list-style-type: disc;
	list-style-position: outside;
}


ol.decimal {list-style-type: decimal; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ol.lroman {list-style-type: lower-roman; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ol.uroman {list-style-type: upper-roman; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ol.lalpha {list-style-type: lower-alpha; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ol.ualpha {list-style-type: upper-alpha; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ul.disc {list-style-type: disc; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ul.circle {list-style-type: circle; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ul.square {list-style-type: square; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}
ul.none {list-style-type: none; list-style-position: outside; font-family: verdana, sans-serif; font-weight: bold; font-size: 13px; line-height: 125%; text-align: left; color: #666;}

table {
	text-align:left;
	/* aaron this is an IE hack that will left justify your text because IE centers everything*/
}





a  {
	color: #97ca3e;
	font-family: verdana, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	font-style: none;
	font-size: 10px;
	line-height: 120%;
}
a:hover{
	color: #000;
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-style: none;
	font-size: 10px;
	line-height: 120%;
}




.smblue-roll a {
	color: #558fcb;
	font-family: verdana, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	font-style: none;
	font-size: 10px;
}
.smblue-roll a:hover {
	color: #000;
	font-family: verdana, sans-serif;
	text-decoration: normal;
	font-weight: normal;
	font-style: none;
	font-size: 10px;
}




.text-smgreen {
	color: #97ca3e;
	font-family: verdana, sans-serif;
	text-decoration: normal;
	font-weight: none;
	font-style: none;
	font-size: 10px;
}
.text-smblue {
	color: #558fcb;
	font-family: verdana, sans-serif;
	text-decoration: normal;
	font-weight: none;
	font-style: none;
	font-size: 10px;
}
.text {
	color: #000;
	font-family: verdana, sans-serif;
	text-decoration: normal;
	font-weight: normal;
	font-style: none;
	font-size: 10px;
	line-height: 120%;
}






.head-green {
	font-family: gill sans, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: none;
	color: #97ca3e;
}
.head-blue {
	font-family: gill sans, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: none;
	color: #558fcb;
}
.head-black {
	font-family: gill sans, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: none;
	color: #000;
}