a {
	color: #1e1e91;
	text-decoration: underlined;
}

a:active {
	color: #1e1e91;
	text-decoration: underlined;
}

a:visited {
	color: #1e1e91;
	text-decoration: underlined;
}

a:hover {
	color: #790009;
	text-decoration: underlined;
}

body {
	font-family: verdana;
	font-size: 10pt;
	color: #1e1e91;
}

div {
	font-family: verdana;
	font-size: 10pt;
	color: #1e1e91;
}

p {
	font-family: verdana;
	font-size: 10pt;
	color: #1e1e91;
}

* html body{
padding: 0px 0px 0 0;
}

* html div#backgrounder{
padding: 0px 0px 0px 0px;
overflow: hidden;
}

* html div#content{
height: 100%;
overflow-y: auto;
overflow-x: hidden;
padding: 0px 0px 0px 0px;
} 

