body
{
	font-family: Lucida Grande, Tahoma, sans-serif;
	font-weight: plain;
	font-size: 10pt;
	color: #444444;
}

p
{
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
}

b
{
	font-family: Lucida Grande, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

a
{
	font-family: Lucida Grande, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

a:link
{
	color: #DA0000;
}

a:hover
{
	color: #EA0000;
	font-weight: bold;
	text-shadow: FAA 0px 0px 10px;
    //background-color: #FFCCCC;
}

a:visited
{
	color: #CA0000;
}

a img {
   border-style: none;
}

h1
{
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	
	font-family: Lucida Grande, Tahoma, sans-serif;
	color: #222222;
}

h2
{
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	
	font-family: Lucida Grande, Tahoma, sans-serif;
    color: #D10000;
}

h3
{
	font-family: Lucida Grande, Tahoma, sans-serif;
    color: #D10000;
}

h4
{
	font-family: Lucida Grande, Tahoma, sans-serif;
    color: #D10000;
}

table
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	
	background-color: #EFEFEF;
}

th
{
    padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	
	font-weight: bold;
	color: #444444;
    
    background-color: #D9D9D9;
	background-image: url(../images/listtitlebar.png);
	background-repeat: repeat-x;
}

td
{
    padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	
    font-weight: plain;
	color: #444444;
    
    background-color: #F5F5F5;
	background-image: url(../images/listitem.png);
	background-repeat: repeat-x;
}
