body {
    font-family:        Arial, Verdana, Helvetica, sans-serif;
    font-size:          10pt;
    font-weight:        normal;
    font-style:         normal;
    color:              #808285;
    background-color:   #f5f6f6;
    margin:             10px;
    background-image:	url(background.png) repeat-x;
   	background:			#f5f6f6 top left url(background.png) repeat-x;

}

table {
    border:             none;
    background:         none;
}

td {
    font-family:        Arial, Verdana, Helvetica, sans-serif;
    font-size:          10pt;
    font-weight:        normal;
    font-style:         normal;
    color:              #808285;
    background:         none;
    vertical-align:     top;
    text-align:         left;
}

img {
	display:			block;
}

img.editbar {
	display:			inline;
}

a:link, a:visited, a:active {
    font-size:          10pt;
    font-family:        Arial;
    font-weight:        bold;
    color:              #f26522;
    text-decoration:    underline;
}

a:hover {
    text-decoration:    none;
    color:              #f26522;
}

h1 {
	font-family:		Arial Bold, Verdana, Arial, Helvetica, sans-serif;
    font-size:          14pt;
    color:              #f26522;
    border-bottom:		2px dotted #f26522;
}

h2 {
	font-family:		Arial Bold, Verdana, Arial, Helvetica, sans-serif;
    font-size:          12pt;
    color:              #636466;
}

p {
	text-align:			justify;
}

strong {
	font-weight:		bold;
	color:              #f26522;
}

ul {
	color:				#636466;
	background-color:	#ddd;
	margin-left:		30px;
	margin-right:		30px;
	padding-top:		20px;
	padding-bottom:		20px;
}

blockquote.quote {
	font-family:		Lucida Bright, Times New Roman, serif;
	font-size:			10pt;
	font-style:			italic;
	color:				#636466;
	background-color:	#ddd;
	text-align:			justify;
	padding:			20px;
	margin-left:		30px;
	margin-right:		30px;
}

td.content {
	width:				100%;
	padding-right:		50px;
}

td.logo {
	width:				160px;
	text-align:			right;
}

td.footer {
    font-family:        Arial, Verdana, Helvetica, sans-serif;
    font-size:          8pt;
    font-weight:        normal;
    font-style:         normal;
    color:              #808285;
	text-align:			center;
}

a.menu:link, a.menu:visited, a.menu:active {
    font-size:          11pt;
    font-family:        Arial Bold, Arial, Verdana;
    font-weight:        bold;
    color:              #f26522;
    line-height:		30px;
    text-decoration:    none;
}

a.menu:hover {
    text-decoration:    none;
    color:              #f5f6f6;
}

hr.member {
	border-top:			2px dotted #f26522;
	margin-top:			15px;
}