
/* Main */
.black-heading-txt {

	font-family: Century Gothic, Verdana, Arial;

	font-size: 30px;

}
.orange-heading-txt {

	font-family: Century Gothic, Verdana, Arial;

	font-size: 30px;
	color: #FF6600;

}

.black-slogan-txt {

	font-family: Century Gothic, Verdana, Arial;

	font-size: 13px;

}

.black-normal-txt {

	font-family: Century Gothic, Verdana, Arial;

	font-size: 13px;

	color: #333333;

}

.navigation_text {

	font-size: 14px; 
	color: #FFFFFF; 
	font-family: Century Gothic, Verdana, Arial;
}

.very_light_gray {

	color: #CCCCCC;

	font-size: 13px;

	font-family: Century Gothic, Verdana, Arial;

}

.orange_bold_text {

	font-family: Century Gothic, Verdana, Arial;

	font-weight: bold;

	color: #FF6600;

	font-size: 20px;

}

.gray_bold_text {

	font-family: Century Gothic, Verdana, Arial;

	font-size: 20px;

	font-weight: bold;

	color: #44444E;

}

.black_bold_text {

	font-family: Century Gothic, Verdana, Arial;

	font-size: 13px;

	font-weight: bold;

}

.light_gray_text {

	font-family: Century Gothic, Verdana, Arial;

	font-size: 13px;

	color: #666666;

}

.small_bold_orange_text {

	font-family: Century Gothic, Verdana, Arial;

	font-size: 13px;

	color: #FF6600;

	font-weight: bold;	

}

.small_orange_text {

	font-family: Century Gothic, Verdana, Arial;

	font-size: 13px;

	color: #FF6600;	

}

.bold_sky_text {

	font-family: Century Gothic, Verdana, Arial; 
	font-size: 13px; 
	font-weight: bold; 
	color: #0A7CA1; 
}

a:link {

	color: #FFFFFF;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #FFFFFF;

}

a:hover {

	text-decoration: none;

	color: #FF0000;

}

a:active {

	text-decoration: none;

	color: #000000;

}

.gray_link:link {

	color: #cccccc;

	text-decoration: none;

}

.gray_link:visited {

	text-decoration: none;

	color: #cccccc;

}

.gray_link:hover {

	text-decoration: none;

	color: #FFFF00;

}

.gray_link:active {

	text-decoration: none;

	color: #000000;

}

.light_gray_link:link {

	color: #404040;

	text-decoration: none;

}

.light_gray_link:visited {

	text-decoration: none;

	color: #404040;

}

.light_gray_link:hover {

	text-decoration: none;

	color: #DC3C02;

}

.light_gray_link:active {

	text-decoration: none;

	color: #000000;

}

body {

	background-color: #44444E;
	font-family: Century Gothic, Verdana, Arial;

}




/* H Tags */



h1 {

	margin: 0px;

	margin-left: 15px;

	margin-right: 15px;

	font-family: Century Gothic, Verdana, Arial;

	font-size: 20px;

	font-weight: bold;

	color: #44444E;

	padding: 3px 3px 3px 10px;
	text-align: center;

}



h2 {

	border-bottom: 2px solid #dddddd;

	margin: 20px 0px 5px 0px;

	font-size: 20px;
	text-align: center;

}



h3 {

	font-weight: bold;

	color: #1274ad;

	margin-top: 10px;

	margin-bottom: 0px;

	background: white;

	padding: 3px 0px 3px 0px;

	font-size: 1.2em;
	text-align: center;

}



h3 a {

	color: blue;

}



/* Phone Info Table */

.phoneinfo {

	border-collapse: collapse;
	width: 700px;
	padding: 0px;

}



.phoneinfo th {

	border: 1px solid #bbbbbb;

	padding: 3px;
	
	font-size: 12px;

}



.phoneinfo td {

	padding: 5px;

	border: 1px solid #dddddd;

	font-size: 12px;
	


}



.phoneinfo td.capt {

	width: 100px;

	text-align: right;

	font-weight: bold;

	background: #FF6600;	
	
	

}

.phoneinfo th.capt {

	
	text-align: center;

	font-weight: regular;

	background: #FF6600;
	
	color: black;
	
}


.phoneinfo td.bottom {


	text-align: center;

	font-weight: regular;

	background: #44444E;	
	
	

}




/* DIV */

.div {

	background-color: white;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
	font-size: 12px;

}



.divTitle {

	font-weight: bold;
	color: #1274ad;
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #69baea;
	font-size: 12px:

}



.divContent {

	padding: 0px 20px 1px 20px;
	text-align: justify;
	font-size: 12px;

}




