

/* below are the basic or default link styles for the web.  
this is the style a link will be if you do not select a particular style 
from this style sheet.  

Notice link styles have four elements: link, visited, hover, active 
these elements are explained below. */
 
/* unvisited link */

a:link {
	color:#6593D2;
	font-size: .8em;
}    

/* visited link */
a:visited {
	color:#990099;
	font-size: .8em;
} 

/* mouse over link */
a:hover {
	color:#009900;
	font-size: .8em;
}   

/* selected link */
a:active {
	color:#0000FF;
	font-size: .8em;
} 

/* The Bottom Navigation link styles are below */

/* unvisited link */
a.bottomnav:link {
	color:#B870AB;
}

/* visited link */
a.bottomnav:visited {
	color:#E98972;
}

/* mouse over link */
a.bottomnav:hover {
	color:#C5CC4F;
} 

/* selected link */
a.bottomnav:active {
	color:#0000FF;
}

/* below is a text style for the link set above
this helps to maintain consistency throughout the site 
for a professional and clean look. */
.bottomnav-text {

	font-family: tahoma;
	font-size: .9em;
	color: #CD9BC4;
	text-decoration: none;
}


/* The copyright link styles are below */

/* unvisited link */
a.copyright:link {
	color:#OOOOFF;
}

/* visited link */
a.copyright:visited {
	color:#E98972;
}

/* mouse over link */
a.copyright:hover {
	color:#C5CC4F;
} 

/* selected link */
a.copyright:active {
	color:#0000FF;
}

/* below is a text style for the link set above
this helps to maintain consistency throughout the site 
for a professional and clean look. */

.copyright-text {
	font-family: "Monotype Corsiva", Tahoma, Verdana, sans-serif;
	font-size: .8em;
	color: #FFF;
	text-decoration: none;
}


.text {font-family: Tahoma, Arial;}
input {font-family: Tahoma, Arial;}
select {font-family: Tahoma, Arial;}
textarea {font-family: Tahoma, Arial;}

.style1 {color: #003333; font-size: 18px;}
.style2 {color: #000000; font-family: "Monotype Corsiva"; font-weight: bold; font-size: 24px;}
.style3 {color: #0033FF; font-weight: bold;}
.style4 {color: #999999; font-weight: bold;}
.style5 {color: #333333}
.style6 {color: #666666; }

.style11 {font-size: 12px; color: #0000FF;}
.style12 {font-size: 36px; color: #0000FF;}
.style14 {color: #FFFFFF}
.style15 {color: #0000FF; font-weight: bold; font-size: 14px;}


.style17  {font-family: "Monotype Corsiva"; color: #003366; font-size: 12px; }
.style17b {font-family: "Monotype Corsiva"; color: #003366; font-weight: bold; font-size: 12px; }
.style17s {font-family: "Monotype Corsiva"; color: #003366; font-weight: bold; font-size: 14px; }
.style17m {font-family: "Monotype Corsiva"; color: #003366; font-weight: bold; font-size: 16px; }
.style17L  {font-family: "Monotype Corsiva"; color: #003366; font-size: 24px; }
.style17LB {font-family: "Monotype Corsiva"; color: #003366; font-weight: bold; font-size: 24px; }
.style16 {font-family: "Monotype Corsiva"; color: #003366; font-size: 24px; font-weight: bold; }
.style9 {font-family: "Monotype Corsiva"; color: #003366; font-size: 24px;}


.style18  {font-family: "Monotype Corsiva"; color: #FFFFFF; font-size: 12px; }
.style18b {font-family: "Monotype Corsiva"; color: #FFFFFF; font-weight: bold; font-size: 12px; }
.style18s {font-family: "Monotype Corsiva"; color: #FFFFFF; font-weight: bold; font-size: 14px; }
.style18m {font-family: "Monotype Corsiva"; color: #FFFFFF; font-weight: bold; font-size: 16px; }
.style18L {font-family: "Monotype Corsiva"; color: #FFFFFF; font-weight: bold; font-size: 20px; }
.style18EL {font-family: "Monotype Corsiva"; color: #FFFFFF; font-weight: bold; font-size: 24px; }

.style33 {color: #666666;  font-size: 12px;}
.style33b {color: #666666; font-weight: bold; font-size: 12px;}
.style33s {color: #666666; font-weight: bold; font-size: 14px;}
.style33m {color: #666666; font-weight: bold; font-size: 16px;}
.style33L {color: #666666; font-weight: bold; font-size: 20px;}

.style35 {color: #3366CC;  font-size: 12px;}
.style35b {color: #3366CC; font-weight: bold; font-size: 12px;}
.style35s {color: #3366CC; font-weight: bold; font-size: 14px;}
.style35m {color: #3366CC; font-weight: bold; font-size: 16px;}
.style35L {color: #3366CC; font-weight: bold; font-size: 20px;}

.style37 {color: #0000FF;  font-size: 12px;}
.style37b {color: #0000FF; font-weight: bold; font-size: 12px;}
.style37s {color: #0000FF; font-weight: bold; font-size: 14px;}
.style37m {color: #0000FF; font-weight: bold; font-size: 16px;}
.style37L {color: #0000FF; font-weight: bold; font-size: 20px;}

.snow  {color: #FFFFFF; font-size: 12px; }
.snowb {color: #FFFFFF; font-weight: bold; font-size: 12px; }b
.snows {color: #FFFFFF; font-weight: bold; font-size: 14px; }
.snowm {color: #FFFFFF; font-weight: bold; font-size: 16px; }
.snowL {color: #FFFFFF; font-weight: bold; font-size: 20px; }

