body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.red_header{
  font-size: 12px;
  color:990000; 
  font-weight:bold;
}

.red_header2{
  font-size: 12px;
  color:990000; 
  font-weight:bold;
  border:dotted #000066 2px;
  padding: 5px, 50px, 5px, 50px;
}

.blue_header{
  font-size:12px;
  color:000066; 
  font-weight:bold;
}



.blue_header2{
  padding: 5px, 5px, 5px, 5px;
  font-size:14px;
  color:000066; 
  font-weight:bold;
  border:dotted #000066 5px;
}

.sub_header{
  font-style:italic; font-weight:bold;
}

.sub_header2{
  font-style:italic; font-weight:bold;
  border:dotted #000066 2px;
  padding: 5px, 5px, 5px, 5px;
  
}

.content{
  padding-left:20px;
  padding-right:20px;
  }
  
  .content2{
  padding-left:20px;
  padding-right:20px;
  border: dotted #000066 2px;
  padding: 5px, 5px, 5px, 5px;
  }

h2, .h2 {
	font-size: 18px;
	font-weight: bolder;
	color: #666666;
	padding-top: 6pt;
}

h3, .h3 {
	font-size: 12px;
	color: #FF6600;
}

p, em, i, li, ol, ul {
	line-height: 14px;
	font-size: 12px;
	color: #000000;
}

td {
	font-size: 12px;
}
a:hover, a:active{
color:red;
}
a, a:link/*, a:active, a:visited*/ {
	color: blue;
}

.warning {
	font-size: 12px;
	font-weight: bolder;
	color: #660033;
}

.footer {
	font-size: 12px;
	color: #000000;
}

.copyright {
	font-size: 9px;
	color: #000000;
}
