div {

	FONT-WEIGHT: normal; FONT-SIZE: 12px; 
	FONT-FAMILY: Arial;

}

A {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; FONT-FAMILY: Arial;
	color:#000;
}
A:link {
	FONT-WEIGHT: bold; COLOR: #023962; TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: bold; COLOR: #023962; TEXT-DECORATION: none
}
A:active {
	COLOR: #023962; TEXT-DECORATION: none
}
A:hover {
	COLOR: #009ada; 
	TEXT-DECORATION: none;
}
A.reverse {
	FONT-FAMILY: Arial;;
}
A.reverse:link {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: none
}
A.reverse:visited {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: none
}
A.reverse:active {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: none
}
A.reverse:hover {
	FONT-WEIGHT: bold; COLOR: #3058a6; 
	FONT-FAMILY: Arial;; 
	TEXT-DECORATION: underline;
}
A.breverse {
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial;
}
A.breverse:link {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: none
}
A.breverse:visited {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: none
}
A.breverse:active {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: none
}
A.breverse:hover {
	FONT-WEIGHT: bold; COLOR: #dab60a; 
	FONT-FAMILY: Arial; 
	TEXT-DECORATION: underline
}  

html {
   height: 100%;
   background-color: #f0f0f0;
}

body {
    background-color: #f0f0f0;
    font-family: Arial !important;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}


body div {
    font-family: Arial !important;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
	min-height: 100%;
}

input, button, select, textarea, td {
    font-family: Arial !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

#form1 {
    background: #f0f0f0;
}

#content_wrapper {
    width: 1186px;
    padding: 0;
    margin: 0 auto;
}

#main_content {
    background: #fff;
}

#header {
    height: 130px;
    background: #fff;
	background-size: 100% 100%;
}
.Section-Default-Header span:first-of-type,.Section-WithBorder-Header span:first-of-type,
 .WebPart-Default-Header span:first-of-type,  .WebPart-withBorder-Header span:first-of-type{
		padding-left: 5px!important; 
}
