/* CSS Document */

/*[GLOBAL] This style is for the top header*/
/* Not being used yet!!*/
.header_style {
	color:#1777A9; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:small;
	}


/*[GLOBAL] This style is for the tab titles*/
.tab_text {
	padding-top:10px; 
	text-align:center; 
	color:white;
	font-family:Arial;
	font-size:small;
	}

/*[TAB-3] This style is for the titles to the links in the tab body*/
.tab_body_text_titles {
	color:#1878AB;
	font-family:Arial;
	font-size:12px;
	padding-left:5px;
	padding-top:5px;
	}

/*[TAB-3] This style is for the links in the tab body*/
.tab_body_text_links {
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:5px;
	text-decoration:none;
	}

/* [GLOBAL] This style is for the (Services/Support/Client Login/Company) */
.style3 {
	color:#1777A9; 
	font-family:Arial; 
	font-size:11px;
	cursor:pointer;
	padding-top:3px;
	text-decoration:none;
	}

.bottom_content_title {
	color:#2E446D;
	font-size:16px;
	font-family:Arial;
	margin-left:20px;
	margin-bottom:20px;
	}
	
.bottom_content_text {
	color:#000000;
	font-size:11px;
	font-family:Arial;
	margin-left:20px;
	}
	
.level2_titles {
	color:#2E446D;
	font-size:16px;
	font-family:Arial;
	margin-left:0px;
	margin-bottom:0px;
	}
	
.level2_text {
	color:#000000;
	font-size:12px;
	font-family:Arial;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.footer {
	background-color:#F8F9FC;
	}
