a
{
	text-decoration: none; 
	color: #333399;
}

a:hover
{
	text-decoration: underline
}

li
{
	font-size: 10pt; 
	color: #555555;
	margin-bottom:10px;
	margin-left: -3px;
}

li li
{
	font-size: 10pt; 
	color: #555555;
	margin-bottom:10px;
	margin-left: -3px;
}

li a
{
	font-size: 100%;
}

body 
{
	margin-right: 20px;
	margin-left: 20px;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
} 

p 
{
	font-size: 10pt; 
	color: #555555;
	text-align:center;
}

p p
{
	font-size: 100%;
}

h1 {font-size: 16pt; COLOR: #1A41A8; margin: 5px 0px; font-weight: normal;}

h2 {font-size: 12pt; color: #1A41A8; margin: 5px 0px; font-weight: normal;}

h3 {font-size: 12pt; color: #ff6600; margin: 5px 0px; font-weight: normal;}

h4 {font-size: 10pt; color: #000000; margin: 5px 0px; font-weight: bold;}

ul
{
	color: #808080;
	list-style-type:square
}


address { font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; }

dl { font-size: 10pt; }
td { font-size: 10pt; }
th { font-weight: normal; }

hr
{
	height: 1pt;
	background-color:black;
	color:white;
}

pre {
	font-family: “Consolas”,monospace;
	font-size: 9pt;
	text-align:left;
	background-color: #FCF7EC;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	margin: 0px 0px 0px 0px;
	padding:5px 5px 3px 5px;
	white-space : normal; /* crucial for IE 6, maybe 7? */
}

table.center {margin-left:auto; margin-right:auto;}

.validator 	{ text-align: right; }

.toplink 	{ font-size: 8pt; text-align: right;} 

@media print { .toplink { display: none; } }
