body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

.black { color: #000000; }

.pink  {
		color: #CC6699;
		font-weight: bold;
}

.thinpink  {
		color: #CC6699;
}

.white  {
		color: #ffffff;
}

.bold { font-weight: bold; }

td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

input, textarea, select {
	border: solid 1px #999999;
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

.box {
	border: 1px solid #cccccc;
	}

a:link { 
	color: #666666;

	}
	
a:visited { 
	color: #666666;
	}
	
a:hover { 
	color: #cc6699;
	text-decoration: none;
	}
	
a:active { 
	color: #666666;
	}
	
a.pinklink:link { 
	color: #cc6699;
	text-decoration: none;
	}
	
a.pinklink:visited { 
	color: #cc6699;
	text-decoration: none;
	}
	
a.pinklink:hover { 
	color: #666666;
	text-decoration: none;
	}
	
a.pinklink:active { 
	color: #cc6699;
	text-decoration: none;
	}


