﻿body {
	background: #FFF url(../images/bg.jpg) repeat-x center top;
	color: #333;
	font: 9pt "Lucida Grande", Arial, Helvetica, Sans-serif;
}

#container {
	width: 990px;
	background: url(../images/header.jpg) no-repeat top;
}

P, TD
        {
	font: 9pt "Lucida Grande", Arial, Helvetica, sans-serif;
        }

.center {
text-align: center;
}

.tahoma {
font-family: Lucida Grande, arial, helvetica, sans-serif;
font-size: xx-small; }

.tahomaexact {
font-family: Lucida Grande, arial, helvetica, sans-serif;
font-size: 8pt;

}

h1 {
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #000;
	letter-spacing: -2px;
}

.verdana {
font-family: verdana, arial, helvetica, sans-serif;
font-size: xx-small;


}

h2 {
	COLOR: #090;
	font: bold 14px "Lucida Grande", Arial, Helvetica, sans-serif;
}
h3 {
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #000;	
}
h4 {
font-family: Lucida Grande, arial, helvetica, sans-serif;
font-size: 8pt;
}   
     


A:link {
	text-decoration: none;
	color: #1A5FAD;
						}
			
A:visited {
	text-decoration: none;
	color: #1A5FAD;
}

A:active {
	text-decoration: underline;
	color: #8BBD3F;
			}
A:hover {
	text-decoration: underline;
	color: #8BBD3F;
        }
.copyright {
	font-size: 9px;
	color: #666;
	text-align: center;
	padding: 10px;	
	
}
ul,ol {
	margin:0;
	padding:0 0 1.25em;
	padding:0 0 1.25em 2.5em;
	list-style: url(../images/checkmark.png);
	font-size: 9pt;
}
 
.date
{
	float: left;
	height: 52px;
	width: 52px;
	background: url(../images/date.png) no-repeat;
	margin-right: 10px;
	padding-top: 0px;
	line-height: normal;
}

.date .month
{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding-top: 4px;
	text-transform: uppercase;
}

.date .day
{
	display: block;
	text-align: center;
	padding-top: 5px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
}

.meta
{
	display: block;
	font-size: 11px;
	color: #666;
}