These are styles which apply to the structure of the page and certain texts 


.ucls {
	background-color: #CAD9F0;
	background-image:  url("images/bground_blu.gif");
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;}
.header_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3B6D9C;
	text-decoration: none;}
.blue_textBld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #3B6D9C;
	text-decoration: none;}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	padding: 5px;}
.blue_table {
	background-color: #E6EDF7;}
.header_textpadded {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3B6D9C;
	text-decoration: none;
	padding: 5px;}
.reg_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3B6D9C;
	text-decoration: none;
	padding: 5px;
	text-align: left;}
.quote_text {font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3B6D9C;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	text-align: right;}
.blu_border {background-color: #679AC9; border-left: 1px solid #679AC9;}
.blue_border_btm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #679AC9;
	background-color: #679AC9;}
	
a:tags are used for links.  
To create various colors of links on the same page,  
one uses a css stylesheet 



a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
}

.cslBasic {font-family: Verdana, Arial, Helvetica, sans-serif; color: #679AC9; font-size: 12px; font-weight: bold;}
.cslBasicM {font-family: Verdana, Arial, Helvetica, sans-serif; color: #679AC9; font-size: 14px; font-weight: bold;}
.cslBasicL {font-family: Verdana, Arial, Helvetica, sans-serif; color: #679AC9; font-size: 16px; font-weight: bold;}

.rsiBasic {font-family: Verdana, Arial, Helvetica, sans-serif; color: #88B3DA; font-size: 12px; font-weight: bold;}
.rsiBasicM {font-family: Verdana, Arial, Helvetica, sans-serif; color: #88B3DA; font-size: 14px; font-weight: bold;}
.rsiBasicL {font-family: Verdana, Arial, Helvetica, sans-serif; color: #88B3DA; font-size: 16px; font-weight: bold;}

.crsBasic {font-family: Verdana, Arial, Helvetica, sans-serif; color: #852792; font-size: 12px; font-weight: bold;}
.crsBasicM {font-family: Verdana, Arial, Helvetica, sans-serif; color: #852792; font-size: 14px; font-weight: bold;}
.crsBasicL {font-family: Verdana, Arial, Helvetica, sans-serif; color: #852792; font-size: 16px; font-weight: bold;}

.text14bold {
	font-family: "Franklin Gothic Book";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3B6D9C;
}
.text14 {
	font-family: "Franklin Gothic Book";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3B6D9C;
}
.text16 {
	font-family: "Franklin Gothic Book";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3B6D9C;
	text-decoration: none;
}
.textheader16 {
	font-family: "Franklin Gothic Book";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3B6D9C;
	text-decoration: none;
}
.textheader18 {
	font-family: "Franklin Gothic Book";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3B6D9C;
	text-decoration: none;
}
.textheader24 {
	font-family: "Franklin Gothic Book";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3B6D9C;
	text-decoration: none;
}
.text16blink {
	font-family: "Franklin Gothic Book";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3B6D9C;
	text-decoration: blink;
}
