
body {
	background-color: #eeeeee;
  	color: #000000;
	font-size:11pt;
	font-family:sans-serif;
}

:link { color: #0000ff; text-decoration:none;}
:visited { color: #6666ff; text-decoration:none; }
a:active { color: #0000ff; text-decoration:none;}
a:hover {color: #0000ff; text-decoration:underline; }


div.basetext {
    background-color:#ffffff;
        margin-top:12px;
        margin-bottom:12px;
	margin-left:1%;
	margin-right:1%;
	padding-top:12px;
	padding-left:11px;
	padding-right:11px;
	padding-bottom:12px;
	text-align:left;
	font-weight:normal;
}

h1 {
    text-align:center;
}

span.h2 {
    font-family:sans-serif;
    font-size:19pt;
    font-weight:bold;
}

div.year {
	margin-right:2%;
	background-color:#eeeeee;
}

div.form {
}

span.cpt {
	color:#005500;
	font-weight:bold;
}

span.cm {
	color:#666666;
}

.fl {
	color:#0000FF;	
	font-style:italic;
}

ul {
	margin-top:0px;
	margin-left:0px;
	padding-left:3%;
}

li {
	list-style:outside;
}

ul li {
	list-style:square;
	font-family:sans-serif;
	font-size:11pt;
	font-weight:normal;
}

li.basic {
	list-style:square;
	list-style-image:none;
}

span.links {
	font-size:10pt;
}

