/* Designed by Nicholas Rossis, 2008 */

/* Normal Text definitions */


P,TD,LI	{color: #404040;
	font-family: "arial", "helvetica", "verdana", "sans-serif";
	font-size: 10pt;
	size: 10pt;}

BODY {color: "#404040";
	font-family: "arial", "helvetica", "verdana", "sans-serif";
	font-size: 10pt;
	size: 10pt;
}

div.justify {text-align: justify;}


/* Headings */

H1	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";	
	font-size: 18pt;
	color: #000000}

H2	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";	
	font-size: 14pt;
	color: #000000}

H3	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 14pt;
	letter-spacing: -1pt;
	color: #800000}

H4	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 11pt;
	color: #800000}

H5	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 10pt;
	color: #404040}


/* Links */

A:link	{color: #404000;
	font-weight: bold;
	text-decoration: none;}

A:visited	{color: #000080;
	font-weight: bold;
	text-decoration: none}

A:active	{color: #dd0000;
	text-decoration: none}

A:hover	{color: #800000;
	text-decoration: underline;}


/* Scrollbars */

.{
     scrollbar-3d-light-color: #ffffff;
     scrollbar-arrow-color: #ffffcc;
     scrollbar-base-color: #ffffff;
     scrollbar-dark-shadow-color: #ffffff;
     scrollbar-face-color: #404040;
     scrollbar-highlight-color: #ffffff;
     scrollbar-shadow-color: #cfcfcf;
}


