body {
	background-color: #c8c8c8;
}

.FormLeft { 
  background: url("images/trialregarea1.gif");
  background-repeat: no-repeat;
  background-position: center;
  font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 14px; 
}

.FormRight { 
  background: url("images/trialregarea2.gif");
  background-repeat: no-repeat;
  background-position: center;
  font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 14px; 
}

.FormEmpty { 
  background: url("images/trialregarea.gif");
  background-repeat: no-repeat;
  background-position: center;
  font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 14px; 
}

h1 {
	font-size: 20px;
	text-transform: uppercase;
/*	margin:0;
	padding:0;*/
}

h2 {
	font-size: 16px;
/*	text-transform: uppercase;
	margin:0;
	padding:0;*/
}

.MainText {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 14px; }

.style5 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
	text-decoration:underline;
}

/*----- TopButtons -----*/
.TopButtons {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.TopButtons:link {
	text-decoration:none;
}
.TopButtons:visited {
	text-decoration:none;
}
.TopButtons:hover {
	text-decoration:underline;
}
.TopButtons:active {
	text-decoration:underline;
}

/*----- footer -----*/
.footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7da7bf;
}

.footerlink {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7da7bf;
}
.footerlink:link {
	color: #7da7bf;
	text-decoration:none;
}
.footerlink:visited {
	color: #7da7bf;
	text-decoration:none;
}
.footerlink:hover {
	color: #7da7bf;
	text-decoration:underline;
}
.footerlink:active {
	color: #7da7bf;
	text-decoration:underline;
}


.LevelRowTime {font-family: Arial, Helvetica, sans-serif; color: #c8c8c8; font-size: 14px; }

.LevelRowName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.LevelRowName:link {
	color: #FFFFFF;
	text-decoration:none;
}
.LevelRowName:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.LevelRowName:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.LevelRowName:active {
	color: #FFFFFF;
	text-decoration:underline;
}

