/* Designed by Nicholas Rossis, 2006 */

/* Normal Text definitions */


P,TD,LI	{color: #000040;
	font-family: "arial", "helvetica", "verdana", "sans-serif";
	font-size: 10pt;
	size: 10pt;}

BODY {color: "#000040";
	font-family: "arial", "helvetica", "verdana", "sans-serif";
	font-size: 10pt;
	size: 10pt;
     background-image: url(images/bkg.jpg);
     background: url(images/bkg.jpg);
     background-attachment: scroll;
     background-position: top right;
     background-repeat: no-repeat;}

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";
	position: relative; top: 15px; left :-200px;	
	font-size: 16pt; size: 16pt; letter-spacing:1.5;
	text-align: center;
	color: #332B74}

H3	{font-family: "arial", "helvetica", "sans-serif";
	font-weight: bold;
	font-size: 14pt;
	size: 14pt;
	text-align: center;
	letter-spacing: 2pt;
	color: #163D8C;}

H4	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 11pt;
	color: #FFbb00}

H5	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 10pt;
	color: #404040}


/* Links (to outside domains) */

A:link		{color: #B33817;
	font-weight: bold;
	text-decoration: none;}

A:visited	{color: #AA371C;
	font-weight: bold;
	text-decoration: none}

A:active	{color: #dd0000;
	text-decoration: none}

A:hover	{color: #B33817;
	text-decoration: underline;}


/* "blue" (local) Links */

	A:link.blue 	{COLOR: #4D5D8E; font-weight: bold; TEXT-DECORATION: none;}
	A:visited.blue  {COLOR: #0438E2; font-weight: bold; TEXT-DECORATION: none;}
	A:hover.blue 	{COLOR: #B33817; TEXT-DECORATION: underline;}
	A:active.blue 	{color: #0438E2; TEXT-DECORATION: none;}


/* "bottom" (for bottom.inc and dark background) Links */

	A:link.bottom 	{COLOR: #ffffcc; font-weight: bold; TEXT-DECORATION: none;}
	A:visited.bottom  {COLOR: #ffffcc; font-weight: bold; TEXT-DECORATION: none;}
	A:hover.bottom 	{COLOR: #f8d40c; TEXT-DECORATION: underline;}
	A:active.bottom {color: #ffffcc; TEXT-DECORATION: none;}


/* Scrollbars */


.{
     scrollbar-3d-light-color: #ffffff;
     scrollbar-arrow-color: #ffffcc;
     scrollbar-base-color: #ffffff;
     scrollbar-dark-shadow-color: #ffffff;
     scrollbar-face-color: #92C5F6;
     scrollbar-highlight-color: #ffffff;
     scrollbar-shadow-color: #cfcfcf;
}

