/* CSS Document */

/* CSS LINKS ROLLOVER COLORS */

a.linkBlue:link {color: #ffffff; text-decoration:none}
a.linkBlue:visited {color: #ffffff; text-decoration:none}
a.linkBlue:hover {color: #93d7f7;text-decoration:underline}

a.linkBluetwo:link {color: #ffffff; text-decoration:none}
a.linkBluetwo:visited {color: #ffffff; text-decoration:none}
a.linkBluetwo:hover {color: #e97d38;text-decoration:underline}

a.linkOrange:link {color: #000000; text-decoration:underline}
a.linkOrange:visited {color: #000000; text-decoration:underline}
a.linkOrange:hover {color: #e97c37;text-decoration:underline}

a.linkblack:link {color: #000000; text-decoration:underline}
a.linkblack:visited {color: #000000; text-decoration:underline}
a.linkblack:hover {color: #e97d38;text-decoration:underline}

/* ENDCSS LINKS ROLLOVER COLORS */


/*HOME TEXT CSS */
.Bodytext {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
}


.Arial_white13 {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 16px;
}

.Arial_black12 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	}

.hometextbold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}


.hometextbold13 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
}

.contacttextboldquestion {
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
}

.title_one {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
	font-style: italic;
}



.title_two {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
}

.lightbluesub_title {
	font-family: Arial;
	font-size: 16px;
	color: #9ccef6;
	font-weight: bold;
	line-height: 18px;
	font-style: italic;
}

.whitesub_title {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	font-style: italic;
}

.white_text {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;	
}

.bottomlinkstext {
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
}


.blackbox{
	border: 1px solid #000000;
}

.gray_box{
	border: 1px solid #e0e0e0;
}

/*HOME TEXT CSS_END */

.copyright {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
