body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #333;
	background-color: #FFF;
	}

a {
	text-decoration: none;
	color:  #f60;
	outline: none;
	}
a:visited {
	color:  #f60;
	}
a:active {
	color:  #000;
	}
a:hover {
	color: #f60;
	text-decoration: none;
	}

A.mat:link { color: #444444; font-weight: normal; text-decoration: none; }
A.mat:active { color: #444444; font-weight: normal; text-decoration: none; }
A.mat:visited { color: #444444; font-weight: normal; text-decoration: none; }
A.mat:hover { color: #660066; font-weight: bold;  text-decoration: underline;  background-color: #cccccc;}

.tiny {
	font-size: 9px;
	line-height: 11px;
	margin-top: 0px;
	margin-bottom: 0px; 
	}

.text {
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 0px; 
	}

.textdark { font-size: 10px; color: #000000}

.texttitles { font-size: 10px; text-decoration: none; color: #660066; font-weight: normal}

p {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; font-style: normal; font-weight: normal}

.head { font-size: 14px; text-decoration: none; color: #333333 }
.header { font-size: 14px; text-decoration: none; color: #333333 }
//same as head

.body { font-family: Verdana, Helvetica, Arial; font-size: 10px; text-decoration: none; color: #333333 }
//?

.textCopy { font-size: 9px; color: #333333}
//same as tiny

.textbottombar { font-size: 9px; color: #CCCCCC}

.textmainpage { font-size: 10px; text-decoration: none; color: #333333 ; text-align: right}
//redundant

#text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #333333; text-align: right;}
//?

.texthead { font-size: 10px; text-decoration: none; color: #FF6600}



