@charset "iso-8859-1";

BODY {background: white}

/* LINK ATTRIBUTES*/

a:link		{ color: #3333FF; text-decoration: none }

a:visited	{ color: #3333FF; text-decoration: none }

a:active	{ color: #3333FF; text-decoration: none }

a:hover		{ color: #FF6600; text-decoration: none }

 /* FONT ATTRIBUTES AND CLASSES */

TABLE		{ COLOR: #333333; FONT: 12px verdana, arial, sans-serif; font-weight: normal }

H1 			{ COLOR: #006600; FONT: 18px verdana, arial, sans-serif; font-weight: bold; margin-bottom: 0em}

H2 			{ COLOR: #006600; FONT: 14px verdana, arial, sans-serif; font-weight: bold; margin-bottom: 0em}

p 			{COLOR: #333333; FONT: 12px verdana, arial, sans-serif; font-weight: normal; margin-bottom: 20px; margin-top: 5px}

.title 		{COLOR: #006600; FONT: 14px verdana, arial, sans-serif; font-weight: bold}

.subtitle 	{ COLOR: #006600; FONT: 14px verdana, arial, sans-serif; font-weight: bold}

.emphasis	{ COLOR: #006600; FONT: 14px verdana, arial, sans-serif; font-weight: bold }

.medium		{COLOR: #333333; FONT: 11px verdana, arial, sans-serif; font-weight: normal}

.small		{COLOR: #333333; FONT: 9px verdana, arial, sans-serif; font-weight: normal}

/* FORMAT CLASSES */

.right		{text-align: right}

.line 		{color: #005000}

ul {list-style: url("images/bullet.gif")}

.shadebox	{ background-image: url("images/shadebox.gif");
			text-align: left;
			BORDER: #005000 1px solid}
			
.tblborder	{BORDER: #333333 1px solid}

.tblgrn {background: #ABFDA9}

			
/* Button Code */

.button-popups  { background-image: url("images/button.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: verdana, arial, helvetica, sans;
		color: #006600;
		font-size: 8pt;
		height: 20px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #006600 1px solid }

.buttonon-popups { background-image: url("images/buttonon.gif");
		background-color:#F0F0F0;
		FONT-FAMILY: verdana, arial, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 20px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }