/*css*/

@import url("layout2.css");
body {
	background-color: #FFFFFF;
	margin-right: 0.5em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
}

p,address,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
}

address p{
	font-size: 1em;
	font-style: normal;
}

th {
	text-align: center;
      vertical-align: top;
	padding-bottom: .2em;

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	font-weight: normal;
	text-align: center;
      vertical-align: top;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #990000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #990000;
}

caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #990000;
	text-align: left;
	padding-bottom: .3em;
}

a:link {
    color: #000099;
	text-decoration: none;
}
a:visited {
    color: #000099;
	text-decoration: none;
}

a:hover {
    color: #000099;
	text-decoration: underline;
}
a:active {
    color: #CCCCCC;
	text-decoration: none;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-align: center;
}
.border {
	border: 1px solid #000000;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
.no {
	display: none;
}
.indent {
	text-indent: 0.4em;
	text-align: left;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #990000;
	margin-bottom: -0.5em;
}

hr {
  border: 0;
  width: 100%;
  color: #CCCCCC;
  height: 1px;
}

.item {
 text-align: left;
}

.email {
 font-size: 0.8em;
}
.tabrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 3px;
}
sup {
	padding-top: 1px;
}
.top {
	vertical-align: top;
}