
BODY {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
		font-size: 9pt;
		color:black;
		background: white;
}

TD {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 9pt;
}

.h1 {
		font-size: 10pt;
		font-weight: bold;
}

.h2 {
		color: blue;
		font-size: 9pt;
		font-weight: bold;
}

.h3 {
		color: blue;
		font-size: 9pt;
}

.menu {
		font-size: 9pt;
}

A {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
		font-size: 9pt;
		color:blue;
		text-decoration: none;
}

A:hover	{
	color: red;
}	

LI {
	list-style-image: url(images/blue_arrow.gif);
}

.small {
	font-size: 7pt;
}

.footer {
	color: #a9a9a9;
	font-size: 7pt;
}

.highlight {
	color: red;
}

.contacts {
	font-size:8pt;
}

