/* -------------------------------- */
/* STANDARD HTML TAG DEFINITION     */
/* -------------------------------- */

	html { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size:14px; color: #5f8dd3;}
	a:link, a:visited { color:#0033CC; }
	a:hover{ color:#003366;}
	h1, h2, h3, h4, h5, h6,	form, input, text-area, p {border:0; padding:0; margin:0;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; }
	h1 { font-size:24px; color: #5f8dd3; font-weight: normal; }
	h2 { font-size:18px; color: #5f8dd3; font-weight: normal;}
	/* .... OTHERS NEED TO BE DEFINED HERE .... */

/* -------------------------------- */
/* LOGO                             */
/* -------------------------------- */
	.logotitle { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;  font-size: 28px; color: #FFF;}

/* -------------------------------- */
/* NAVMENU                          */
/* -------------------------------- */
	a.navlink:link, a.navlink:visited { font-size: 14px; line-height: 17px; font-weight: normal; color:#B9EFE4; text-decoration: none; display:inline; }
	a.navlink:hover { font-size: 14px; font-weight: normal;color:#008080; text-decoration: none; display:inline;}
	.colons { color: #9c8b93; display:inline;}
	

/* -------------------------------- */
/* HDRs                             */
/* -------------------------------- */
	.header1   { margin: 0; padding: 0; font-size: 28px; line-height: 32px; color: #241c1f; font-weight: normal; display: inline; }
	.header2   { margin: 0; padding: 0; font-size: 18px; line-height: 32px; color: #241c1f; font-weight: normal; display: inline; }

/* -------------------------------- */
/* PARAs                            */
/* -------------------------------- */
	.paragraph1   { margin: 0; padding: 0; font-size: 10px; line-height: 16px; color:#6c535d; font-weight: normal; text-align: justify; display: inline; }
	.paragraphc { margin: 0; padding: 0; font-size: 10px; line-height: 16px; color:#6c535d; font-weight: normal; text-align:center; display: inline; }
	a.paralink:link, a.paralink:visited { font-size: 12px; line-height: 16px; font-weight: normal; color:#03F; text-decoration: none; }
	a.paralink:hover{ font-size: 12px; font-weight: normal;color:#900; text-decoration: underline;}

	a.readmorelink:link, a.readmorelink:visited { font-size: 10px; line-height: 18px; font-weight: normal; color:#B9EFE4; text-decoration: none; }
	a.readmorelink:hover { font-size: 10px; font-weight: normal;color:#008080; text-decoration: none;}
	.address1   { margin: 0; padding: 0; font-size: 12px; line-height: 16px; color:#6c535d; font-weight: normal; text-align: justify; display: inline; }

/* -------------------------------- */
/* COMMENTS                         */
/* -------------------------------- */
	.comments { font-size: 10px; line-height: 18px; font-weight: normal; color:#B9EFE4; text-decoration: none; }

/* -------------------------------- */
/* FOOTER                           */
/* -------------------------------- */
	.footspan { font-size: 9px; line-height: 12px; font-weight: normal; color:#B9EFE4; text-decoration: none; }
		a.footlink:link, a.footlink:visited { font-size: 9px; line-height: 12px; font-weight: normal; color:#B9EFE4; text-decoration: none; }
		a.footlink:hover { font-size: 9px; font-weight: normal;color:#008080; text-decoration: underline;}
	.footercolons { color: #b9e7e4; display:inline;}

