html, body				{height: 100%;
						}
							
body					{background-position: center top;
						background-image: url(../images/bg.jpg);
						background-repeat: no-repeat;
						background-color: #000000;
						margin: auto;
						padding: 0px;
						height: 100%;
						}

#frame					{text-align: left;
						width: 980px;
						margin: auto;
						z-index: 1;
						height: 100%;
						padding: 0px;
						}
						
#flash					{width: 980px;
						height: 261px;
						margin-left: 0px;
						margin-top: 0px;
						z-index: 3;
						}
						
.bodytext				{font-family: verdana, trebuchet ms, arial;
						font-size: 11px;
						color: #ffffff;
						}
						
.bodylink				{font-family: verdana, trebuchet ms, arial;
						font-size: 11px;
						color: #ffffff;
						text-decoration: underline;
						}
						
.bodylink:hover			{font-family: verdana, trebuchet ms, arial;
						font-size: 11px;
						color: #ffffff;
						text-decoration: none;
						}
						
.bodytext2				{font-family: verdana, trebuchet ms, arial;
						font-size: 12px;
						color: #efefef;
						}
						
.bodylink2				{font-family: verdana, trebuchet ms, arial;
						font-size: 12px;
						color: #efefef;
						text-decoration: none;
						}
						
.bodylink2:hover		{font-family: verdana, trebuchet ms, arial;
						font-size: 12px;
						color: #d5d5d5;
						text-decoration: none;
						}
						
.bodytext3				{font-family: verdana, trebuchet ms, arial;
						font-size: 11px;
						color: #363636;
						}
						
.bodylink3				{font-family: verdana, trebuchet ms, arial;
						font-size: 11px;
						color: #363636;
						text-decoration: none;
						}
						
.bodylink3:hover		{font-family: verdana, trebuchet ms, arial;
						font-size: 11px;
						color: #96614f;
						text-decoration: none;
						}
						
.bodytext4				{font-family: verdana, trebuchet ms, arial;
						font-size: 11px;
						color: #000000;
						}
						
.bodylink4				{font-family: verdana, trebuchet ms, arial;
						font-size: 11px;
						color: #000000;
						text-decoration: none;
						}
						
.bodylink4:hover		{font-family: verdana, trebuchet ms, arial;
						font-size: 11px;
						color: #84612d;
						text-decoration: none;
						}
						
.bodytext5				{font-family: verdana, trebuchet ms, arial;
						font-size: 11px;
						color: #fad7a3;
						}
						
.bodylink5				{font-family: verdana, trebuchet ms, arial;
						font-size: 11px;
						color: #fad7a3;
						text-decoration: none;
						}
						
.bodylink5:hover		{font-family: verdana, trebuchet ms, arial;
						font-size: 11px;
						color: #fad7a3;
						text-decoration: none;
						}		
						
.heading				{font-family: verdana, arial, trebuchet ms;
						font-size: 18px;
						color: #ffffff;
						}
						
table.fail					{border: #ea0b0b 1px solid;
							}
							
td.fail						{background-color: #ffb8b8;
							color: #ea0b0b;
							font-family: verdana, trebuchet ms, arial;
							font-size: 11px;
							}
							
table.success				{border: #1ba200 1px solid;
							}
							
td.success					{background-color: #bff7b4;
							color: #1ba200;
							font-family: verdana, trebuchet ms, arial;
							font-size: 11px;
							}