.style1 {font-size: 10px}

body {
	background-image: url(bg-grey.gif);
	text-alignment: left;
}

.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

A:link {
	color: #dc0517;
	text-decoration: none;
}

A:visited {
	color: #dc0517;
	text-decoration: none;
}

A:active {
	color: #FF6600;
	text-decoration: underline;
}

A:hover {
	color: #FF6600;
	text-decoration: underline;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:hover {
	color: #99CCFF;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Arial, Helvetica, Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: lighter;
	text-align: left;
	padding-right: 7px;
	padding-left: 7px;
}

