html,body {
	font-size:100%;
	color:#000000;
	font-family:"Trebuchet MS",Helvetica,"Sans Serif";
	}
	
a:link,a:active {
	color:#cccccc;
	text-decoration:underline;
	font-weight:normal;
	}
	
a:visited {
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
	}
	
a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
	}
	
/* form styles */
/*/////////////////////////////////////////*/
	
input,textarea,select {
	font-size:1em;
	font-family:Arial,Helvetica,"Sans Serif";
	}

label span {
	float:left;
	clear:left;
	width:100px;
	text-align:right;
	margin-right:10px;
	}
	
/* miscellaneous universal styles */
/*/////////////////////////////////////////*/

img {
	border:0px;
	}