body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
	font-size: 12px;
	margin: 10px;
}

.style4 {
	color: #19507d;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height: 18px;
	margin: 20px;
}
	
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
	line-height: 16px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.style5 A:link {font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 11px; text-decoration: none; font-weight: bold;}
.style5 A:visited {font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 11px; text-decoration: none; font-weight: bold;}
.style5 A:hover {font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 11px; text-decoration: underline; font-weight: bold;}

.style6 {
	color: #728EAA;
	font-weight: bold;
}
.style7 {font-family: Times New Roman, Arial, Helvetica, sans-serif; color: #FFFFFF; line-height: 18px; font-size: 16px; margin: 10px; }



.style13 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; line-height: 18px; font-size: 12px; margin: 10px; font-weight: bold; }

.toplinks A:link {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; text-decoration: none; font-weight: bold;}
.toplinks A:visited {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; text-decoration: none; font-weight: bold;}
.toplinks A:hover {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; text-decoration: underline; font-weight: bold;}

.button {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; text-decoration: none; font-weight: bold;}

.style9 {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff
	font-size: 12px;
	line-height: 16px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.style9 A:link {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 22px; text-decoration: none;}
.style9 A:visited {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 22px; text-decoration: none;}
.style9 A:hover {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 22px; text-decoration: underline;}

.style10 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height: 18px;
	margin: 20px;
}

.button {
	color: #000000;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.blue {
	color: #000000;
	border: solid 1px #8ca2b5;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6dff7), to(#c6d3de));
	background: -moz-linear-gradient(top,  #d6dff7,  #c6d3de);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6dff7', endColorstr='#c6d3de');
}
.blue:hover {
	background: #cecfce;
	background: -webkit-gradient(linear, left top, left bottom, from(#e7e3e7), to(#848284));
	background: -moz-linear-gradient(top,  #e7e3e7,  #848284);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e3e7', endColorstr='#848284');
}
.blue:active {
	background: #cecfce;
	background: -webkit-gradient(linear, left top, left bottom, from(#e7e3e7), to(#848284));
	background: -moz-linear-gradient(top,  #e7e3e7,  #848284);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e3e7', endColorstr='#848284');
}

