<style>
	h1
	{font-family:arial}
	
	span.blue{
		font-family:arial;
		color:#124085;
	}	

	span.blueBold{
		font-family:arial;
		color:#124085;
		font-weight:bold;
	}	
	
	span.titles {
		color:white;
		font-family:tahoma;
		font-size:7pt;
		font-weight:bold;
	}
	
	span.titlesYellow {
		color:yellow;
		font-family:tahoma;
		font-size:7pt;
		font-weight:bold;
	}

	span.yellowLink {text-decoration:none; color:yellow;font-family:arial;font-weight:bold}
	
	a:link {text-decoration:underline; color:#FFFFFF;size:10pt;}
	a:visited {text-decoration:underline; color:#FFFFFF;size:10pt;}
	a:active {text-decoration:underline; color:#FFFFFF;size:10pt;}
	a:hover {text-decoration:none; color:#FFFFFF;size:10pt;}
	
	a.buttonLinks:link {text-decoration:none; color:yellow;size:10pt;font-family:arial;font-weight:bold}
	a.buttonLinks:visited {text-decoration:none; color:yellow;size:10pt;font-family:arial;font-weight:bold}
	a.buttonLinks:active {text-decoration:none; color:yellow;size:10pt;font-family:arial;font-weight:bold}
	a.buttonLinks:hover {text-decoration:none; color:red;size:10pt;font-family:arial;font-weight:bold}

	a.footerLinks:link {text-decoration:none; color:#336699;size:9pt;}
	a.footerLinks:visited {text-decoration:none; color:#336699;size:9pt;}
	a.footerLinks:active {text-decoration:none; underline:#336699;size:9pt;}
	a.footerLinks:hover {text-decoration:none; color:#124085;size:9pt;}
	
	a.shopButton:link {text-decoration:none; color:white;size:9pt;font-weight:bold;}
	a.shopButton:visited {text-decoration:none; color:white;size:9pt;font-weight:bold;}
	a.shopButton:active {text-decoration:none; underline:white;size:9pt;font-weight:bold;}
	a.shopButton:hover {text-decoration:none; color:red;size:9pt;font-weight:bold;}
	
	a.shopButtonPressed:link {text-decoration:none; color:red;size:9pt;font-weight:bold;}
	a.shopButtonPressed:visited {text-decoration:none; color:red;size:9pt;font-weight:bold;}
	a.shopButtonPressed:active {text-decoration:none; underline:red;size:9pt;font-weight:bold;}
	a.shopButtonPressed:hover {text-decoration:none; color:red;size:9pt;font-weight:bold;}

	table{
		font-family: tahoma;
		font-size: 9pt;
		color:white;
		}
		
	td.menu_off{
		background-color:#061623;
	}
	
	td.menu_on{
		background-color:#052333;
	}
	
	#trackListDiv{
		overflow:auto;
		width:450px;
		height:150px;
		direction:rtl;
		scrollbar-face-color:#223842;
		scrollbar-base-color:#223842;
		scrollbar-arrow-color:#FFFFFF;
		scrollbar-shadow-color:#FFFFFF;
		scrollbar-darkshadow-color:#223842;		
		scrollbar-track-color:#223842;
		scrollbar-3dlight-color:#223842;
		scrollbar-highlight-color:#FFFFFF;
	}
	body {
		color:white;
		margin:0px;
		background-color:#0C1826;	
		font-family:tahoma;
		font-size:9pt;
	}
		textarea{scrollbar-base-color:#F0F8FF;font-family:arial;font-size:10pt;}
		textarea.forum{scrollbar-base-color:#DAE9CF;font-family:arial;font-size:8pt;color:#FFFFFF;background-color:#5F9143;}
		textarea.color{font-family:arial;font-size:10pt;background-color:white;color:#666666;border:1px solid #F65A13;}

		select.color{font-size:10pt;font-family:arial;background-color:white;color:#666666;border:1px solid #F65A13;}
		select.forum{font-size:8pt;font-family:arial;background-color:#5F9143;color:#FFFFFF;}
		select{font-size:10pt;font-family:arial}


		input{font-size:10pt;font-family:arial;}
		input.color{font-size:9pt;font-family:tahoma;background-color:white;color:#000000;cursor:hand;}
		input.buttons {font-size:10pt;font-family:verdana;font-weight:bold;color:white;background-color:#F65A13;border:1px solid #666666;}
		input.search{font-size:8pt;font-family:arial;background-color:#FFFFFF;border:0px;color:#F65A13;}

	.joinml_promo {
		float: left;
		width:100%;
		margin:0;
		padding:0;
	}
	
	.joinml_promo td.label {
		width:50px;;
		font-weight:bold;
	}
	
	.joinml_promo td.input {
		width:280px;
	}
	
	.joinml_promo td.input input.email, .joinml_promo td.input select {
		width:280px;
	}
	
	</style>
