/* CSS Document */

a:link {
	text-decoration:none;
	color: #658CB3;
	font-weight:bold;	
}

a:visited {
	text-decoration:none;
	color: #658CB3;
	font-weight:bold;	
}

a:hover {
	text-decoration:underline;
	color: #658CB3;
	font-weight:bold;	
}

.title{
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:16px;
	font-weight:bold;
	top: auto;
}

.emphasize{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.justify {
	text-align:justify
}

.rightpad {padding-right: 15px;
}

.txt{
	text-align:justify;
}

.txt a:link {
	text-decoration:none;
	color: #658CB3;
	font-weight:bold;	
}

.txt a:visited {
	text-decoration:none;
	color: #658CB3;
	font-weight:bold;	
}

.txt a:hover {
	text-decoration:underline;
	color: #658CB3;
	font-weight:bold;	
}

ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}

.ftnote {
	text-decoration:none;
	color: #666666;
	font-size:11px; 
}


.promo {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

.promomed {
	font-size:18px;
	color:#333333;
	font-weight:bolder;
	line-height:1.1;
}

.promohigh {
	font-size:24px;
	color:#333333;
	font-weight:bolder;
	line-height:1.1;
}

.promohigh a:link {
	text-decoration:none;
	color: #000033;
	font-weight:bold;	
}

.promohigh a:visited {
	text-decoration:none;
	color: #003366;
	font-weight:bold;	
}

.promohigh a:hover {
	text-decoration:underline;
	color: #990000;
	font-weight:bold;	
}

.emphasizered{
	font-size:16px;
	font-weight:bold;
	color: #990000;
}

.emphasizered a:link {
	text-decoration:none;
	color: #990000;
	font-weight:bold;	
}

.emphasizered a:visited {
	text-decoration:none;
	color: #990000;
	font-weight:bold;	
}

.emphasizered a:hover {
	text-decoration:underline;
	color: #003366;
	font-weight:bold;	
}


.promo a:link {
	text-decoration:none;
	color: #990000;
	font-weight:bold;	
}

.promo a:visited {
	text-decoration:none;
	color: #990000;
	font-weight:bold;	
}

.promo a:hover {
	text-decoration:underline;
	color: #003366;
	font-weight:bold;	
}




.white a:link {
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bold;	
}

.white a:visited {
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bold;	
}

.white a:hover {
	text-decoration:underline;
	color: #000099;
	font-weight:bold;	


table.tform td {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	border: 0px;
}

table.tform td input {
    border: 0px solid silver;
	background-color: #f8eabd;
}

td.submit {
    padding: 0px;
	text-align: center;
}

td.submit input {
    background-color: #f4f4f4;
	text-align: center;
}

