P
{
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 8px;
}
UL
{
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
LI
{
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 8px;
}
A
{
	color: #A13840;
	text-decoration: underline;
}
A:hover
{
	text-decoration: none;
}

A.white
{
	color: #FFFFFF;
	text-decoration: underline;
}
A.white:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
A.gray
{
	color: #333333;
	text-decoration: underline;
}
A.gray:hover
{
	color: #333333;
	text-decoration: none;
}

P.slogan
{
	font-family: Georgia, Times Roman, Times New Roman, serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

P.menuItem
{
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin-top: -3px;
	margin-bottom: 10px;
}

P.headA
{
	color: #A13840;
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin-top: -3px;
	margin-bottom: 7px;
	font-weight: bold;
}

P.headB
{
	color: #A13840;
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 13px;
	margin-bottom: 7px;
	font-weight: bold;
}

P.headC
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-top: 8px;
	margin-bottom: 7px;
}

P.bottom
{
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 4px;
}

TD.blendBg
{
	background-image: url(/public/images/blend1.gif);
	background-repeat: repeat-x;
}

TD.vertDot
{
	background-image: url(/public/images/vertDot.gif);
	background-repeat: repeat-y;
}

TD.horizDot
{
	background-image: url(/public/images/horizDot.gif);
	background-repeat: repeat-x;
}

/* Forms */
P.form{
	/*color: #333333;*/
	color: #333333;
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 3px;
	margin-top: 10px;
}

INPUT.btn {
	background-color: #D4D0C8;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1;
	border-left-color: #EFEDEA;
	border-left-style: solid;
	border-left-width: 1;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1;
	border-top-color: #EFEDEA;
	border-top-style: solid;
	border-top-width: 1;
	color: #000;
	cursor: hand;
	font-family: Verdana,Tahoma,Arial,Helvetica,Helv,Monaco,sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 7px;
	margin-bottom: 0px;
}

INPUT.tx, TEXTAREA {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1;
	color: #000;
	font-family: Verdana,Tahoma,Arial,Helvetica,Helv,Monaco,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 2px;
}

SELECT {
	color: #000;
	font-family: Verdana,Tahoma,Arial,Helvetica,Helv,Monaco,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 10pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 155px;
}

IMG.bordered{
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1;
}