/* CSS Document */

a.linkGrey:link{COLOR:#606b7a; TEXT-DECORATION: none}
a.linkGrey:visited{COLOR:#606b7a; TEXT-DECORATION: none}
a.linkGrey:hover{COLOR:#076d9a; TEXT-DECORATION: underline}

a.sublink:link{COLOR:#076d9a; TEXT-DECORATION: underline}
a.sublink:visited{COLOR:#076d9a; TEXT-DECORATION: underline}
a.sublink:hover{COLOR:#5b5b5b; TEXT-DECORATION: underline}

a.link-Footer:link {color: #878686; text-decoration:none}
a.link-Footer:visited {color: #878686; text-decoration:none}
a.link-Footer:hover {color: #076d9a;text-decoration:underline}

a.linkcopyright:link {color: #000000; text-decoration:underline}
a.linkcopyright:visited {color: #000000; text-decoration:underline}
a.linkcopyright:hover {color: #ba2221;text-decoration:underline}


/*HOME_PAGE CSS*/

.graybox{
	border: 1px solid #cccccc;
}

.graybox1{
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}

.feedback {
	padding: 15px 25px 15px 15px;
}

h1 {
	font-size: 12px;
	color:#FC151D;
}

h2 {
    font:Arial;
  	font-size: 13px;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #8F8E8E;
}

h3 {
    font:Arial;
  	font-size: 24px;
	color: #5b5b5b;
	border-bottom: 1px solid #8F8E8E;
}


p {
	font-size: 13;
	margin-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: normal;
}

.Bodytext5 {
	font-family: Arial;
	font-size: 12px;
	color: #606b7a;
	text-align: justify;
}

.Bodytext6 {
	font-family: Arial;
	font-size: 12px;
	color: #606b7a;
	
}


.Bodytext {
	font-family: Arial;
	font-size: 12px;
	color: #606b7a;
	padding: 10px 15px 0px 15px;

}

.TextBold12 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}


.ContactBodytext {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding: 5px 15px 0px 15px;
}


.Bodytext_contact_13 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.Bodytext_two {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding: 0px 25px 0px 15px;
}


.Bodytext20 {
	font-family: Arial;
	font-size: 20px;
	color: #000000;
	padding: 5px 15px 0px 15px;
}

.Bodytext_table {
	font-family: Arial;
	font-size: 12px;
	color: #000000;

}

.Bodytext_table10 {
	font-family: Arial;
	font-weight:bold;
	font-size: 10px;
	color: #000000;

}


.contact_bodytext {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	padding: 10px 10px 0px 10px;
}


.Body_bold {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}


.subtitle_bold {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

.subtitle_boldRed {
	font-family: Arial;
	font-size: 12px;
	color: #D11340;
	font-weight:bold;
}



.Body_bold_13 {
	font-family: Arial;
	font-size: 13px;
	color: #6b6b6b;
	font-weight:bold;
}


.Body_TEXT14 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}


.gray_bold {
	font-family: Arial;
	font-size: 18px;
	color: #5b5b5b;
	font-weight:bold;
}

.blue_bold_20 {
	font-family: Arial;
	font-size: 30px;
	color: #076d9a;
	font-weight:bold;
}

.blue_bold_18 {
	font-family: Arial;
	font-size: 20px;
	color: #076d9a;
	
}


.blue_bold_13 {
	font-family: Arial;
	font-size: 13px;
	color: #076d9a;
	font-weight:bold;
	
}

.gray_18 {
	font-family: Arial;
	font-size: 20px;
	color: #5b5b5b;
	
}


.black_bold_18 {
	font-family: Arial;
	font-size: 19px;
	color: #000000;
	font-weight:700;
}


.black_bold {
	font-family: Arial;
	font-size: 18px;
	color: #606b7a;
	font-weight:bold;
}

.black_bold2 {
	font-family: Arial;
	font-size: 16px;
	color: #606b7a;
	font-weight:bold;
}


.white_bold {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
}



.bottomlinktext_11px {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	}

/*HOME_PAGE END CSS*/

/*FORM CSS*/

.textField {
	
	width:182px;
	height:18px;
	padding:0px 0px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
}

.textMessage {
	font-family: Arial;
	font-size: 12px;
	width:260px;
	height:85px;
	background:#ffffff;
	border:1px solid #cccccc;
}

.textSubmit {
	font-family: Arial;
	font-size: 11px;
	color: #6b6b6b;
	font-weight: bold;
}
	
/*FORM END CSS*/

/*COPY_RIGHT CSS*/

.copyright {
	font-family: Arial;
	font-size: 11px;
	font-weight:800;
	color: #878686;
}


.copyright2 {
	font-family: Arial;
	font-size: 11px;
	color: #878686;
	font-weight:700;
}


/*COPY_RIGHT END*/



