/* Redefine generic classes */
body {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #A1A1A1;
	
	font-family: arial, verdana, arial, sans-serif;
	font-size: 16px;
	line-height: 21px;

}

.smalltext {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}

/* Basic Links */
a:link {
	text-decoration: none;
	border-bottom: 1px #837E6F dotted;
	color: #888686;
}
a:visited {
	text-decoration: none;
	border-bottom: 1px #837E6F dotted;
	color: #888686;
}
a:active {
	text-decoration: none;
	border-bottom: 1px #837E6F dotted;
	color: #EC2222;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px #837E6F dotted;
	color: #EC2222;
}
img { /* No borders on image links */ 
	border: 0;
	text-decoration: none;
}
