@import url("style.css");

p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
pre {  font-family: "Courier New", Courier, mono; font-size: 11px}
.subhead2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; line-height: 14px}
.heading1 { font-family: Arial, Helvetica, sans-serif; font-size: large; font-weight: bold ; line-height: normal; color: #003399}
code {  font-family: "Courier New", Courier, mono; font-size: 11px}
th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
sup {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
hr { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000066 }
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	line-height: normal;
	color: #003399;
}
.heading3 { font-family: Arial, Helvetica, sans-serif; font-size: small; font-weight: bold ; line-height: normal; color: #003399}
.14point {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}
.tableheading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	background-color: #FFFFCC;
}
.Redheadline {
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #003366;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #006699;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: #FF9900;
  color:            #000033;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: #FFCC00;
  color: #000066;
  } 
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F4D459;
	margin: 0px;
	padding: 0px;
	background-color: #6091C2;
	line-height: 40px;
	vertical-align: middle;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
li {
	font-size: 10pt;
}
.blue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

.leftbox {float: left ; text-align : center ; padding-top: 6px; padding-bottom : 6px; padding-left : 6px  ; padding-right : 6px ; clear : both }
.rightbox {float: right ; text-align : center ; padding-top: 6px; padding-bottom : 6px; padding-left : 6px ; padding-right : 6px }
.textbox { display : inline-block ; padding-top: 12px; padding-bottom : 12px; padding-left : 6px ; text-align : left }

