.heading {  font-family: Verdana, MS Sans Serif, Geneva, Helvetica; font-weight: bold; font-size: 14px; color: #000000}
.blueheading {
	font-family: Verdana, MS Sans Serif, Geneva, Helvetica;
	font-weight: bold;
	font-size: 18px;
	color: rgb(0, 0, 164)
}
.darkblueheading{ font-family: Verdana, MS Sans Serif, Geneva, Helvetica;  font-weight: bold; font-size:14px; color:rgb(0, 0, 119)}
.greenheading{ font-family: Verdana, MS Sans Serif, Geneva, Helvetica;  font-weight: bold; font-size:14px; color:rgb(0,119, 59)}
.bigheading{ font-family: Verdana, MS Sans Serif, Geneva, Helvetica;  font-weight: bold; font-size:18px; color:rgb(0, 0, 119)}

.big_blue_print{font-family: Verdana, MS Sans Serif, Geneva, Helvetica;	 font-size: 14px; color: rgb(0, 0, 164)}
.body_text {  font-family: Verdana, MS Sans Serif, Geneva, Helvetica; font-size: 14px; color: #000000}
.body_text_small {  font-family: Arial, MS Sans Serif, Geneva, Helvetica; font-size: 12px; color: #000000}
.body_blue {  font-family: Verdana, MS Sans Serif, Geneva, Helvetica; font-size: 14px; color: rgb(0, 0, 164)}
.body_red {  font-family: Verdana, MS Sans Serif, Geneva, Helvetica; font-size: 14px; color: red}

.body_text_1more {  font-family: Verdana, MS Sans Serif, Geneva, Helvetica; font-size: 15px; color: #000000}
.body_text_white {  font-family: Arial, MS Sans Serif, Geneva, Helvetica; font-size: 12px; color: #FFFFFF}
.body_text_burgundy {  font-family: Arial, MS Sans Serif, Geneva, Helvetica; font-size: 12px; color: rgb(114, 0, 164)}
.body_text_green {  font-family: Arial, MS Sans Serif, Geneva, Helvetica; font-size: 12px; color: rgb(0,119, 59)}
.body_texttwo {  font-family: Arial, MS Sans Serif, Geneva, Helvetica; font-size: 10px; color: #000000}
.body_bold {  font-family: Verdana, MS Sans Serif, Geneva, Helvetica; font-weight: bold; font-size: 12px; color: #000000}
.print {  font-family: Batang; font-size: 12px; font-weight:bold color: #000000}
.print_large {  font-family: Batang; font-size: 18px; font-weight:bold; color: #000000}

.cursive {  font-family: Cursive; font-size: 12px; font-weight:bold color: #000000}
.cursive_large {  font-family: Cursive; font-size: 18px; font-weight:bold color: #000000}



.backgroundltblue{
	background-color: #CCFFFF;
}
.backgroundblue{background-color:rgb(213, 223, 255)}
.backgroundltblue{background-color:rgb(122,144,210)}
.backgroundwhite{background-color:#FFFFFF}
.backgroundwhite{background-color:#FFFFFF}
.dkbluebg{background-color:rgb(122, 122, 210)}

/*  links  */
a  {
 color: rgb(0,0,119);
 text-decoration: none;
}
a:hover {
 color: rgb(0,0,119);
 text-decoration: underline;
 }
a:visited { 
 color: rgb(152,0,164);
}

