a						{		font-family: Arial;
								font-size: 9pt;
								color: #999999;
								text-decoration:none;
						}
a.admin					{		font-family: Arial;
								font-size: 9pt;
								color: red;
								text-decoration:none;
						}

a:hover					{		font-family: Arial;
								font-size: 9pt;
								color: white;
								text-decoration:none;
						}

.titlefont				{		font-family: Arial;
								font-size: 9pt;
								color: #999999;
								font-weight: bold;
						}
.mainfont				{		font-family: Arial;
								font-size: 9pt;
								color: #999999;
						}
.titlefontadmin			{		font-family: Arial;
								font-size: 9pt;
								color: white;
								font-weight: bold;
						}
.mainfontadmin			{		font-family: Arial;
								font-size: 9pt;
								color: white;
						}
.redfont				{		font-family: Arial;
								font-size: 9pt;
								color: red;
						}
.textinput				{		color: black;
								background: #999999;
								width: 250px;
								font-family: Arial;
								font-size: 9pt
						}
.textinputadmin			{		color: white;
								background: #999999;
								width: 250px;
								font-family: Arial;
								font-size: 9pt
						}
.textinput_page			{		color: black;
								background: #999999;
								width: 350px;
								font-family: Arial;
								font-size: 9pt
						}
.textinput_pageadmin	{		color: white;
								background: #999999;
								width: 350px;
								font-family: Arial;
								font-size: 9pt
						}
.smalltext				{		color: black;
								background: #999999;
								width: 100px;
								font-family: Arial;
								font-size: 9pt
						}
.smalltextadmin			{		color: white;
								background: #999999;
								width: 100px;
								font-family: Arial;
								font-size: 9pt
						}
.textarea				{		color: black;
								background: #999999;
								width: 250px;
								height:200px;
								font-family: Arial;
								font-size: 9pt
						}
.textareaadmin			{		color: white;
								background: #999999;
								width: 250px;
								height:200px;
								font-family: Arial;
								font-size: 9pt
						}
.textarea_page			{		color: black;
								background: #999999;
								width: 350px;
								height:400px;
								font-family: Arial;
								font-size: 9pt
						}
.submit					{		color: black;
								background: #999999;
								width: 100px;
								font-family: Arial;
								font-size: 9pt;
								border: : 0;
						}
.myStyle				{		position: absolute;
								visibility: hidden;
								color:#999999;
								font-family:Arial;
								font-size:9pt;
						}
BODY					{		background:black;
								scrollbar-face-color: #999999;
								scrollbar-shadow-color: black;
								scrollbar-highlight-color: black;
								scrollbar-3dlight-color: black;
								scrollbar-darkshadow-color: black;
								scrollbar-track-color: black;
								scrollbar-arrow-color: black;
						}