.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: normal;
	font-size:30px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 0px;
}
	
/*  nav displays the style of the main navigation links */
.nav {
    font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c5bc8a;
	text-decoration: none;
	}
	
a.nav:link {
    color: #c5bc8a;
}

a.nav:hover {
     color: #FFFFFF;
}

/*  nav displays the style of the bottom navigation links */
.bnav {
    font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c5bc8a;
	text-decoration: none;
	}
	
a.bnav:link {
    color: #c5bc8a;
}

a.bnav:hover {
     color: #FFFFFF;
}

/*  table.ezform is the top header on the login form (and other forms) */
table.ezform {
	background-color: #282828;
}

/*  date is the date of the blog) */
.date {
    font-family: verdana, arial, sans-serif;
	color: #c5bc8a;
	font-size: 12px;
}

/*  EZform_header is the top header on the login form (and other forms) */
.ezform_header {
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

/*  EZform_header1 is the top header on the login form (and other forms) */
.ezform_header1 {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

/*  form_choices displays the choices available on the login form (and other forms) */
.ezform_choices {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c5bc8a;
}

/*  form_input_box displays the style of the text box on the login form (and other forms) */
.ezform_input_box {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/*  form_button displays the style of the submit button on the login form (and other forms) */
.ezform_button {
    font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #222222;
	border: solid 1px #808080;
}

/*  form_link displays the style of the links on the login form (and other forms) */
.ezform_link {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #c5bc8a;
	text-decoration: none;
	}
	
a.ezform_link:link {
    color: #ffffff;
    text-decoration: none;
}

a.ezform_link:hover {
     color: #ffffff;
     text-decoration: none;
}

/*  info displays the style of the regular text */
.ezform_info {
    font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #c5bc8a;
    text-decoration: none;
	}
	
a.ezform_info:link {
    color: #ffffff;
    text-decoration: underline;
}

a.ezform_info:hover {
     color: #ffffff;
     text-decoration: underline;
}

/*  needed for download_photos */
a.img_opacity img{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
a.img_opacity:hover img{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

.cellb{
border: solid 1px #788870;
}