A:LINK, A:VISITED {
 color: #8F2188;
 text-decoration: none;
}

A:HOVER { 
 color: #8F2188;
 text-decoration: underline;
}

A:ACTIVE {
 color: #8F2188;
 text-decoration: none;
}  

HTML, BODY {
 margin: 0;
 padding: 0;
}

BODY { 
 border: 0;
 margin: 0;
 padding: 0;
 height: 100%;
 max-height:100%;
 background-color:#999999;
 color:#433B3E;
}
 
BODY, TD, TH {
 font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

SELECT, INPUT, TEXTAREA, BUTTON, LABEL {
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 9pt;
}

IMG, TABLE, TD, TH {
 border: 0;
 line-height:13px;
 font-size: 9pt;
}
  
FORM {
 margin-top: 0;
 margin-bottom: 0;
}

P {
 margin: 0 0 10px 0;
 line-height:13px;
}

HR {
 color: white;
 background:white;
 height: 1px;
 border-top: solid 1px #ccc;
 border-bottom: 0;
 border-left: 0;
 border-right: 0;
 width: 100%;
 text-align: left;
}

INPUT, SELECT {
 margin: 0;
}

H1, H2, H3 {
 font-weight: normal;
 margin-top: 0;
 padding-top: 0;
}

UL, OL {
 padding: 0;
 margin: 0;
}

OPTGROUP {
font-style: normal;
}

IMG.right{
	float:right;
	padding-left: 5px;
}

IMG.left{
	float:left;
	padding-right: 5px;
}
