.arial12wh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.arial_gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.arial13wh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.arial12bl {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
	text-align: justify;
}
.arial12blue {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	color: ABD1FF;
	text-decoration: none;
	text-align: justify;
}
.arial12lightblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00CCFF;
	text-decoration: none;
	text-align: justify;
}
.arial12black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.arial11black1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.link_1 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	/* padding:0 15px 25px 25px; */
}

a.link_1 :hover {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	/* padding:0 15px 35px 25px; */
}

/* CSS for the Contact Us Form */
/*BOF :: contact us form css*/
.form_heading {
	font-family:Trebuchet MS, Georgia,Times New Roman, Times, serif;
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	
}

.validator {
	font-family:Georgia,Times New Roman, Times, serif;
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}

.form_borderline{ 
	border: 1px #CCCCCC solid; 
	 
}
.field_input	{ 
	border: 1px #CCCCCC solid; 
}
.submit_button
{
	border:1px solid #333333;
	height:23px;
	width:72px;
	background-color:#999999;
	font-family:verdana;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	
}
.field_text {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
	height:5px;
	text-align:left;
}

.helptext{
	font-family:Verdana ,"Trebuchet MS", "Bookman Old Style", "Times New Roman", Verdana, Arial;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:14px;
}

/*EOF :: contact us form css*/

/* Success Messages Styles Start */
#table_message_ok {
    border: #00aa00 1px solid;
	background-color:#FFF2F9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	}

#table_message_ok .message_header_ok {
    background-color: #BAFCBA;
    border-bottom:#00AA00 1px solid;
    font-weight:bold;
    text-align:left;
    vertical-align:middle;
	}

#table_message_ok .message_ok {
    color: #00AA00;
	}

#table_message_ok .message_ok_2 {
    color: #00AA00;
	}
#table_message_ok ul{
	margin-bottom:0px;
	margin-top:0px;
}
/* Error Messages Styles Start */
#table_message_error {
    border: #FF0000 1px solid;
	background-color:#FFF2F9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    /*width: 450px;*/
	width:100%;
	}

#table_message_error .message_error_header {
    background-color: #FFA9A9;
	border-bottom:#FF0000 1px solid;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	}

#table_message_error .message_error {
    color:#FF0000;	
}
#table_message_error ul{
	margin-bottom:0px;
	margin-top:0px;
}
