/* SITE WIDE PADDING */

.pad_standard {
	padding-left : 10px;
	padding-right : 10px;
}

/*END SITE WIDE PADDING*/

/*SITE WIDE LINKS*/
A {
    color : #029DC7;
   	text-decoration : none;

}

A:HOVER {
	color : Red;
	text-decoration : none;
}
a img {
	border:none;
}

/* HEADER BAR TEXT*/

.text_headerbar {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #666666;
	text-decoration : none;
	letter-spacing : 1px;
}
A.text_headerbar:LINK{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #666666;
	text-decoration : none;
	letter-spacing : 1px;
	
}
A.text_headerbar:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Red;
	text-decoration : none;
	letter-spacing : 1px;
}

.text_2sisterheaderbar{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0E2B87;
	text-decoration : none;
	letter-spacing : 1px;
	font-weight : bold;
}
.pad_headerbar {
	padding-left : 10px;
	padding-right : 10px;
	padding-top: 3px;
}
/*END HEADER BAR TEXT*/

/*FOOTER AREA TEXT*/

.text_footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: White;
	text-decoration : none;
	letter-spacing : 1px;
}
A.text_footer:LINK{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: White;
	text-decoration : none;
	letter-spacing : 1px;
	
}
A.text_footer:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Red;
	text-decoration : none;
	letter-spacing : 1px;
}
.text_footer_dark {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:  #666666;
	text-decoration : none;
	letter-spacing : 1px;
}
/*FOOTER AREA TEXT*/
/*MOUSEOVER TEXT*/
.text_mouseover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: Black;
	text-decoration : none;
	letter-spacing : 2px;
	padding-top: 8px;
}
/*MOUSEOVER TEXT*/
/*IMAGE BORDERS*/
.imageborders{
	border : 1px solid Black;
}
/*IMAGE BORDERS*/
/*FORMS*/
.FORMS{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	text-decoration : none;
	letter-spacing : 2px;
	background-color : White;
	border : 1px solid #666699;
}
/*FORMS*/
/*SITE WIDE STANDARD TEXT*/
.text_contactpage{
	font-family : Arial, Helvetica, sans-serif;
    font-size : 75%;
	color : Black;
	text-decoration : none;
	letter-spacing : 1px;
	}
	.text_standard{
	font-family : Arial, Helvetica, sans-serif;
    font-size : 75%;
	color : Black;
	text-decoration : none;
	letter-spacing : 0px;
	}
	.text_news{
	font-family : Arial, Helvetica, sans-serif;
    font-size : 75%;
	color : Black;
	text-decoration : none;
	letter-spacing : 0px;
	}
	.text_newsdate{
	font-family : Arial, Helvetica, sans-serif;
    font-size : 75%;
	color :  #029DC7;
	text-decoration : none;
	letter-spacing : 0px;
	}
	.text_highlight{
	font-family : Arial, Helvetica, sans-serif;
    color :  #0E2B87;
	text-decoration : none;
	letter-spacing : 0px;
	font-style : italic;
	}
/*SITE WIDE STANDARD TEXT*/