@charset "UTF-8";
/* CSS Document */

.body_font {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:24px;
	color: #444647;
	font-size: 15px;
}
.bcrf_font {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
	color: #444647;
	font-size: 14px;
}
.copyright_font {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:14px;
	color: #444647;
	font-size: 12px;
}
.body_font_med {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:24px;
	color: #444647;
	font-size: 18px;
}
.body_font_blue {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:24px;
	color: #004775;
	font-size: 15px;
}
.login_font_green {
	font-family: open-sans;
	font-style: normal;
	font-weight: bold;
	line-height:24px;
	color: #7CAB45;
	font-size: 16px;
}
.body_font_med_blue {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:24px;
	color: #004775;
	font-size: 18px;
}
.body_header1_font {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:24px;
	color: #444647;
	font-size: 20px;
}
.body_header1_font_blue {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:24px;
	color: #004775;
	font-size: 20px;
}
.body_header1_font_green {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:24px;
	color: #7CAB45;
	font-size: 20px;
}
.body_font_white {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:24px;
	color: #fff;
	font-size: 15px;
}
.body_font_white_18bold {
	font-family: open-sans;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	font-size: 18px;
}
.body_font_white_24bold {
	font-family: open-sans;
	font-style: normal;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
	font-size: 24px;
}
.footer_main_font {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:24px;
	color: #fff;
	font-size: 12px;
}
.footer_main_font1 {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:20px;
	color: #fff;
	font-size: 12px;	
}
.footer_main_font_bold {
	font-family: open-sans;
	font-style: normal;
	font-weight: bold;
	line-height:20px;
	color: #fff;
	font-size: 16px;	
}
.footer_16 {
	font-family: open-sans;
	font-style: normal;
	font-weight: bold;
	line-height:24px;
	color: #fff;
	font-size: 16px;
}
.button001 {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #004775;
    border: none;
    color: white;
    padding: 15px 32px;
	border-radius: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 20px;
}
.button001:hover {
    background-color: #7CAB45;
    color: white;
}
.button011 {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #004775;
    border: none;
    color: white;
    padding: 15px 32px;
	border-radius: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 20px;
}
.button011:hover {
    background-color: #547B2C;
    color: white;
}

.buttonSubmit {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #004775;
    border: none;
    color: white;
    padding: 8px 8px;
	width: 80px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 16px;
}
.buttonSubmit:hover {
    background-color: #7CAB45;
    color: white;
}
.button002 {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #7CAB45;
    border: none;
    color: white;
	width: 200px;
    padding: 8px 8px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 14px;
}
.button002:hover {
    background-color: #004775;
    color: white;
}
.button002a {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #7CAB45;
    border: none;
    color: white;
	width: 200px;
    padding: 8px 8px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 14px;
}
.button002a:hover {
    background-color: #547B2C;
    color: white;
}
.button003 {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #7CAB45;
    border: none;
    color: white;
    padding: 8px 20px;
	border-radius: 4px;
	height: 40px;
	width:116px;
	text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 14px;
}
.button003:hover {
    background-color: #004775;
    color: white;
}
.button004 {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #004775;
    border: none;
    color: white;
    padding: 8px 20px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 12px;
}
.button004:hover {
    background-color: #031E38;
    color: white;
}
.button004l {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #004775;
    border: none;
    color: white;
    padding: 8px 16px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 12px;
}
.button004l:hover {
    background-color: #547B2C;
    color: white;	
}
.button005 {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #004775;
    border: none;
    color: white;
    padding: 8px 20px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 16px;
}
.button005:hover {
    background-color: #547B2C;
    color: white;
}
.button005a {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #004775;
    border: none;
    color: white;
    padding: 12px 24px;
	border-radius: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 16px;
	font-weight:bold;
}
.button005a:hover {
    background-color: #547B2C;
    color: white;
	
}
.button006 {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #7CAB45;
    border: none;
    color: white;
    padding: 8px 20px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 14px;
}
.button006:hover {
    background-color: #004775;
    color: white;
}
.buttonlogout {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #7CAB45;
    border: none;
	width: 100px;
    color: white;
    padding: 4px 10px;
	border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 11px;
}
.buttonlogout:hover {
    background-color: #004775;
    color: white;		
}
.button006gb {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #7CAB45;
    border: none;
    color: white;
    padding: 2px 2px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 14px;
}
.button006gb:hover {
    background-color: #004775;
    color: white;	

}
.buttonSubmit {
  	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #004775;
    border: none;
    color: white;
    padding: 8px 8px;
	width: 80px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: open-sans;
    font-size: 16px;
}
.buttonSubmit:hover {
    background-color: #7CAB45;
    color: white;
}
.body_font_links {
	font-family: open-sans;
	font-style: normal;
	font-weight: normal;
	line-height:24px;
	color: #444647;
	font-size: 15px;
}

.body_font_links a:link { color: #003366; text-decoration: none }
.body_font_links a:active { color: #003366; text-decoration: none }
.body_font_links a:visited { color: #003366; text-decoration: none }
.body_font_links a:hover { color: #1B1001; text-decoration: underline }

.body_font_white_18bold_links {
	font-family: open-sans;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	font-size: 18px;
}

.body_font_white_18bold_links a:link { color: #fff; text-decoration: none }
.body_font_white_18bold_links a:active { color: #fff; text-decoration: none }
.body_font_white_18bold_links a:visited { color: #fff; text-decoration: none }
.body_font_white_18bold_links a:hover { color: #fcfcfc; text-decoration: underline }


#myTableBorder {

border: 1px solid #004775;

}
#myTableBorder1 {

border: 1px solid #7CAB45;

}