* {
		margin: 0;
		padding: 0;
		
		}


html {
	font-size: 100%;
		}

body {
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 62.5%;
		}

h1 {
	color: #CCCCCC;
}
h2 {
	color: #CCCCCC;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
		
		
#layer1 {
	background: #cccccc;
	width: 800px;
	height:1000px;
	left: 50%;
	position: absolute;
	top: 0px;
	margin-left:-400px;
	margin-top: 0px;
	z-index: 1;
	
		}

#menu {
	font-size: 1.2em;
	width: 700px;
	height:30px;
	position: absolute;
	top: 80px;
	left: 100px;
	z-index: 3;
		}
		
#name1 {
	font-size: 2.4em;
	color: #FFFFFF;
	width: 200px;
	height:22px;
	position: absolute;
	top: 22px;
	left: 580px;
	z-index: 2;
	}
		
form {
	width:180px;
	margin:10px auto 6px 10px;
}
label {
	display:block;
	font-weight:bold;
}
textarea {
	width:400px;
	height:;
}
.textInput {
	width:250px;
}
.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-left: 50px;
}
.clearIt {
	clear: both;
}
.warning {
	font-weight: bold;
	color: #F00;
}

table {
		border-collapse: collapse;
		padding: 20px;
		}
		
th, td {
		border: 1px solid #c9c9c9;
		font-size: 1.1em;
		padding: 1px 4px;
		}
		
caption {
		font-weight: bold;
		font-size: 1.3em;
		text-transform: uppercase;
		padding: 0 0 5px;
		}		
		
th {
		background:;
		text-align: left;
		}
		
tfoot {
		background-color: #dddddd;
		color: #555555;
		}
		
tfoot td {
		font-size: 1.0em;
		text-align: center;
		}
		
tbody tr.alt td {
		background: #e7edf6;
		}
		
tbody tr:hover td, tbody tr.over td {
		background: #CC9999;
		color: #ffffff;
		}
		
tbody td {
		border-top: 0;
		border-bottom: 0;
		}		
		


		
