.text{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Navy;
	list-style : circle;
}

.bluetext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color :#0328C8;
	list-style : circle;
}

.medtext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : normal;
	color : Navy;
}

.crumbtext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : Navy;
}


.boldtext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : bolder;
	color: #0328C8;
	text-decoration:underline;
}

.headertext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
	color : Navy;
	

}

.border{
	border-top:solid #0033CC 1px;
	border-left:solid #0033CC 1px;
	border-right:solid #0033CC 1px;
	border-bottom:solid #0033cc 1px;
}

.on {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0328C8;
	text-decoration:underline;
}
	
.off {
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: normal;
	color: Navy;
	text-decoration:underline;
}  

.white {
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration:underline;
}

.blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: normal;
	color: #0328C8;
}	




