
body
{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;	
}

h2
{
	color: #cc0000;
}

h1{ font-size: 24px; font-weight: normal;font-family:Tahoma; }
h2{ font-size: 140%; }
h3{ font-size: 130%; }
h4{ font-size: 120%; }
h5{ font-size: 110%; }
h6{ font-size: 100%; }

ul
{
	list-style-type: square;
}

a
{
	color: #cc0000;
}
a:hover
{ 
	color: #cc0000;
}
a img
{
	border: none;
}

table.standard
{
	border: 1px solid #ebe9dc;
	border-right: none;
	border-bottom: none;
}
table.colored
{
	border: 1px solid #ebe9dc;
	border-right: none;
	border-bottom: none;
}
table.standard th
{
	background: #74694d;
	color: white;
	font-weight: normal;
}
table.standard th,
table.standard td
{
	border-right: 1px solid #ebe9dc;
	border-bottom: 1px solid #ebe9dc;
}
table.colored th,
table.colored td
{
	border-right: 1px solid #ebe9dc;
	border-bottom: 1px solid #ebe9dc;
}
table.colored th
{
	background-color: #b23a36;
	color: white;
	font-weight: normal;
}
table.standard th,
table.standard td,
table.colored th,
table.colored td
{
	padding: 5px;
}

