/*

Comments here:  

*/

<STYLE TYPE="text/css">
<!--
	

/*

Comments here:  These came from the file: styles_missing_exp.css 

*/

/* BODY {font-family:verdana,arial,sans-serif; text-decoration:none; COLOR:#000000}
*/

img {
	border: none;
	border-style: none;
}

a img {
	border: none;
	border-style: none;
}

A 	{ 
	color: #000000;
	text-decoration: underline; 
	border:none;
} 


a:link {
	color:#003300;
	text-decoration:underline;
	border:none;
}

a:visited {
	color:#003300;
	text-decoration:underline;
}

/*

From a website: http://www.morsa.com/css/base.css
From site: http://www.morsa.com/
by Jason Tselentis
Note the a:hover style, which calls for using a background that consists of an animated GIF file!
http://www.morsa.com/dash.gif

*/

a:hover {
	color:#003300;
	text-decoration:none;
	background-image: url("images/dash.gif"); 
	background-repeat: repeat-x; 
	background-position: 0 bottom
}

A:active {
	color:#003300;
	text-decoration:none;
}

.headertext {
	font-family:verdana,arial,sans-serif; 
	font-size:18px;
	font-weight: bold;
	line-height:1.5em;
	COLOR:#000000;
}

.headertextgreen {
	font-family:verdana,arial,sans-serif; 
	font-size:18px;
	font-weight: bold;
	line-height:1.5em;
	COLOR:#00CC00;
}

.smallheadertext {
	font-family:verdana,arial,sans-serif; 
	font-size:14px;
	font-weight: bold;
	line-height:1.5em;
	COLOR:#000000;
}

.bodytext {
	font-family:verdana,arial,sans-serif; 
	font-size:12px;
	font-weight: normal;
	line-height:1.5em;
	COLOR:#000000;
}

/*

the padding-left will indent the entire block.  You can also use padding-right 

*/

.bodytextindented {
	font-family:verdana,arial,sans-serif; 
	font-size:12px;
	font-weight: normal;
	line-height:1.5em;
	COLOR:#000000;
	padding-left: 20px;
}

.boldbodytext {
	font-family:verdana,arial,sans-serif; 
	font-size:12px;
	font-weight: bold;
	line-height:1.5em;
	COLOR:#000000;
}

.bodytextgreenbolditalic {
	font-family:verdana,arial,sans-serif; 
	font-size:12px;
	font-weight: bold;
	font-style:italic;
	line-height:1.5em;
	COLOR:#003300;
	
}

.littlebodytext {
	font-family:verdana,arial,sans-serif; 
	font-size:11px;
	font-weight: normal;
	line-height:1.5em;
	COLOR:#000000;
}

.littleboldbodytext {
	font-family:verdana,arial,sans-serif; 
	font-size:11px;
	font-weight: bold;
	line-height:1.5em;
	COLOR:#000000;
}

/*

the text-indent will indent only the first line 

*/

.littleindentedbodytext {
	font-family:verdana,arial,sans-serif; 
	font-size:11px;
	font-weight: normal;
	line-height:1.5em;
	COLOR:#000000;
	text-indent: 20px
}

.littleblockindentedbodytext {
	font-family:verdana,arial,sans-serif; 
	font-size:11px;
	font-weight: normal;
	line-height:1.5em;
	COLOR:#000000;
	padding-left: 20px;
}

.tinybodytext {
	font-family:verdana,arial,sans-serif; 
	font-size:10px;
	font-weight: normal;
	line-height:1.5em;
	COLOR:#000000;
}

-->
</STYLE>