body {
	background-color: #FFFFFF;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
        font-size: 12pt;
	line-height: 18pt;
        max-width: 500pt;
}

p {
        background-image: url(pixel.png);
        background-repeat: repeat;
}

mybold {
	color: 	#000000;
        font-weight: normal;
}

a {
        color: #000099;
	text-decoration: none;
	target: _blank;
}

a:hover {
	color: 	#990000;
}

div#h0 {
	padding-top: 16pt;
	font-size: 24pt;
	font-weight: bold;
	line-height: 36pt;
	color: #000000;
}

h1 {
	padding-top: 16pt;
	font-size: 20pt;
	line-height: 28pt;
        color: #000000;
}

h2 {
	font-size: 14pt;
	line-height: 18pt;
	color: #000000;
}

h2#spacebefore {
	margin-top: 18pt;
}

blockquote {
	margin-left: 16pt
}

ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0.7em;
	margin-bottom: 1em;
	margin-left: 0em;
}

li {
	background-image: url("bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 0.65em;
	padding-left: 1em;
	margin-bottom: 10pt;
}

ul#simple {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

ul#simple li {
	margin-bottom: 0pt;
}

div#mymenu-spacer {
	height: 12pt;
}

body#mymenu {
        font-weight: bold;
	font-size: 13pt;
	line-height: 13pt;
	background-color: #003366;
}

body#mymenu a {
        color: #CCCCCC;
	text-decoration: none;
}

body#mymenu a:hover {
	color: #ffcc66;
}


