
<!--
/* 2005 Time to Organize */

/* Default Links : Fonts */
a {
font-family: verdana,arial,helvetica, sans-serif;font-size: 12px;
}

/* Default Links: Aqua Text, Aqua Link, No Underline, Aqua Underline Hover */
a:visited {color: #0089A6;text-decoration: none;}
a:link {color: #0089A6;text-decoration: none;}
a:hover {color: #0089A6;text-decoration:underline;}
a:active {color:#0089A6;}

/* Footer Links: Cool Blue Text, Aqua Link, No Underline, Purple Underline Hover */
.linkFooter				{ color: #99CCCC;text-decoration: none; text-transform:lowercase;}
a.linkFooter			{ color: #0089A6;text-decoration: none;}
a.linkFooter:visited	{ color: #0089A6;text-decoration: none;}
a.linkFooter:hover		{ color: #7B70AA;text-decoration:underline;}

/* White Link: White Text, White Link, No Underline, White Underline Hover*/
.linkWhite				{ color: #FFFFFF;text-decoration: none; }
a.linkWhite			{ color: #FFFFFF;text-decoration: none;}
a.linkWhite:visited	{ color: #FFFFFF;text-decoration: none;}
a.linkWhite:hover		{ color: #FFFFFF;text-decoration:underline;}

/* Non White Link: Aqua Text, Purple Link, No Underline, Aqua Underline Hover*/
.linkPurple				{ color: #0089A6;text-decoration: none; }
a.linkPurple				{ color: #7B70AA;text-decoration: none;}
a.linkPurple:visited		{ color: #7B70AA;text-decoration: none;}
a.linkPurple:hover		{ color: #0089A6;text-decoration:underline;}

/* Non White Link: Purple Text, Aqua Link, No Underline, Purple Underline Hover*/
.linkAqua				{ color: #7B70AA;text-decoration: none; }
a.linkAqua			{ color: #0089A6;text-decoration: none;}
a.linkAqua:visited	{ color: #0089A6;text-decoration: none;}
a.linkAqua:hover		{ color: #7B70AA;text-decoration:underline;}

/* Headers 1-4 : font size */
h4 {font-size: 10px; font-weight: 600;}
h3 {font-size: 12px; font-weight: 600;}
h2 {font-size: 14px; font-weight: 700;}
h1 {font-size: 16px;font-weight: 800;}

/* Headers 1-4, paragraph, lists,  : fonts */
h1, h2, h3, h4, p, ol,ul, li {
font-family: verdana,arial,helvetica, sans-serif;
color: #FFFFFF;
}

/* Paragraph : black */
p {
font-size: 12px;
line-height:14px;
color: #000000;
}

/* Lists : aqua*/
ol,li,ul {
color: #0089A6;
font-size: 12px;
line-height:12px;
}

/* Body Atributes: Background color and Scrollbar */
body {background-color: #0089A6; margin:0; border:none;
	SCROLLBAR-FACE-COLOR: #99CCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #99CCCC; SCROLLBAR-SHADOW-COLOR: #7B70AA; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #0089A6; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #0089A6
}

body.bodyAqua {background-color: #0089A6; margin:0; border:none;
	SCROLLBAR-FACE-COLOR: #99CCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #99CCCC; SCROLLBAR-SHADOW-COLOR: #99CCCC; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #0089A6; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF
}

body.bodyCoolBlue {background-color: #99CCCC; margin:0; border:none;
	SCROLLBAR-FACE-COLOR: #0089A6;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; SCROLLBAR-SHADOW-COLOR: #7B70AA; 
	SCROLLBAR-3DLIGHT-COLOR: #0089A6; SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF
}

body.bodyPurple {background-color: #7B70AA; margin:0; border:none;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #99CCCC; SCROLLBAR-SHADOW-COLOR: #0089A6; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #0089A6; 
	SCROLLBAR-TRACK-COLOR: #99CCCC; SCROLLBAR-DARKSHADOW-COLOR: #99CCCC
}

body.bodyPurple2 {background-color: #7B70AA; margin:0; border:none;
	SCROLLBAR-FACE-COLOR: #99CCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #99CCCC; SCROLLBAR-SHADOW-COLOR: #7B70AA; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #0089A6; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #0089A6
}

/* Text Classes: White, Black, Purple, Aqua, and CoolBlue; Small, Medium, and Large */
.textWhite{font-family : Verdana, arial,helvetica, sans-serif;font-size: 14px;color : #FFFFFF;line-height:18px;}
.textAqua{font-family : Verdana, arial,helvetica,sans-serif;font-size: 14px;color : #0089A6;line-height:18px;}
.textPurple{font-family : Verdana, arial,helvetica,sans-serif;font-size: 14px;color : #7B70AA;line-height:18px;}
.textCoolBlue{font-family : Verdana,arial,helvetica, sans-serif;font-size: 14px;color : #99CCCC;line-height:18px;}
.textBlack{font-family : Verdana, arial,helvetica,sans-serif;font-size: 14px;color : #000000;line-height:18px;}

.textWhiteSm{font-family : Verdana, arial,helvetica,sans-serif;font-size: 12px;color : #FFFFFF;}
.textAquaSm{font-family : Verdana, arial,helvetica,sans-serif;font-size: 12px;color : #0089A6;}
.textPurpleSm{font-family : Verdana, arial,helvetica,sans-serif;font-size: 12px;color : #7B70AA;}
.textCoolBlueSm{font-family : Verdana, arial,helvetica, sans-serif;font-size: 12px;color : #99CCCC;}
.textBlackSm{font-family : Verdana, arial,helvetica,sans-serif;font-size: 12px;color : #000000;}

.textWhiteHdr{font-family : Verdana,arial,helvetica, sans-serif;font-size: 14px;color : #FFFFFF;font-weight:bold;}
.textAquaHdr{font-family : Verdana, arial,helvetica,sans-serif;font-size: 14px;color : #0089A6;font-weight:bold;}
.textPurpleHdr{font-family : Verdana, arial,helvetica,sans-serif;font-size: 14px;color : #7B70AA;font-weight:bold;}
.textCoolBlueHdr{font-family : Verdana, arial,helvetica,sans-serif;font-size: 14px;color : #99CCCC;font-weight:bold;}
.textBlackHdr{font-family : Verdana, arial,helvetica,sans-serif;font-size: 14px;color : #000000;font-weight:bold;}

-->