<!--

div {
/*	border: 1px solid;*/
}

body {
	margin:0;
	background-color:#ffffff;
	color:#000000;
	font-size: 12px;
	font-family: arial;
}

a {
	font-weight: bold;
}

a:link {
	color: #222222;
}

a:visited {
	color:#222222;
}

a:active {
	color:#ff0000;
}

a:hover {
	color:#666666;
}


td {
	font-size: 12px;
	color:#000000;
}

.menu {
	font-size: 12px;
	text-decoration: none;
}

.title {
	color:#000066;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
}

.error {
	font-size:11px;
	color:red;
}

.heading {
	color:#000066;
	font-weight:bold;
}

.copy {
	text-align:right;
	font-size:9px;
	font-family: verdana;
	color:#999999;
}

.left_row {
	position: relative; 
	width: 150px;
	float: left;
	text-align: right;
	padding: 2px;
	color: #666666;
}

.right_row {
	position: relative; 
	float: left;
	text-align: left;
	padding: 2px;
}



.login_title_row_top {
	background-color: #cccccc;
	border: 1px solid;
	position: relative; 
	float: left;
	text-align: left;
	padding: 2px;
	width: 296px;
}


.level_title_row_top {
	background-color: #cccccc;
	border: 1px solid;
	position: relative; 
	float: left;
	text-align: left;
	padding: 2px;
	width: 150px;
}


.time_title_row_top, .score_title_row_top {
	background-color: #cccccc;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	position: relative; 
	float: left;
	text-align: left;
	padding: 2px;
	width: 100px;
}


.login_title_row_bottom {
	background-color: #cccccc;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	position: relative; 
	float: left;
	text-align: left;
	padding: 2px;
	width: 296px;
}


.level_title_row_bottom {
	background-color: #cccccc;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	position: relative; 
	float: left;
	text-align: left;
	padding: 2px;
	width: 150px;
}


.time_title_row_bottom, .score_title_row_bottom {
	background-color: #cccccc;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	position: relative; 
	float: left;
	text-align: left;
	padding: 2px;
	width: 100px;
}


.login_row {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	position: relative; 
	float: left;
	text-align: left;
	padding: 2px;
	width: 296px;
}


.level_row {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	position: relative; 
	float: left;
	text-align: left;
	padding: 2px;
	width: 150px;
}


.time_row, .score_row {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	position: relative; 
	float: left;
	text-align: left;
	padding: 2px;
	width: 100px;
}

#1col {
	background-color: #ccccff;
}

#2col {
	background-color: #bbbbee;
}


-->