DIV#its BODY {
 color: #000000;
 font-family: Arial, Tahoma, Helvetica, sans-serif;
}
DIV#its P {
 margin-left: 6px;
}

DIV#its A:LINK, A:VISITED, A:FOCUS, A:ACTIVE {
 text-decoration : none;
}

DIV#its A.bluebk:LINK, A.bluebk:VISITED, A.bluebk:FOCUS, A.bluebk:ACTIVE {
 /* This class was added to provide custom formatting to links with dark background (in this case 330066)*/
 color : #FFFFFF;
 text-decoration : none;
}
A:HOVER {
 color : #FFFFFF;
 text-decoration : none;
 }
DIV#its A:HOVER {
 color : #FFB300;
 text-decoration : none;
 }
DIV#its A.bluebk:HOVER {
 /* This class was added to provide custom formatting to links with dark background (in this case 330066)*/
 color : #FFB300;
 text-decoration : none;
 background-color: #330066;
}
DIV#its H1 {
 color : #330066;
 font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
 font-variant: normal;
 font-size : 26px;
 padding: 6px;
}
DIV#its H2 {
 color : #330066;
 font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
 font-size : 18px;
 font-variant: normal;
 padding: 6px;
}
DIV#its h2.bluetitlebar {
 color: White;
 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-variant: normal;
 background-color: #330066;
 padding: 6px;
}
DIV#its H3 {
 color : #330066;
 font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
 font-size : 16px;
}

DIV#its H4 {
 color : #330066;
 font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
 font-size : 14 px;
}

DIV#its H5 {
 color : #000000;
 font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
 font-size : 12 px;
}
DIV#its H6 {
 color : #000000;
 font-family : Arial, Helvetica, sans-serif;
 font-size : 12px;
 font-style : italic;
 font-weight : 800;
}
DIV#its blockquote.more {
 font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
 margin-left : 20px;
}
DIV#its CAPTION {
 font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
 font-weight : 800;
}
DIV#its TH {
 background-color : #FFFFFF;
}
DIV#its TD {
 /* needed to remove the following line -> background-color: #330066;
    With that line in place, the background portion of <li> was affected */
 text-decoration: none;
 }
DIV#its ul {
	font-family: sans-serif;
	font-size: 12px;
}
