body
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 980px;
}
a
{
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #cc0000;
	text-decoration: underline;
}
a.no-arrow
{
	background-image: none;
	padding-left: 0px;
}
a.like-text 
{
	background-image: none;
	padding-left: 0px;
	cursor: text;
}
a.like-text:hover
{
	color: #000000;
	text-decoration: none;
}
h1
{
	font-size: 20px;
	line-height: 22px;
}
h2.yell
{
	color: #cc0000;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
h2.yell
{
	color: #cc0000;
}
h3
{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
h3.yell
{
	color: #cc0000;
}
h4
{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
}
input, textarea, select
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
input[type="text"], textarea
{
	border: solid 1px #7F9DB9;
	margin: 0px 0px 0px 0px;
}
input[type="checkbox"]
{
	border: none 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
form
{
	margin: 0px 0px 0px 0px;
}
table
{
	font-size: 11px;
	line-height: 13px;
	border-collapse: collapse;
	border: solid 2px #d1d1d1;
	border-left: none;
	border-right: none;
}
td
{
	border-top: solid 1px #d1d1d1;
	border-left: solid 3px white;
	padding: 4px 6px 5px 6px;
}
td:first-child
{
	border-left: none;
}
th
{
	background-color: #e8e8e4;
	font-weight: bold;
	text-align: left;
	padding: 4px 6px 5px 6px;
	border-left-color: #ffffff;
	border-left-width: 3px;
	border-left-style: solid !important;
	border-left-style: none; /*IE6*/
}
th:first-child
{
	border-left-width: 0px;
}
