/* Overall Settings */
body {
	margin-top				: 0;
	background-color	: #727878;
}

/* Font Settings */
.defaultText {
	font-family				: tahoma;
	font-size					: 13px;
	color							: 5C5C5C;
	text-align				: justify;
}

.footerText {
	font-family				: tahoma;
	font-size					: 10px;
	font-weight				: normal;
	color							: #FFFFFF;
}

/* Table Settings */
table.main {
	width							: 890px;
	margin-top				: 30px;
	background-color	: white;
}

table.news {
	width							: 100%;
	margin-bottom			: 20px;	
}

table.guestbook {
	width							: 500;
	border-bottom			: 1px solid #E4E4E4;
	margin-top				: 10px;
}

table.album {
	width							: 100%;
	font-family				: tahoma;
	font-size					: 11px;
	color							: 5C5C5C;
	text-align				: justify;
}

td.albumLabels {
	padding-left			: 10px;
	font-family				: tahoma;
	font-size					: 12px;
	font-weight				: normal;
	color							: 6AD400;
	text-align				: right;
}

td.gbookName {
	font-family				: tahoma;
	font-size					: 11px;
	color							: 5C5C5C;
	text-align				: justify;
}

td.gbookDate {
	font-family				: tahoma;
	font-size					: 11px;
	color							: 6AD400;
	text-align				: right;
}

td.gbookMessage {
	font-family				: tahoma;
	font-size					: 11px;
	color							: 5C5C5C;
	text-align				: justify;
	padding-bottom		: 5px;
}

td.content {
	vertical-align		: top;
}

td.recentNews {
	width							: 25%;
	background-color	: #E4E4E4;
	vertical-align		: top;
	text-align				: center;
}

td.newsFooter {
	border-top				: 1px solid #E4E4E4;
	padding-top				: 5px;
	font-family				: tahoma;
	font-size					: 11px;
	font-weight				: normal;
	color							: 6AD400;
	text-align				: right;
}

/* Header Settings */
h1 {
	font-family				: tahoma;
	font-size					: 20px;
	color							: #B4B4B4;
	font-weight				: bold;
}

h2 {
	font-family				: tahoma;
	font-size					: 13px;
	color							: 6AD400;
	font-weight				: bold;
}

h3 {
	font-family				: tahoma;
	font-size					: 13px;
	color							: 6AD400;
	font-weight				: bold;
}

/* Banner Settings */
div.banner {
	margin-top				:	9px;
	text-align				:	center;
}

object.banner {
	border						: 1px solid #FFFFFF;
}

/* Form Settings */
td.formLabels {
	width							: 200px;
	font-family				: tahoma;
	font-size					: 12px;
	font-weight				: normal;
	color							: 6AD400;
	text-align				: right;
}

td.formInput {
	text-align				: left;
}

input.textfield {	
	font-family				: tahoma;
	font-size					: 12px;
	font-weight				: normal;
	color							: 5C5C5C;
	border						: 1px solid #727878;
}

textarea {
	font-family				: tahoma;
	font-size					: 12px;
	font-weight				: normal;
	color							: 5C5C5C;
	border						: 1px solid #727878;
}

input.button {
	width							: 220px;
	font-family				: tahoma;
	font-size					: 12px;
	font-weight				: normal;
	color							: #FFFFFF;
	background-color	: #727878;
	border						: 1px solid #727878;
}

/* Hyperlink Settings */
a:link {
	font-family				: tahoma;
	font-size					: 13px;
	font-weight				: normal;
	color							: 5C5C5C;
	text-decoration		: underline;
}
a:hover {
	font-family				: tahoma;
	font-size					: 13px;
	font-weight				: normal;
	color							:	6AD400;
	text-decoration		: none;
}
a:visited {
	font-family				: tahoma;
	font-size					: 13px;
	font-weight				: normal;
	color							: 5C5C5C;
	text-decoration		: underline;
}

a.footer:link {		
	font-family				: tahoma;
	font-size					: 10px;
	color							: #FFFFFF; 
	font-weight				: bold;
}

a.footer:visited {
	font-family				: tahoma;
	font-size					: 10px;
  color							: #FFFFFF; 
  font-weight				: bold;
  text-decoration		: underline; 
}

a.footer:active {
	font-family				: tahoma;
	font-size					: 10px;
  color							: #FFFFFF;
  font-weight				: bold;
  text-decoration		: underline;
}

a.footer:hover {c
	font-family				: tahoma;
	font-size					: 10px;
  color							: #FFFFFF;
  font-weight				: bold;
  text-decoration		: underline;
}