BODY {
 {background: #FFFFF; } 
}

.table_charter {
	BACKGROUND-IMAGE: url(../images/charter_bg.jpg); 
	FONT-SIZE: 16px;
	FONT-FAMILY: arial;
	COLOR: white;
	text-shadow: 2px 2px 2px #000;
	}
		
.table01 {
	BACKGROUND: #00BB9F;
	}
	
.table02 {
	BACKGROUND: white;
	}

.table_main {
	BACKGROUND: #E5E5E5;
	}
	
.text01 {
	FONT-SIZE: 13px;
	FONT-FAMILY: arial;
	COLOR: black;
	}
	
.text02 {
	FONT-SIZE: 13px;
	FONT-FAMILY: arial;
	FONT-WEIGHT: bold;
	}

.newslettertitle {
	FONT-SIZE: 20px;
	FONT-FAMILY: arial;
	FONT-WEIGHT: bold;
	}

.newsletterdate {
	FONT-SIZE: 13px;
	FONT-FAMILY: arial;
	}
		
.cell01 {
	FONT-SIZE: 13px;
	FONT-FAMILY: arial;
	FONT-WEIGHT: bold;
	COLOR: white;
	}
	
.cell02 {
	FONT-SIZE: 13px;
	FONT-FAMILY: arial;
	COLOR: black;
	BACKGROUND: #C7E9F8;
	VERTICAL-ALIGN: top;
	PADDING: 20px;
	}
	
.bottomlinks {
	FONT-SIZE: 11px;
	FONT-FAMILY: arial;
	COLOR: white;
	TEXT-ALIGN: center;
	}
		


/* Navigation for Gallery */	
.nav {
	FONT-SIZE: 12px;
	FONT-FAMILY: arial;
	}

/* Login Text for Gallery */	
.nav2 {
	FONT-SIZE: 12px;
	FONT-FAMILY: arial;
	}
	
/* Title Link for Gallery Thumbnails */	
.legend {
	FONT-SIZE: 12px;
	FONT-FAMILY: arial;
	}

/* Home & Main Links for Gallery*/	
.navlinks {
	FONT-SIZE: 10px;
	FONT-FAMILY: arial;
	COLOR: black;
	}
	
/* Create Web Album Folder */	
h1 {
	FONT-SIZE: 14px;
	FONT-FAMILY: arial;
	}

/* Create Web Album Folder */	
.createfolder {
	FONT-SIZE: 12px;
	FONT-FAMILY: arial;
	}
	
div.datetime {
	FONT-SIZE: 13px; FONT-FAMILY: verdana; font-style: italic;
	}
	
a:link {color:#0F87FF; background:transparent; text-decoration:none;}
a.light:link {color:#CAE4FF; background:transparent; text-decoration:none;}
a.white:link {color:#FFFFFF; background:transparent; text-decoration:none;}


a:visited {color:#0F87FF; background:transparent; text-decoration:none;}
a.light:visited {color:#CAE4FF; background:transparent; text-decoration:none;}
a.white:visited {color:#FFFFFF; background:transparent; text-decoration:none;}


a:hover {color:#FF0000; background:transparent; text-decoration:none;}
a.light:hover {color:#FF0000; background:transparent; text-decoration:none;}
a.white:hover {color:#FF0000; background:transparent; text-decoration:none;}


a:active {color:#FF0000; background:transparent; text-decoration:none;}
a.light:active {color:#FF0000; background:transparent; text-decoration:none;}
a.white:active {color:#FF0000; background:transparent; text-decoration:none;}


/* Left Column Style */
.contactformLeftColumn {
 padding-right:5px;
 padding-bottom:5px;
}

/* Right Column Style */
.contactformRightColumn {
 padding-right:5px;
 padding-bottom:5px;
}

/* Selection Field Style */
.contactformSelectField {
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
}

/* Text Field Style */
.contactformTextField {
 width:150px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
}

/* Text Field Style */
.ScontactformTextField {
 width:50px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
}

/* Text Field Style */
.LcontactformTextField {
 width:200px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
}

/* Text Area Style */
.contactformTextArea {
 width:450px;
 height:80px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
}

/* Check Box Style */
.contactformCheckBox {
}

/* Submit Button Style */
.contactformSubmit {
 border: 1px solid #999999;
}

/* Form Description Text */
.formtext {
	FONT-SIZE: 11px; FONT-FAMILY: arial
	}
	
/* Errors Block Style */
.contactformErrors {
 color:#FF0000;
}

/* Thank You Message Style */
.contactformThankYou {
}

/* START: Blogs */

.cell_blogs {
	FONT-SIZE: 13px;
	FONT-FAMILY: arial;
	COLOR: black;
	}
	
.cell_blogstitle {
	FONT-SIZE: 13px;
	FONT-FAMILY: arial;
	COLOR: black;
	TEXT-DECORATION: underline;
	}

INPUT, TEXTAREA, SELECT {
  font-family: arial;
  font-size: 13px;
}


.txt_input
{
  width: 100%;
}
.txt_area
{
  width: 100%;
  height: 350px;  
}

.datetime
{
  color: #999999;
}

.main_title {
  padding-top: 3px;
  color: #800000;
  font-weight: bold;
  font-size: 15px;
  font-family: arial;
}
/* END: Blogs */