/* Link to Design stylesheet DO NOT REMOVE */
@import url("crow-main.css");
body{
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 0 0;
padding: 0;
font-size: 84%;
background-color: #ffffff;
color: #444444;
}

body,p,blockquote,h2,h3,h4,ul,.external,ol {
	voice-family:"\"}\"";
/* Hack for IE5 */
	voice-family:inherit;
}

html>body {
/* To allow IE5 to see the following styles */
}

/* LIST STYLES */
li{
	margin:0 0 5px 0;
}
	
ul{
	list-style-type : disc;
	margin-left: 17px; 
	padding-left: 0;
}


/* USED FOR STANDARD LINKS */

a:link {
color: #0e2c8e;
background-color: transparent; 
text-decoration: none; 
} 
a:visited {
color: #8888bb;
background-color: transparent; 
text-decoration: none; 
} 
a:hover {
color: #ffffff;
background-color : #666699; 
text-decoration: none; 
}
a:active {
color: #ffffff;
background-color : #666699; 
text-decoration: none; 
} 

/* END Links */

