body {
	background-color: #f4f4f4;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	background-image:url(../basics/bg2.jpg);
}

input.ct {
	width:500px;
	background-color:#f4f4f4;
	color:#000000;
	border: solid 1pt #e0e0e0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal; 
}
textarea.ct {
	width:500px;
	background-color:#f4f4f4;
	color:#000000;
	border: solid 1pt #e0e0e0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal; 
}
input.ctsubmit {
	width:503px; 
	border: solid 1pt #e0e0e0;
	background-color:#f4f4f4; 
	font-family:verdana, arial, helvetica, sans-serif; 
	font-size:12px; 
	color:#000000;
	font-weight:600;
	cursor:pointer;
}

a.nav:link {
	color:#000000;
	text-decoration:none;
}
a.nav:visited {
	color:#000000;
	text-decoration:none;
}
a.nav:active {
	color:#000000;
	text-decoration:none;
}
a.nav:hover {
	color:#cc0000;
	text-decoration:none;
}

a.norm:link {
	color:#000000;
	text-decoration:underline;
}
a.norm:visited {
	color:#000000;
	text-decoration:underline;
}
a.norm:active {
	color:#000000;
	text-decoration:underline;
}
a.norm:hover {
	color:#cc0000;
	text-decoration:none;
}
