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

#nroimg {
margin:0 0 -10px 0;
}


/*Emma code*/


/* Controls width of your form */
.e2ma_signup_form {
	overflow: visible;
	margin:0 0 0 0;
	
	}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
float:left;
margin:0 0 0 10px;
		}
		
		
	
/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
}
	

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
  }


/* Controls style and formatting of welcome message */
.e2ma_signup_message {
display:none;
	}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin: 5px 0 0 0;
color:#ffffff;
text-transform:capitalize;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	display: none;
	height:0px;
	overflow:hidden;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	display: none;
	height:0px;
	overflow:hidden;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
float: right;
margin:-24px -5px 0 74px;

}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: none;
	height:0px;
	overflow:hidden;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
    width: 60px !important;

}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/*SEO*/

a {
	font-weight: bold;
}
a:link    { color: #1E5E88; font-weight: bold;	text-decoration: none; }
a:visited {	text-decoration: none; color: #1E5E88; }
a:hover   { text-decoration: none; color: #A47D5F; }
a:active  { text-decoration: none; color: #1E5E88; }

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #E0D9CC;
}
.style2   { font-size: 10px; font-weight: bold; }
.style4   { color: #004968 }
.style5   { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style15  { color: #E1D9CE }
.style17  { color: #FFFFFF; font-size: 11px; }
.style19  { color: #FFFFFF; font-size: 12px; }
.style20  { font-size: 11px; }
.style20B { font-size: 11px; font-weight: bold; }
.style22  { font-weight: bold; font-size: 20px; }
.style23  { font-size: 14px; font-weight: bold; color: #005480; }
.style23B {	color: #666666; }
.style24  { font-size: 10px; }
.style25  { color: #666666; font-weight: bold; }
.style25B { font-size: 14px; font-weight: bold; }
.style25C { font-size: 12px; }
.style25D {	color: #005480;	font-size: 11px; }
.style26  { font-size: 10px;	font-style: italic;	color: #666666; }
.style26B {	font-size: 14px; }
.style26C {	color: #005480;	font-weight: bold; }
.style26D {	font-size: 10px; font-style: italic; color: #333333; }
.style27  { color: #666666; font-weight: bold; font-size: 10px; font-style: italic; }
.style27B {	color: #005480; }
.style28  { color: #FFFFFF; }
.style28B { color: #FF0000; }
.style29  { color: #333333; }
.style30  { color: #333333; }
.style31  { color: #FF0000; }
.style33  { font-size: 11px; color: #666666; }
.style35  { font-size: 12px; color: #666666; }
.style37  { font-size: 12px; color: #333333; }
.style37B { font-size: 10px; }
.style36C { color: #FD2313; }
.style38B {	font-weight: bold; font-size: 10px;	color: #FF0000; }
.style38  { color: #FF0000; }
.style39B { color: #333333;	font-size: 10px; }
.style39C { color: #333333; font-size: 10px; }
.style40B { color: #333333; font-size: 10px; }
.style40C { color: #E0D9CC; }
.style40D { color: #FF0000; }
.style40  { font-weight: bold; font-size: 10px; color: #FF0000; }
.style39  { color: #E0D9CC; }
.style41  { color: #333333; font-size: 10px; }
.style42  { font-size: 10px; font-style: italic; }
