BODY
{
    background-color: #CCCCCC;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    margin: 0;
    padding: 0;
    color: #000000;
    list-style-image: url(images/bullet.gif);
    vertical-align: top;
    cursor: auto;
    direction: ltr;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}
P, TD, LI, UL {
font-size: 9pt;
}

LI {
list-style-image: url('images/bullet.gif');
}


Table {
font-size: medium;
border-collapse: collapse;
font-family:Arial;
}


h1 {
font-size: 18pt;
color: #000000;
text-align: center;
padding: 2px;
border-bottom-style: dotted;
border-color: #000000;
border-width: thin;
}

h2 {
font-size: 14pt;
color: #B77426;
padding: 2px;
border-bottom-style: dotted;
border-color: #B77426;
border-width: thin;
}

h3 {
font-size: 11pt;
color: #F0C800;
background-color: #000000;
padding: 2px;
}

h4 {
font-size: 11pt;
color: #FFFFFF;
background-color: #000000;
padding: 2px;
border: 1px solid #000000;
}

h5 {
font-size: 10pt;
color: #FFFFFF;
background-color: #B77426;
padding: 2px;
border: 1px solid #B77426;
}

h6 {
font-size: 9pt;
color: #FFFFFF;
background-color: #AB0010;
padding: 2px;
}

h7 {
font-size: 12pt;
color: #AB0010;
background-color: #FFFFFF;
padding: 2px;
border-bottom-style: dotted;
border-color: #AB0010;
border-width: thin;
}

a:link {
text-decoration: none;
color: #0000AF;
} 

a:visited {
text-decoration: none;
color: #0000AF;
}

a:hover {
text-decoration: underline;
color: #0000AF;
}

a:active {
text-decoration: none;
color: #0000AF;
}


.LeftNav
{
    color: #FFFF66;
    background-color: #000000;
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
    padding: 2px;
    line-height: 20px;
    vertical-align: top;
}

.LeftNav a:link {
	color: #FFFF66;
	background-color: #000000;
	text-decoration: none; 
	padding: 2px;
	border: 1px solid #000000;
	width: 95%;
} 
.LeftNav a:visited {
	color: #FFFF66;
	background-color: #000000;
	text-decoration: none; 
	padding: 2px;
	border: 1px solid #000000;
	width: 95%;
}
.LeftNav a:hover
{
    color: #000000;
    background-color: #3333FF;
    text-decoration: none;
    padding: 2px;
    font-size: 9pt; /*changed to 9*/
    border: 1px solid #FFFF00;
    width: 95%;
}
.LeftNav a:active
{
    margin: 1px;
    color: #FFFFFF;
    background-color: #3333FF;
    text-decoration: underline;
    padding: 1px;
    font-size: 9pt; /*changed to 9*/
    border: 1px solid #FFFF66;
    width: 95%;
}

.maincontent {
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	vertical-align: top;
    padding: 10px;
}


.copyright {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	vertical-align: center;
}


.topBar a:link {
text-decoration: none;
color: #0000AF;
} 

.topBar a:visited {
text-decoration: none;
color: #0000AF;
} 

.topBar a:active {
text-decoration: none;
color: #0000AF;
} 
.para1
{
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    color: #CC9900;
}
