/* CSS Document */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#333333;
}
INPUT {
	font-family: Arial,sans-serif;
	color: #005FA9;
	font-size:12px;
} 

TEXTAREA {
	font-family: Arial,sans-serif;
	color: #005FA9;
	font-size:12px;
} 
	
/* Borders for pages */
.border-top {
	border-top: 1px solid #8FB8BC;
}
.border-bottom {
	border-bottom: 1px solid #8FB8BC;
}
.border-right {
	border-right: 1px solid #8FB8BC;
}
/* Text for pages */
.title{
	font-family: Arial,sans-serif;
	color: #cccccc;
	font-size:28px;
	font-style:normal;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	border-bottom: 1px solid #8FB8BC;

}
.heading{
	font-family: Arial,sans-serif;
	color: #8B9DE7;
	font-size:24px;
	font-style:normal;
	font-weight: bold;
	padding: 0px 10px 0px 10px;

}
.Sub-heading{
	font-family: Arial,sans-serif;
	color: #8B9DE7;
	font-size:18px;
	font-style:normal;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	height: 35px;

}
.copy{
	font-family: Arial,sans-serif;
	color: #005FA9;
	font-size:12px;
	padding: 0px 10px 20px 10px;

}
.copy-orange{
	font-family: Arial,sans-serif;
	color: #ff6600;
	font-size:12px;

}
.address-nav{
	font-family: Arial,sans-serif;
	color: #005FA9;
	font-size:11px;
	padding: 10px 10px 10px 10px;

}
.footer{
	font-family: Arial,sans-serif;
	color: #005FA9;
	font-size:11px;
	padding: 0px 10px 0px 10px;
	height: 20px;

}
.footer-grey{
	font-family: Arial,sans-serif;
	color: #666666;
	font-size:10px;

}
/* Links for pages */

a:link, a:visited{
	font-family: Arial,sans-serif;
	color: #333333;
	font-size:11px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	font-family: Arial,sans-serif;
	color: #B4B6F1;
	font-size:11px;
	padding: 0px 10px 0px 10px;
	text-decoration: underline;
	font-weight: bold;
}
a.email:link, a.email:visited{
	font-family: Arial,sans-serif;
	color: #005FA9;
	font-size:11px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: normal;
}
a.email:hover, a.email:active {
	font-family: Arial,sans-serif;
	color: #333333;
	font-size:11px;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
	font-weight: normal;
}
.a-in:link, a-in:visited{
	color: #ff6600;
	text-decoration: none;
}

.a-in:hover{
	color: #B4B6F1;
	text-decoration: underline;
}
a.link-ff6600{color:#ff6600;	font-weight : bold;	text-decoration : none}
a.link-ff6600:hover{color:#ff6600;	font-weight : bold;	text-decoration : underline}
a.link-ff6600:active,visited{color:#ff6600;	font-weight : bold;	text-decoration : none}