/*	BODY STYLE	*/
body		{	margin-top: 0;
				margin-left: 0;
				font-family: Times New Roman;
				font-size: 12pt;
				background-image: url('images/background.jpg');
				
			}

/*	PARAGRAPH STYLES	*/
p			{	text-indent: 25;
				font-family: Times New Roman;
				font-size: 12pt;
				margin-left: 15;
				margin-right: 15
			}
p.norm		{	text-indent: 0;
				word-spacing: 0;
				text-align: left;
				line-height: 100%;
				margin: 0
			}
			
/*	LIST STYLES	*/
dt			{	font-weight: bold;
				margin-top: 10;
			}
li			{margin-bottom: 6;}


/*	TABLE AND TABLE ELEMENT STYLES	*/
td					{font-size: 12pt }
table.right			{	width: 120;
						margin-top: 15px;
					}
td.right			{
						font-family: Arial;
						font-size: 11pt;
						border: 1px solid #000000;
						text-align: center;
					}

/*	FORM STYLE	*/
.formStyle		{ font-size: 8pt }
input			{ font-size: 9pt}
select			{ font-size: 9pt}
input.money		{text-align: right}
input.moneyro	{text-align: right}

#a { position: absolute; top: 10px; left: 10px; visibility: visible }
#b { position: absolute; top: 10px; left: 10px; visibility: visible }
#c { position: absolute; top: 10px; left: 10px; visibility: visible }
#d { position: absolute; top: 10px; left: 10px; visibility: visible }
#e { position: absolute; top: 10px; left: 10px; visibility: visible }
#f { position: absolute; top: 10px; left: 10px; visibility: visible }
#g { position: absolute; top: 10px; left: 10px; visibility: visible }


/*	ANCHOR STYLES	*/
/*	THE DEFAULTS	*/
a:link			{	font-weight: bold; color: #0000FF; text-decoration: none;  }
a:visited		{	font-weight: bold; color: #C00000; text-decoration: none; }
a:active		{	font-weight: bold; color: #008000; text-decoration: none;  }
a:hover			{	font-weight: bold; color: #0000C0; text-decoration: underline;  }

/*	HEADER AND TEXT STYLES	*/
h1					{ font-size: 18pt; color: #0000FF }
h2					{ font-size: 16pt; color: #0000FF }
h3					{ font-size: 14pt; color: #0000FF }
h4					{ font-size: 12pt; color: #0000FF; font-style: italic; font-weight: bold }
h5					{ font-size: 12pt; color: #0000FF; font-weight: bold }
h6					{ font-size: 10pt; color: #0000FF; text-decoration: underline }
pre					{ font-size: 10pt; font-family: Courier }

/*	NAVIGATION ELEMENTS STYLES	*/
.banner				{
						font-size: 36pt;
						font-family: Tahoma ;
						color: #000000;
						font-variant: small-caps;
						margin-left: 10px
					}
td.navheader		{	border-top:1px solid #000000;
						border-left:1px solid #000000;
						border-right:1px solid #000000;
						text-align:center;
						font-family: Times New Roman;
						font-variant: small-caps;
						font-size: 10pt;
						color:#000000;
						background-color: #AFCC99
					}
td.navfooter		{	border-bottom: 1px solid #000000;
						border-left: 1px solid #000000;
						border-right: 1px solid #000000;
						text-align: center;
						font-family: Times New Roman;
						font-variant: small-caps;
						font-size: 10pt;
						color: #000000;
						background-color: #AFCC99
					}
td.navbody			{	border-left: 1px solid #000000;
						border-right: 1px solid #000000;
						margin-top: 2px;
						text-align: left;
						font-family: Arial;
						font-variant: none;
						font-size: 10pt;
						color: #000000;
						background-color: #AFCC99
					}
a.nav				{	border: 1px solid #000000;
						width: 90;
						text-align: center;
						color: #004000;
						background-color: #AFCC99;
						font-family: Arial;
						font-weight: normal;
						font-size: 9pt;
						text-decoration: none;
					}
a:visited.nav		{	color: #004000;
						font-weight: normal; }
a:active.nav    	{	border: 1px solid #000000;
						text-decoration: none; }
a:hover.nav 	    {	font-weight: normal;
						background-color:#004000;
						color:#AFCC99;
						text-decoration: none
					}
a:link.left			{	font-family: Arial;
						font-size: 9pt;
						font-weight: normal;
						color: #000000;
						width: 135px;
						margin: 1px 3px;
						padding: 1px 2px;
						border: 1px solid #AFCC99;
						text-decoration: none }
a:visited.left		{	font-family: Arial;
						font-size: 9pt;
						color: #000000;
						font-weight: normal;
						margin: 1px 3px;
						padding: 1px 2px;
						width: 135px;
						border: 1px solid #AFCC99;
						text-decoration: none }
a:active.left		{	text-decoration: none;
						margin: 1px 3px;
						padding: 1px 2px;
						width: 135px;
						font-weight: normal; }
a:hover.left		{	border: 1px solid #000000;
						font-weight: normal;
						margin: 1px 3px;
						padding: 1px 2px;
						background-color: #004000;
						color: #AFCC99;
						width: 135px;
						text-decoration: none }