/* Designed by Nicholas Rossis, 2005 */

/* Normal Text definitions */

BODY {background-image: url(images/bkg.jpg);
     background: url(images/bkg.jpg);
     background-attachment: scroll;
     background-repeat: no-repeat;
     background-position: top right;
	color: #ffffff;
	font-family: "arial", "helvetica", "verdana", "sans-serif";
	font-size: 10pt;
	size: 10pt;}

BODY.popup {background-image: url(images/bkgPopup.jpg);
     background: url(images/bkgPopup.jpg);
     background-attachment: scroll;
     background-repeat: no-repeat;
     background-position: top right;
	color: #ffffff;
	font-family: "arial", "helvetica", "verdana", "sans-serif";
	font-size: 10pt;
	size: 10pt;}

P,TD,LI	{color: #000040;
	font-family: "arial", "helvetica", "verdana", "sans-serif";
	font-size: 10pt;
	size: 10pt;}

TD.title1	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";	
	font-size: 11pt;
	letter-spacing: 4 px;
	text-align: center;
	color: #ffffff}

TD.title2	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";	
	font-size: 12pt;
	letter-spacing: 4 px;
	text-align: center;
	color: #ffffff}


/* Headings */

H1	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";	
	font-size: 11pt;
	letter-spacing: 4 px;
	text-align: center;
	color: #ffffff}

H2	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";	
	font-size: 12pt;
	letter-spacing: 4 px;
	text-align: center;
	color: #ffffff}

H3	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 11pt;
	letter-spacing: 2 px;
	text-align: center;
	color: #5273ad}

H4	{font-weight: bold;
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 11pt;
	letter-spacing: 2 px;
	text-align: center;
	color: #606060}


/* Links */

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" (on dark blue background) Links */

A:link.blue 	{COLOR: #ffffff; font-weight: bold; TEXT-DECORATION: none; font-size: 9 pt; size: 9 pt;}
A:visited.blue {COLOR: #ffffcc; font-weight: bold; TEXT-DECORATION: none; font-size: 9 pt; size: 9 pt;}
A:hover.blue 	{COLOR: #ff4040; font-weight: bold; TEXT-DECORATION: none; font-size: 9 pt; size: 9 pt;}
A:active.blue 	{font-weight: bold; TEXT-DECORATION: underline; font-size: 9 pt; size: 9 pt;}


/* Scrollbars */

.{
     scrollbar-3d-light-color: #ffffff;
     scrollbar-arrow-color: #ffffcc;
     scrollbar-base-color: #ccccff;
     scrollbar-dark-shadow-color: #aaaaff;
     scrollbar-face-color: #aaaacc;
     scrollbar-highlight-color: #ffffff;
     scrollbar-shadow-color: #4040aa;
}