
A:link {
	color: #0000FF;
	text-decoration: underline;
}

A:visited {
	color: #800080;
	text-decoration: underline;
}

A:active {
	color: #FF0000;
	text-decoration: underline;
}

A:hover {
	color: #FF0000;
	text-decoration: none;
}

A.dark:link {
	color: #0000FF;
	text-decoration: underline;
}

A.dark:visited {
	color: #800080;
	text-decoration: underline;
}

A.dark:active {
	color: #FF0000;
	text-decoration: none;
}

A.dark:hover {
	color: #FF0000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color: #9999FF; 
	width:80%; 
	height: 0px; 
}

	
TD.mincart {
	font-size: 12px;
	font-family : Times New Roman;
	background-color: #D3CFFE;
}

P.mincart {
	font-size: 10px;
	font-family : Times New Roman;
}