body {
	margin-top : 20px;
	background-image : url('/images/layout/bg.jpg');
	background-repeat : repeat-x;
	background-color : #AAD4D5;
}

body, td {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10pt;
	color : #989898;
}

#emailForm input {
	width : 100px;
	height : 18px;
	font-size : 8pt;
}

#footer {
	background-image : url('/images/layout/footer_bg.gif'); 
	background-position : bottom; 
	background-repeat : no-repeat; 
	background-color : #fff;
	padding : 5px;
	padding-right : 15px;
	text-align : right;
}

#footer td {
	font-size : 7pt;
	color : #8B8B8B;
}

#footer a {
	color : #8B8B8B;
}

img {
	border : none;
}

b {
	color : #006F71;
}


blockquote {
	margin : 0px;
	padding : 10px;
	padding-bottom : 10px;
	color : #328384;
	font-style: italic;
	line-height : 150%;
	font-weight : bold;
	font-size : 9pt;
}

blockquote div {
	color : #898989;
	background: none;
	padding-top : 5px;
	font-style: normal;
	line-height : 100%;
	font-size : 8pt;
}

.attrList {
	font-size : 8pt;
}

.attrList a {
	color : #006F71;
	font-weight : bold;
}

h2 {
	font-size : 10pt;
	color : #888;
	margin : 0px;
}

.spaced li {
	margin-bottom : 5px;
}