/* Text */

body { 
	background-color: #ccccff; 
	margin: 0 0 0 5px; 
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366; 
	font-size: 12px;
}

h1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px; 
	font-style: italic; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-align: center
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #003366;
	text-transform: none;
	text-align: left;
}

.linkcell {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	text-align: center;
	padding: 0;
	font-weight: bold;
}

.counter {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	text-align: center;
	padding: 0;
}

.agent {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0;
}

.print_friendly {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #003366;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
}

.footer {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
	Padding-top: 10px;
	padding-bottom: 10px;
}

.footer a:link{
	color:#ffffff;
}

.footer a:hover{
	color:#ffffff;
}

.footer a:active{
	color:#ffffff;
}

.footer a:visited{
	color:#ffffff;
}

.footerprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

/* page break */

P.breakhere {
	page-break-before: always;
}


/* ruler */

hr {
	width: 90%;
	color: #006699; 
}

/* links */
/*
a:link{
	color:#CF9999
}

a:hover{
	color:#99CF99
}

a:active{
	color:#99CF99
}

a:visited{
	color:#99CF99
}
*/

/* Menu system */

.buttons a {
	border: 2px outset;
	background-color: #262E76;
	padding: 0;
	font: 12px Times New Roman, Times, serif;
	font-weight: bold;
	text-decoration: none;
	border-color: #00ffff;
	display: block;
	color: #ffffff;
	width: 90px;
	text-align: center;
}

.buttons a:hover {
	border: 2px inset;
	padding: 0px;
	background-color: #262E76;
	border-color; #00FFFF;
	color: #FFFFFF;
	text-decoration: none;
}

.buttons2 a {
	border: 2px outset;
	background-color: #9999FF;
	padding: 0;
	font: 12px Times New Roman, Times, serif;
	color: #000000;
	text-decoration: none;
	border-color: #00FFFF;
	display: block;
	width: 90px;
	text-align: center;
}

.buttons2 a:hover {
	border: 2px inset;
	padding: 0px;
	background-color: #9999FF;
	border-color; #00FFFF;
	color: #FFFFFF;
	text-decoration: none;
}

.buttonstop a {
	border: 2px outset;
	background-color: #9999FF;
	padding: 0;
	font: 11px Times New Roman, Times, serif;
	color: #000000;
	text-decoration: none;
	border-color: #00FFFF;
	display: block;
	width: 100%;
	text-align: center;
}

.buttonstop a:hover {
	border: 2px inset;
	padding: 0px;
	background-color: #9999FF;
	border-color; #00FFFF;
	color: #FFFFFF;
	text-decoration: none;
}


.buttons3 a {
	border: 2px outset;
	background-color: #051CE8;
	padding: 0;
	font: 12px Times New Roman, Times, serif;
	text-decoration: none;
	border-color: #00ffff;
	display: block;
	color: #ffffff;
	width: 90px;
	text-align: center;
}

.buttons3 a:hover {
	border: 2px inset;
	padding: 0px;
	background-color: #051CE8;
	border-color; #00FFFF;
	color: #FFFFFF;
	text-decoration: none;
}

/* lists */

dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066
}

dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003366
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	list-style-type: disc
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	list-style-type: disc
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	list-style-type: decimal;
}

.numlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	list-style-type: decimal;
}

.circle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	list-style-type: circle;
}