.BodySmall
{
	font-family : helvetica, arial, sans-serif;
	color : #000000;
	font-size : 8px;
	line-height : 100%;
}

.BodyMiddle
{
	font-family : helvetica, arial, sans-serif;
	color : #000000;
	font-size : 11px;
	line-height : 100%;
	padding : 2px;
}

.Body
{
	font-family : helvetica, arial, sans-serif;
	color : #000000;
	line-height : 150%;
	padding : 5px;
}

.BodyXLarge
{
	font-family : helvetica, arial, sans-serif;
	color : #000000;
	font-size : 18px;
	line-height : 150%;
}

.BodyLarge
{
	font-family : helvetica, arial, sans-serif;
	color : #000000;
	font-size : 16px;
	line-height : 150%;
}

.BodyMed
{
	font-family : helvetica, arial, sans-serif;
	color : #000000;
	font-size : 14px;
	line-height : 150%;
}

.BodyLink
{
	font-family : helvetica, arial, sans-serif;
	font-size : 10px;
	line-height : 150%;
	padding : 5px;
}

.BodyTitle
{
	font-family : helvetica, arial, sans-serif;
	color : #000;
	font-size : 11px;
	line-height : 150%;
	font-weight : bold;
}

.ErrorMessage
{
	font-family : helvetica, arial, sans-serif;
	color : #BE301C;
	font-size : 10px;
	line-height : 150%;
	padding : 5px;
	font-weight : bold;
}

.Title
{
	font-family : helvetica, arial, sans-serif;
	color : #000;
	font-size : 11px;
	line-height : 150%;
	padding : 5px;
	font-weight : bold;
}

.FooterSmall
{
	font-family : helvetica, arial, sans-serif;
	color : #888888;
	font-size : 8px;
	line-height : 100%;
}

.Login
{
	font-family : helvetica, arial, sans-serif;
	color : #000000;
	font-size : 8px;
	line-height : 150%;
	padding : 5px;
	font-weight : bold;
}

.LoginTitle
{
	font-family : helvetica, arial, sans-serif;
	color : #000000;
	font-size : 10px;
	line-height : 150%;
	padding : 5px;
	font-weight : bold;
}

a:link
{
	color: #BE301C;
	font-weight: bold;
	text-transform: inherit;
	text-decoration: none;
}

a:visited
{
	color: #BE301C;
	font-weight: bold;
	text-transform: inherit;
	text-decoration: none;
}
a:active
{
	color: #BE301C;
	font-weight: bold;
	text-transform: inherit;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	font-weight: bold;
	text-transform: inherit;
}

UL.square  
{ 
	list-style: square;
}