BODY, P, TD, DIV, OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

UL {
	list-style-type: square;
}

A {
	color: #2D55A5;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER  {
	color : #BE270D;
	text-decoration : underline;
}

.SMALL	{
	font-size: 10px;
}

.BOLDBLUE	{
	color : #2D55A5;
	font-weight : bold;
}

.BOLDBLACK	{
	color: #000000;
	font-weight: bold;
}

.SMALLBOLDBLACK	{
	color: #000000;
	font-weight: bold;
	font-size: 9px;
}

H1 {
	color: #2D55A5;
	font-size: 24px;
	border-bottom: 1px solid #2D55A5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom : -10px;
	padding-bottom: 4px;
}

H2 {
	color : #2D55A5;
	font-size : 16px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom : -6px;
}

H3 {
	color: #2D55A5;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -12px;
}

H4 {
	color: #2D55A5;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -12px;
}

H6 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : Black;
	font-size : 10px;
}