/* Code by Nicholas Rossis, 2008 */

/* Normal Text definitions */


P,TD,LI	{color: #000040;
	font-family: "Times", "Times New Roman", "Garamond", "serif";
	font-size: 12pt;
	size: 12pt;}

BODY {	font-family: "Times", "Times New Roman", "Garamond", "serif";
	font-size: 12pt;
	size: 12pt;}

div.justify {text-align: justify;}

/* Headings */

div.title	{font-weight: bold;
	font-family: "Garamond", "Times", "Times New Roman", "serif";
	letter-spacing: 1.5 pt;
	font-size: 14pt;
	position: relative; left: 17px;
	color: #ffffff}

H1	{font-weight: bold;
	font-family: "Garamond", "Times", "Times New Roman", "serif";	
	font-size: 18pt;
	color: #000000}

H2	{font-weight: bold;
	font-family: "Garamond", "Times", "Times New Roman", "serif";
	letter-spacing: 1.5 pt;
	font-size: 14pt;
	color: #002a90}

H3	{font-weight: bold;
	font-family: "Garamond", "Times", "Times New Roman", "serif";
	font-size: 12pt;
	letter-spacing: 1.5 pt;
	text-align="center";
	color: #FFbb00}

H4	{font-weight: bold;
	font-family: "Garamond", "Times", "Times New Roman", "serif";
	font-size: 11pt;
	color: #FFbb00}

H5	{font-weight: bold;
	font-family: "Garamond", "Times", "Times New Roman", "serif";
	font-size: 11pt;
	color: #404040}


/* Links */

A:link	{color: #0000c0;
	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: #dd0000;
	text-decoration: underline;}


/* Links */

A.white:link	{color: #ffb24c;
	font-weight: bold;
	text-decoration: none;}

A.white:visited	{color: #ffb24c;
	font-weight: bold;
	text-decoration: none}

A.white:active	{color: #dd0000;
	text-decoration: none}

A.white:hover	{color: #dd0000;
	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: #c0c0ff;
     scrollbar-highlight-color: #ffffff;
     scrollbar-shadow-color: #cfcfcf;
}

