body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	color: #336666;
	font-size: 14px;
	line-height: 20px;
	}

.content {
	width: 660px;
	margin: auto;
	background: #ffffff;
	padding: 20px;
	}

p a, blockquote a, cite a, ul a, ol a, h1 a, h2 a, h3 a, h4 a
{
	color: #339999;
	text-decoration: none;
}

p a:hover, blockquote a:hover, cite a:hover, ul a:hover, ol a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, p a:active, blockquote a:active, cite a:active, ul a:active, ol a:active, h1 a:active, h2 a:active, h3 a:active, h4 a:active
{
	color: #339999;
	text-decoration: underline;
}

img {
	border: 0px;
	}
h1 {
	font-size: 22px;
	font-weight: bold;
	padding: 0px;
	margin: 25px 0px 0px 0px;
	line-height: 120%;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	line-height: 120%;
	}

.title {
	height: 75px;
	background: url('title.jpg') transparent no-repeat;
 	text-indent: -9000px;
	}

.left {
	float: left;
	margin: 0px 5px 5px 0px;
	}

.right {
	float: right;
	margin: 5px 0px 5px 5px;
	}

.center {
	align: center;
	}



