body 				{
						background-color: #000000;
						font-family: arial;
						font-size: 12pt;
						font-weight: normal;
						color: #000000;
					}

#pagecontent		{
						position: absolute;
						top: 5px; 
						left: 50%; 
						margin-left: -350px; 
						width: 700px; 
   						background-color: #ffffff;
					}
						
#heading			{
						position: relative;
						background-color: #000000;
						background-image: url('images/header1.png'); 
						background-repeat: no-repeat;
						background-attachment: scroll;
						background-position: 0px 0px;
						width: 700px;
						height: 155px;
					}
					
#heading1			{
						position: absolute;
						top: 134px;
						left: 0px;
						width: 700x;
						font-size: 12pt;
						font-weight: bold;
						text-align: left;
					}	
					
.title		{
   						float: left;
   						width: 470px;
   						display: block;
   						font-size: 14pt;
   						font-weight: bold;
   						font-style: italic;
   						color: #ff0000;
   						text-align: left;
					}
					
.share		{
   						float: left;
   						width: 230px;
   						display: block;
   						font-size: 12pt;
   						font-weight: bold;
   						text-align:right;
					}

#topmenu			{
						position: relative;
						top: 0px;
						left: 5px;
						font-size: 12pt;
						font-weight: normal;
						width: 655px;
						padding-top: 5px;
						padding-bottom: 5px;
					}

#submenu			{
						position: relative;
						top: 0px;
						background-color: #c0c0c0;
						font-size: 10pt;
						font-weight: bold;
						width: 700px;
						padding-top: 3px;
						padding-bottom: 5px;
					}
					
.tmenuborder		{
						border-top: 3px double #ff0000;
						background-color: #c0c0c0;
						width: 700px;
						height: 3px;
					}					

.bmenuborder		{
						border-top: 3px double #ff0000;
						width: 700px;
						height: 3px;
					}					

#content			{
						position: relative;
						left: 0px;
						top: 5px;
						width: 700px;
					}					
					
#leftcol			{
						float: left; 
						left: 0px;
						top: 0px; 
						width: 30px;
					}
					
#rightcol			{
						float: right; 
						right: 30px; 
						top: 0px;
						width: 30px; 
					}

#text				{
						float: left;
						left: -640px;
						top: 0px;
						width: 640px;
						text-align: justify; 
					}

.clear				{
						clear: both;
					}

.fmenuborder		{
						border-bottom: 3px double #ff0000;
						width: 700px;
						height: 3px;
					}

#footermenu			{
						position: relative;
						top: 0px;
						font-size: 10pt;
						font-weight: bold;
						width: 700px;
						text-align: center;
						padding-top: 5px;
						padding-bottom: 5px;
					}
					
#website    		{
						position: relative; 
						left: 0px; 
						top: 0px; 
						font-size: 8pt;
						background-color: #000000;
						color: #ffffff;
						width: 700px;
						text-align: center; 
						padding-top: 5px;
						padding-bottom: 5px;
					}
					
a:link				{
						text-decoration: none;
						font-weight: bold;
						color: #000000;
					}

a:active			{
						text-decoration: none;
						font-weight: bold;
						color: #000000;
					}

a:visited			{
						text-decoration: none;
						font-weight: bold;
						color: #000000;
					}

a:hover 			{
						text-decoration: none;
						font-weight: bold;
						color: #ff0000;
					}

a.black:link		{
						text-decoration: none;
						font-weight: bold;
						color: #000000;
						padding: 2px;
					}

a.black:active		{
						text-decoration: none;
						font-weight: bold;
						color: #000000;
						padding: 2px;
					}

a.black:visited		{
						text-decoration: none;
						font-weight: bold;
						color: #000000;
						padding: 2px;
					}

a.black:hover		{
						text-decoration: none;
						font-weight: bold;
						background-color: #000000;
						color: #ffffff;
						padding: 2px;
					}

a.white:link		{
						text-decoration: none;
						font-weight: normal;
						color: #ffffff;
						padding: 2px;
					}

a.white:active		{
						text-decoration: none;
						font-weight: normal;
						color: #ffffff;
						padding: 2px;
					}

a.white:visited		{
						text-decoration: none;
						font-weight: normal;
						color: #ffffff;
						padding: 2px;
					}

a.white:hover		{
						text-decoration: none;
						font-weight: normal;
						color: #ff0000;
						padding: 2px;
					}

h1 					{
						text-align: center;
						font-size: 18pt;
						color: #ff0000;
					}
					
h2 					{
						text-align: center;
   						font-size: 12pt;
   						font-weight: bold;
   						text-align: center;
					}
					
p					{
						text-align: justify;
						font-size: 12pt;
						font-weight: normal;
					}	
					
.bio				{
						font-size: 10pt;
						font-weight: normal;
					}				
					
.picl				{
						float: left;
						margin-right: 25px;
						margin-bottom: 5px;
					}

.italic 			{
						font-style: italic;
					}
					
.normal 			{
						font-weight: normal;
					}
					
img					{	
						border: 0px;
					}					

.bold	 			{
						font-weight: bold;
					}

.whitetext			{
						color: #ffffff;
					}


.black 				{
						color: #000000;
					}

.white 				{
						color: #ffffff;
					}


.red 				{
						color: #ff0000;
					}

.list 				{
						font-size: 12pt;
						font-weight: normal;
						color: #000000;
					}

.center 			{
						text-align: center;
					}

.right 				{
						text-align: right;
					}

.left 				{
						text-align: left;
					}
					
.center				{
						text-align: center;
					}					

.justify 			{
						text-align: justify;
					}
					
.textpadding			{
						padding: 10px; 
					}

.tpadding			{
						padding-top: 5px; 
					}

.bpadding			{
						padding-bottom: 5px; 
					}

.lpadding			{
						padding-left: 5px; 
					}

.rpadding			{
						padding-right: 5px; 
					}
					
.allpadding			{
						padding: 5px; 
					}

.tborder			{
						border-top:1px solid #000000; 
					}

.bborder			{
						border-bottom:1px solid #000000; 
					}

.lborder			{
						border-left:1px solid #000000; 
					}

.rborder			{
						border-right:1px solid #000000; 
					}

.allborder			{
						border:1px solid #000000; 
					}
					
.dtborder			{
						border-top: 3px double #ff0000;
					}

.dbborder			{
						border-bottom: 3px double #ff0000;
					}
					
ol 					{
  						margin-right: 10px;
  						color: #ff0000;
  						font-weight: bold;
  					} 

li 					{
  						color: #ff0000;
  					} 
					
.col				{
						font-size: 12pt;
   						font-weight: bold;
						text-align: center;
					}
					
.label				{
						font-size: 12pt;
   						font-weight: bold;
						text-align: left;
					}

.input				{
						font-size: 10pt;
					}
					
.player				{
						height: 22px;
					}

.formcol75			{
   						float: left;
   						width: 75px;
   						display: block;
					}

.formcol100			{
   						float: left;
   						width: 100px;
   						display: block;
					}
					
.formcol110			{
   						float: left;
   						width: 110px;
   						display: block;
					}

.formcol150			{
   						float: left;
   						width: 150px;
   						display: block;
					}
					
.formcol190			{
   						float: left;
   						width: 190px;
   						display: block;
					}

.formcol200			{
   						float: left;
   						width: 200px;
   						display: block;
					}

.formcol225			{
   						float: left;
   						width: 225px;
   						display: block;
					}
					
.formcol300			{
   						float: left;
   						width: 300px;
   						display: block;
					}

.formcol310			{
   						float: left;
   						width: 310px;
   						display: block;
					}

.formcol350			{
   						float: left;
   						width: 350px;
   						display: block;
					}

.formcol400			{
   						float: left;
   						width: 400px;
   						display: block;
					}
		
.formcol440			{
   						float: left;
   						width: 440px;
   						display: block;
					}

.formcol475			{
   						float: left;
   						width: 475px;
   						display: block;
					}

.formcol600			{
   						float: left;
   						width: 600px;
   						display: block;
					}

.formcol640			{
   						float: left;
   						width: 640px;
   						display: block;
					}

.formcol900			{
   						float: left;
   						width: 900px;
   						display: block;
					}

.inputform			{
   						float: left;
   						width: 600px;
   						display: block;
   						font-size: 12pt;
						text-align: justify;
   						font-weight: normal;
					}

.error				{
						font-size: 8pt;
						font-weight: bold;
						color: #ff0000;
					}
																
.data 				{
						font-family: arial; 
						font-size: 10pt;
						font-weight: bold;
						border:1px solid #000000; 
						background-color: #ffffff;
						color: #000000;
						padding: 3px;
						text-align: left;
					}
					
.captcha			{
						font-family: arial; 
						font-size: 10pt;
						font-weight: bold;
						border:1px solid #ffffff; 
						background-color: #ffffff;
						color: #ffffff;
						padding: 3px;
						text-align: left;
					}
				
					
.button 			{
						font-family: arial; 
						width: 150px;
						height: 25px;
						font-weight: bold; 
						font-size: 10pt; 
						font-weight: bold;
						color: #000000; 
						border:1px solid #000000; 
						text-align:center;
						padding: 2px;
						background-color: #ffffff;
					}