html{
	height: 100%;
}

body{ 	
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	margin: 0px;
	height: 100%;
}

body, td, p, a{ 	
	font-size:11px; 
	color:#ffffff;
}

a:hover{
	color:#bfbfbf;
}

.clError{
	color:#ff0000;
}

.clInputText{
	border: solid 1px #000000;	
}

.nav{
	font-size: 11px;
	letter-spacing : 14px;
	text-decoration: none;
	color: #787878;
}
.nav:hover{
	color: #bfbfbf;
}

.navOn{
	font-size: 11px;
	letter-spacing : 14px;
	text-decoration: none;
	color: #bfbfbf;
}

.phead{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.button,.button:link,.button:hover,.button:visited,.button:active{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

