h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	}
	
h1 {font-size: 48px}
h2 {font-size: 36px}
h3 {font-size: 26px}
h4 {font-size: 16px}
h5 {font-size: 12px} 
h6 {font-size: 9px}

h1.head {
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-weight: normal;
  font-style: normal
}

a.style1:link {color: #0000FF;text-decoration: underline;  background-color: transparent; }
a.style1:visited {color: #CC0099;text-decoration: underline;  background-color: transparent; }
a.style1:active {color: #FF0000;text-decoration: underline;  background-color: transparent; }
a.style1:hover {color: #000066;text-decoration: underline;  background-color: transparent; }

a.style2:link {color: #0000FF;FONT-SIZE: 10pt;font-weight: bold;text-decoration: underline;  background-color: transparent; }
a.style2:visited {color: #0000FF;FONT-SIZE: 10pt;font-weight: bold;text-decoration: underline;  background-color: transparent; }

a.style2:hover {color: #0099FF;FONT-SIZE: 10pt;font-weight: bold;text-decoration: underline;  background-color: #CCCCCC; }
a.style2:active {color: #FF0000;FONT-SIZE: 10pt;font-weight: bold;text-decoration: underline;  background-color: transparent; }

a.style3:link {color: #0000FF;font-weight: bold; background-color: transparent; text-decoration: none }
a.style3:visited {color: #0000FF;font-weight: bold; background-color: transparent; text-decoration: none }
a.style3:active {color: #0000FF;font-weight: bold; background-color: transparent; text-decoration: none }
a.style3:hover {color: #0099FF;font-weight: bold; background-color: #CCCCCC; text-decoration: none }

hr {
    width: 90%;
    line-height: 3px;
    color: #000000;

}

.bold {
    font-weight: bold
}

.center {text-align: center}

html {

}

body {
    FONT-SIZE: 10pt;
    color: #000000;
    background-color: #CCCCCC;
    font-family: Arial, sans-serif;
    text-align: center;
}

#container {
    margin: 0px auto 0px auto;
    text-align:left;
    top: 0px;
	width: 770px;
    border: thin solid #000000;
    padding: 0px;
    color: #000000;
    /*background-color: #99CCCC;*/
    background-color: #FFFFFF
}
 
#header {
    top: 0px;
    width: 770px;
    text-align: center;
    padding-top: 5px;
    border-bottom: thin solid #000000;
    background-color: #99CCCC;
}

#leftbar {
    float: left;
	width: 150px;
    padding: 5px;
    line-height: 20px;
}

#footer {
	clear: both;
	width: 770px;
    text-align: center;
    border-top: thin solid #000000;
    margin-top: 0px
}
.content {
    float: left;
    width: 520px;
	border-left: thin solid #000000;
    padding-left: 35px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 25px
}

div.main {
    font-size: 18px;
    font-style: normal;
    font-family: Arial, sans-serif;
}

