@charset "utf-8";
/* CSS Document */

body {

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.pagecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 20px;
}

div.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002E66;
	font-weight: bold;
}
.tbl{
	background-color: #DDD;
}
.tbl td{
	vertical-align:top;
}
.tbl td input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:13px;
}


a:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C63A7;
	font-weight: bold;
	text-decoration: none;
}

a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #0033FF;*/
	color: #1C63A7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DE8B0C;
	font-weight: bold;
	text-decoration: none;
}
/*
a.whitelink:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}



a.whitelink:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.whitelink:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.biglink2:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.biglink2:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.biglink2:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DE8B0C;
	font-weight: bold;
	text-decoration: underline;
}

a.biglink:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B5731A;
	font-weight: bold;
	text-decoration: underline;
}

a.biglink:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B5731A;
	font-weight: bold;
	text-decoration: underline;
}

a.biglink:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DE8B0C;
	font-weight: bold;
	text-decoration: underline;
}

a.snav:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}

a.snav:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}

a.snav:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}*/

.openquote {

	float: left;
	margin: 5px 5px 5px 0px;
} 

.closequote {

	float: right;
	margin: 10px 0px 5px 5px;
} 

.imgright {

	float: right;
	margin: 0px 0px 5px 7px;
}

.imgleft {

	float: left;
	margin: 0px 7px 5px 0px;

}

.clear {

	clear: both;
}

.btn{
	display:inherit;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C63A7;
	font-weight: bold;
	background-color: #DDD;
	text-decoration:none;
}
.btn:hover{

	display:inherit;
	background-color: #DDD;
	color: #DE8B0C;
	text-decoration:none;
	border:0;
}
.btn1{

	display:inherit;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C63A7;
	font-weight: bold;
	background-color: #FFF;
	text-decoration:underline;
	height:13;
}
.btn1:hover{

	display:inherit;
	background-color: #FFF;
	color: #DE8B0C;
	text-decoration:underline;
	border:0;
	height:13;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:13px;
}