/* echodyne css4PCs */


/* GENERIC FONT DEFAULTS */

h1, h2, h3, h4, h5, td, th, blockquote, ul, ol, li, P, div, span, sup, sub
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #666666; 
}

/* Echodyne Lite Header */
.EchodyneLiteHeader {font-size: 9pt; color: #000080; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* HTML Comments */
.HTMLComments {font-size: 8pt; color: #008000; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* Code Example */
.CodeExample {font-size: 8pt; color: #0000FF; font-family: Verdana, Arial, Helvetica, sans-serif;}


/* LINKS */
A:link, A:visited, A:active
{
    color: #666666;
    text-decoration: underline;
}

A:hover
{
    text-decoration: underline;
}


/* END css4PCs */