
.footer {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
color : #cccc99;
}

A:LINK, A:VISITED {
	font-family : Verdana;
	color : #333333;
	text-decoration : none;
	font-size : 12px;
	font-weight: bold;
}
A:HOVER {
	color : #666666;
	text-decoration : none;
	font-weight: bold;
}

A:LINK.green, A:VISITED.green {
	font-family : Verdana;
	color : #000000;
	text-decoration : underline;
	font-size : 12px;
	font-weight: bold;
}
A:HOVER.green {
	color : #000000;
	text-decoration : none;
	font-weight: bold;
}

A:LINK.small {
	color : #cccc99;
	text-decoration : none;
	font-size : 10px;
	font-weight: normal;
}

A:VISITED.small {
	color : #cccc99;
	text-decoration : none;
	font-size : 10px;
	font-weight: normal;
}

A:HOVER.small {
	color : #ffcc00;
	text-decoration : none;
	font-size : 10px;
	font-weight: normal;
}

.title {
	color :#000000;
	font-family : Verdana;
	font-weight: bold;
	font-size : 12px;
}

.main {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-align : justify;
}

.main-padd {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-align : justify;
	padding-left:10px; 
	padding-right:10px;
}

.mainnojustify {
font-family : Verdana;
font-size : 10px;
color : #000000;
}

.contact {
font-family : Verdana;
font-size : 12px;
color : #000000;
text-align : justify;
}

.bigred {
font-family : Arial, Tahoma, Helvetica, sans-serif;
font-size : 12px;
color : #ff0000;
font-weight: bold;
}