BODY {
	background: ffffff;
	color: White;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-top: 2px;
}
td.blue{
	background-color: #000099;
}
H2 {
	font-size: 14pt;
	color: #87CEFA;
}

H3 {
	font-size: 13pt;
	color: #7FFFD4;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

A:Hover {
	text-decoration: underline;
	color: yellow;
	font-weight: bold;
}

HR {
	color: blue;
	height: 1pt;
}
/* Scrollbar properties are only supported by Internet Explorer 5.5+  */

}
input{
	background-color: transparent;
}
textarea{
	background: #000099;
}
td.list{
	font: normal;
	color: White;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
a.martins{
	text-decoration: none;
	color: yellow;
	font-weight: normal;
	font-size: 10px;
}
a.martins:Hover{
	text-decoration: none;
	color: yellow;
	font-weight: normal;
	font-size: 10px;
}