body.homepage 		
			{
					Font-family : Arial, Sans-Serif;
					background-color: #FFFFCC;
					background-image: URL(../images/background.gif);
					background-repeat: no-repeat;
					background-position: top;
					scrollbar-base-color:#000099;
			}
			
body.pages 		
			{
					Font-family : Arial, Sans-Serif;
					background-color: #FFFFCC;
					background-image: URL(../images/background2.gif);
					background-repeat: no-repeat;
					background-position: top;
					scrollbar-base-color:#000099;
			}			
			
table
			{
					font-family: Arial, Sans-Serif;
					font-size: 8pt;
    				Padding: 25px;
					Spacing: 1px;
					width: 700px;
			}

h2			
			{
					font-style: italic;
					font-size: 14pt;
					font-family: arial, sans-serif;
					color: #6666CC;
			}
			
h3
			{
					position: relative;
					top: -1px;
					left: 5px;
					font: 10pt impact, arial, sans-serif;
					color: #3300CC;
					margin-left:0px;
					z-index: 1;
			}	
						
td.narrow			
			{
 					width: 100px;
					padding-left: 35px;
					padding-top: 20px;
			}		
			
			
td.right			
			{
 					width: 100px;
					padding-left: 120px;
					padding-bottom: 20px;
			}		

td.wide			
			{
 					Text-align : justify;
					Vertical-align: text-top;
					width: 500px;
					padding: 20px;
			}			
			
td.text			
			{
 					Text-align : justify;
					Vertical-align: text-top;
			}			
			

p			{
					font-family: Arial, Sans-Serif;
					font-size: 8pt;
					color: #000000;
			}
			
p.whitetext			{
					font-family: Arial, Sans-Serif;
					font-size: 10pt;
					color: #FFFFCC;
			}

			
a.nodecoration	{
							text-decoration: none;
							font-family: arial, sans-serif;
							font-size: 10pt;
							color:#FFFFCC;
						}
						
a.standard	{
							text-decoration: none;
							font-family: arial, sans-serif;
							font-size: 10pt;
							color:#990099;
						}						
						
a:hover				{
							font-family: arial, sans-serif;
							font-size: 10pt;
							color: #FFFFCC;
							background-color: #990099;
						}
