/* ------------- FONT STYLE ----------------  */

.SerifMd1		{
				font-family: times, serif;
				font-size: 18px;
				}

.SerifSm1		{
				font-family: times, serif;
				font-size: 14px;
				}
.SerifSmB1		{
				font-family: times, serif;
				font-size: 14px;
				font-weight: bold;
				}
.SerifSmB		{
				font-family: times, serif;
				font-size: 14px;
				font-weight: bold;
				text-indent: 25px;
				}



.SansMd1		{
				font-family: helvetica, arial, sans-serif;
				font-size: 16px;
				}


.SansSm1		{
				font-family: helvetica, arial, sans-serif;
				font-size: 10px;
				}
.SansSm2		{
				font-family: helvetica, arial, sans-serif;
				font-size: 12px;
				}
.FormSm1		{
				font-family: verdana,helvetica, arial, sans-serif;
				font-size: 12px;
				}				
.NavLink1		{
				font-family: verdana,helvetica, arial, sans-serif;
				font-size: 10px;
				font-weight: 800;
				color: #ffffff;
				}

/* ------------- FONT COLORS ----------------  */

.Dk1			{
				color: #000000;
				}
.Dk2			{
				color: #336666;
				}
				
.Lt1			{
				color: #ffffff;
				}
.Lt2			{
				color: #99cccc;
				}				
/* ------------- LINK TYPES ---------------- */

A:link			{
				text-decoration: underline;
				}
A:visited		{
				text-decoration: none;
				}
A:active		{
				text-decoration: underline;
				}
.FormSm1		{
				font-family: verdana,helvetica, arial, sans-serif;
				font-size: 12px;
				color: #336666;
				background-color: 99cccc;
				}	
