body {
	background-image: url("/images/paintBg.gif");
	background-color: #000000;
	color: #C9D26D;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	
}

td,p,pre {
	color: #C9D26D;
	font-family: tahoma,sans-serif;
	font-size: 11px;
}


a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #D6E568;
	font-weight: bold;
	text-decoration: underline;
}

.title {
	font-size: 12px;
	font-weight: bold;
}

.showName {
	font-size: 13px;
	font-weight: bold;
}

.blueBg {
	background-color: #5D78A1;
}

.guestTable {
	background-color: #5D78A1;
}

.guestHead {
	background-color: #000000;
	color: #5D78A1;
}

.guestBg {
	background-color: #000000;
}

.pink {
	color: #DC323F;
}

.blue {
	color: #5D78A1;
}
.large {
	font-size: 14px;
}

.journalDate {
	color: #5D78A1;
	font-size: 18px;
	font-weight: bold;
}

.error {
	color:#ff0000;
	font-weight:bold;
}

div#footer {
	color:#5a5a5a;
	font-size:10px;
	text-align:right;
	padding:0 30px 20px 30px;
	margin:0;
}

div#footer a:link, div#footer a:visited {
	color:#5a5a5a;
	font-weight:normal;
	text-decoration:underline;
	
}

div#footer a:hover {

	text-decoration:none;
	
}
