
/* CUSTOM CLASSES */
.small-grey {
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.small-grey-foot {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}

.small_text {
	font-size:12px;
}

.top_menu{
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

/* TAG REDEFINITIONS */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	color:#333;
}

h1{
color:#000;
margin-bottom:10px;
font-size:16px;
font-weight:normal;

}

h4 {
color:#333333;
margin-bottom:-10px;
font-size:12px;	
}

a {
color:#039;
text-decoration: none;
}

a:hover{
color:#333333;
text-decoration: none;
}

a:visited{
	color: #999;
	text-decoration: none;
}

p, ul, li, td {
	font-size:12px;
}


