
*
{
	margin:				0;
	padding:			0;
}

BODY, TD, INPUT, TEXTAREA
{
	font-family:		Tahoma;
	font-size:			12px;
/*	line-height:		14px;   */
/*	color:				#707070;	*/
	vertical-align:		top;
}

A
{
	color:				#D52D00;
}

A:hover
{
	text-decoration:	none;
}

A IMG
{
	border:				0;
}

/*STRONG, B
{
	color:				#3A403C;
}
*/
.clear
{
	clear:				both;
}

.auto
{
	width:				auto;
	height:				auto;
}

INPUT, SUBMIT
{
	vertical-align:		middle;
}

TABLE
{ 
	border:				0px;
	border-collapse:	collapse;
	width:				100%;
	height:				100%;
}

OL
{
	padding-left:		20px;
}

UL
{
	list-style:			none;
}

UL LI
{
	background:			url(images/marker.gif) no-repeat 0 7px;
	padding-left:		17px;
	line-height:		18px;
	font-weight:		bold;
}

UL LI A
{
	background:			url(images/link_dot.gif) left bottom repeat-x;
	line-height:		18px;
	font-weight:		bold;
	text-decoration:	none;
}

UL LI A:hover
{
	color:				#000000;
}

HR
{
	color:				transparent;
	margin:				21px 0 30px 0;
	height:				1px;
	border-top:			1px dotted black;
	border-right:		none;
	border-left:		none;
	border-bottom:		none;
} 

.indent A
{
	background:			url(images/link_dot.gif) left bottom repeat-x;
	font-weight:		bold;
	text-decoration:	none;
}

.indent A:hover
{
	color:				#000000;
}

H2, H3
{
	margin-bottom:		1em;
	margin-top:			1em;
}

H1 { font-weight: bold; font-size: 14pt; }
H2 { font-weight: bold; font-size: 12pt; text-decoration: underline; }
H3 { font-weight: bold; font-size: 11pt; margin-top: 20px; }

