/* tag styles */
body {
	background-image: url(images/bg_scanlines.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9F8966;
	height: 100%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
}
td, tr {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #242424;
}
p {
	text-align:justify;
}

/* form styles */
form { 
	font-family: "Trebuchet MS"; 
	font-size: 12px;
}
select, input, textarea {
	background-color: #E6E0DA; 
	font-family: "Trebuchet MS"; 
	color: #51485F; 
	font-size: 12px;
}
#submitrow input {
	background-color: #B77B1C; 
	color: #FFFFCC; 
	font-weight: bold;
}

/* font styles */
.darktext {  
	font-family: "Trebuchet MS"; 
	font-size: 13px; 
	font-weight: bold; 
	color: #5A370E;
}
.darksmallbold {  
	font-family: "Trebuchet MS"; 
	font-size: 17px; 
	font-weight: normal; 
	color: #6B4201;
}
.lightsmallbold {  
	font-family: "Trebuchet MS"; 
	font-size: 16px; 
	font-weight: bold; 
	color: #C58726;
}
.darkbigbold {  
	font-family: "Trebuchet MS"; 
	font-size: 21px; 
	font-weight: bolder; 
	color: #6B4201;
}
.lightbigbold {  
	font-family: "Trebuchet MS"; 
	font-size: 18px; 
	font-weight: bold; 
	color: #C58726;
}
.copyright {  
	font-family: "Trebuchet MS"; 
	font-size: 11px; 
	color: #000000;
}
.firstalt {
	background-color: #D7CABB; 
	font-family: "Trebuchet MS";  
	font-size: 14px; 
	color: #000000;
}
.banner {
	background-color: #EAD4B1; 
        border: 2px dotted #5A3B0B;
	padding: 6px;
        margin: 4px; 
	text-align: center; 
	font-family: "Trebuchet MS"; 
	font-size: 17px; 
	font-weight: bold; 
	color: #C1340E;
}
.navbar {
	background-image: url(images/nav/navbar_bg.gif);
	background-color: #E8CEA6;
	padding: 0px 4px 0px 7px;
        font-family: "Trebuchet MS"; 
	font-size: 12px; 
	font-weight: bold; 
	color: #5A370E;
}
.sidebar {
	background-image: url(images/gateway/sidebar_bg.gif);
	background-color: #E8CEA6;
	padding: 0px 7px 0px 7px;
        text-align: center;
	font-family: "Trebuchet MS"; 
	font-size: 11px; 
	color: #5A370E;
}
.navlinks {
	font-size: 13px; 
	font-weight: bold; 
}
.toplinks {
	font-family: Trebuchet MS,Arial,Tahoma,sans-serif;
	color: #5A370E;
	font-size: 15px; 
	font-weight: bold;
}
.wedding {
	background-image: url(images/misc/wedding_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.blockpad {
	padding: 0px 5px 0px 5px;
}

/* link styles */
a:link, a:visited, a:active {
	color: #C58726;
	text-decoration: none;
}
a:hover {
	color: #5A370E;
	text-decoration: none;
}
a.alt:link, a.alt:visited, a.alt:active {
	color: #A2670D;
	text-decoration: none;
}
a.alt:hover {
	color: #C58726;
	text-decoration: underline;
}
a.black:link, a.black:visited, a.black:active {
	color: #5A370E;
	text-decoration: none;
}
a.black:hover {
	color: #C58726;
	text-decoration: none;
}
a.red:link, a.red:visited, a.red:active {
	color: #CD0000;
	text-decoration: none;
}
a.red:hover {
	color: #CD0000;
	text-decoration: underline;
}