A:link    {
	text-decoration: underline;
	color: black;
}
A:hover   { 
	text-decoration: none;
	color: gray;
}
A:visited { 
	text-decoration: underline;
	color: gray;
}
A.Menu       {
	text-decoration: none;
	color: black;
	padding: 1px;
	margin-bottom: 10px;
}
A:hover.Menu {
	text-decoration: none;
	color: white;
	background: chocolate;
	padding: 1px;
}

BODY      { background: #F7944A url(pix/page_bg.gif) repeat-x }
H2        { font-size: 18pt }
H3        { font-size: 14pt }
.In       { text-indent: 0; }
.WhiteTD  {
	background: white url(pix/page_td_right_bg.gif) no-repeat;
	padding: 190px 120px 50px 20px;
	border-top: solid 5px #5A5A5A;
}
.OrangeTD {
	background: #F7944A url(pix/page_td_left_bg.gif) no-repeat;
}
.MainMenu {
	font-size: 14px;
	font-weight: bold;
	border-bottom: dashed #e6e6e6 1px;
}
.SubMenu  {
	font-weight: normal;
	margin-left: 20px;
	margin-bottom: 10px;
	color: #555555;
}
BODY,TD,P {
	font-family: Verdana,Tahoma,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #101010;
}
UL        { list-style-position: outside }
SUB,SUP   { font-size: 9px }
H1,H2,H3  { line-height: 26px }
LI {
	padding-bottom: 5px;
}
.ListHand { list-style-image: url(pix/icon_hand.gif) }
.ListSmile{ list-style-image: url(pix/icon_smile.gif) }
.ListInd  { margin-left: 20px }

