body {
	font-family : Georgia, 'Times New Roman', Times, serif;
    font-size : 14pt;
	background : #ffffff;
}

td.menu {
	visibility: hidden;
}

td.spacer {
	visibility: hidden;
}

h1 {
	font-family : Georgia, 'Times New Roman', Times, serif;
	font-size : 36pt;
	font-weight : bold;
	font-style : italic;
	color : #666666;
	margin : 0;
	margin-bottom : 14pt;
}

h2 {
	font-family : Georgia, 'Times New Roman', Times, serif;
    font-size : 22pt;
	font-weight : bold;
	font-style : italic;
	color : #666666;
	margin : 0;
	margin-bottom : 14pt;
}

h3 {
	font-family : Georgia, 'Times New Roman', Times, serif;
    font-size : 17pt;
	font-weight : bold;
	color : #666666;
	margin : 0;
	margin-bottom : 14pt;
}

h4 {
	font-family : Georgia, 'Times New Roman', Times, serif;
    font-size : 14pt;
	font-weight : bold;
	font-style : italic;
	color : #666666;
	margin : 0;
	margin-bottom : 14pt;
}

blockquote {
    font-size : 11pt;
}

b {
	font-weight : bold;
}

i {
	font-style : italic;
}

sup {
    font-size : 11pt;
	font-weight : bold;
    vertical-align : super;
}

ul {
    list-style: disc none;
	margin-left : 42px;
}

ul ul {
    list-style: disc none;
	margin-left : 21px;
	list-style-position: inside;
}

ol {
	margin-left : 42px;
}

li	{
	margin-top : 4px;
	margin-bottom : 4px;
}

.bluedark {
	color : #333333;
}

.bluemedium {
	color : #666666;
}

.bluelight {
	color : #999999;
}

.browndark {
	color : #333333;
}

.brownmedium {
	color : #666666;
}

.brownmedmult {
	color : #666666;
}

.brownlight {
	color : #999999;
}

.copyright {
	font-family : Georgia, 'Times New Roman', Times, serif;
    font-size : 9pt;
	font-weight : bold;
	color : #666666;
}

.hidden {
	position: absolute;
	visibility: hidden;
}

.regular {
	font-style : normal;

}

.small {
	font-family : Georgia, 'Times New Roman', Times, serif;
    font-size : 11pt;
	font-weight : bold;
}

.smallcaps {
	font-variant : small-caps;
}

