/* CSS Document */

body {
background-color: #ffffff;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

.style2 {font-size: xx-small;
font-weight:bold;
}
.style3 {font-size: x-small}

.style4 {
	color: #FF0000;
	font-style: italic;
}

.red {
	color: #FF0000;
}

.highlight {
 background-color: #ffffe0;
}
	
html > body {
  font-size: 9pt;
}

a {
  color: #000099;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}

a:hover {
  color:#000099;
  text-decoration: none;
}

.sidebar {
	font-family: "Tempus Sans ITC";
	font-size: small;
	font-style: normal;
	font-weight: normal;
	COLOR:#000099;
	margin-left:15px;
}

.imgTable {
border-collapse:collapse;
border-color:#FF0000;
border-style:solid;
border-width:1px;

}
.imgTable TD{
border:none;
padding:0;
}


.heading {
	font-family: "Tempus Sans ITC";
	font-size: small;
	font-style: normal;
	font-weight: bold;
	COLOR:#000099;
}

.subheading {
    font-family: "Tempus Sans ITC";
	font-size: medium;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	COLOR:#ff0000;
}

.printlink {
    font-family: "Tempus Sans ITC";
	font-size: small;
	font-variant: small-caps;
	font-style: normal;
	COLOR:#ff0000;
	text-align:right;
	line-height:1.5;
}

th {
font-size:small;
text-align:right;
font-weight:normal;
}

p {
	text-indent: 15px;
	padding: 0 0 0 5;
	text-align:center;
}

#footer {
  color: #000000;
  font-size:x-small;
  text-align:center;
  padding: 0;
  clear: left;
}

#footer a {
  color: #000099;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}   
