body {
	background-color: #D2D2DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-face-color: #BBAABB;
	scrollbar-highlight-color: #6F4E70;
	scrollbar-shadow-color: #485060;
	scrollbar-3dlight-color: #485060;
	scrollbar-arrow-color: #FFFFAA;
	scrollbar-track-color: #4F3E60;
	scrollbar-darkshadow-color: #3F2E60;
	margin: 0;
}

/* footer info */
.footer {
	color: #444444;
	font-size: 9px;
}

/* error message style */
.error {
	color: #DD0000;
}

/* admin name style */
.adminname {
	color: #222222;
}

/* entry subject */
.subject {
	color: #222222;
	background-color: #D3CCE3;
	font-size: 9px;
	font-weight: bold;
	padding: 3px;
}

/* admin replies */
.reply {
	color: #222222;
	background-color: #F0CAA6;
	font-size: 9px;
	font-weight: bold;
	padding: 3px;
}

/* xx-small font */
.xxsmall {
	font-size: 9px;
}


/* headings */
h1 {
	color: #222244;
	font-family: Helvetica, Arial, sans-serif;
	font-size: large;
	font-weight: normal;
	margin: 0;
}
h3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
}
.tagline {
	color: #222244;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom:10px;
}
/* A */
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link {
	color: #F0F1A6;
}
a:visited {
	color: #F0F1D6;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}


/* TABLE */
table {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

/* TH */
th {
	color: #FFD8F8;
	background-color: #4F3E60;
}

th a:link {
	color: #F0F1A6;
}

th a:hover {
	color: #FF9933;
}

/* TD */
td {
	color: #333333;
	background-color: #E9E9E9;
}

/* TD: subject cells */
td.subject {
	color: #222222;
	background-color: #BBAABB;
	font-size: 9px;
	font-weight: bold;
}

/* TD: cells containing links */
td.links {
	background-color: #BBAABB;
	font-size: 11px;
	font-weight: bold;
}

/* TD: "Edit entry" cells */
td.edit {
	background-color: #CCB9CC;
	font-size: 9px;
	font-weight: bold;
}

/* TD: cells containing input buttons */
td.buttons {
	background-color: #504060;
	font-size: 9px;
}

/* TD: entry details */
td.details {
	background-color: #BBBBD0;
}

/* TD: cells with "no" formatting */
td.none {
	background-color: #B0C0D0;
	font-size: 9px;
}

/* HR */
hr {
	color: #FFFFFF;
}

/* user input fields and buttons */
textarea {
	overflow: auto;
}
input,textarea,select {
	color: #587389;
	background-color: #FAFAFA;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
}

/* IMG */
img {
	border: 0;
}

.eref {
	background-color: #BBAABB;
	font-size: 11px;
	font-weight: bold;
}
.eref a, .eref table, .eref div, .eref td {
	background-color: #BBAABB;
	font-size: 11px;
	font-weight: bold;
}

#top {background-color: #4F3E60; width:100%; height: 20px; vertical-align:middle; text-align:center; margin:0; padding-top:3px; font-size:12px;}
.b {font-weight:bold;}
.line {height:1px; background-color:#BBAABB; width:100%;}