body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	scrollbar-face-color: #D0DCE0;
	scrollbar-highlight-color: #B0C0D0;
	scrollbar-shadow-color: #485060;
	scrollbar-3dlight-color: #485060;
	scrollbar-arrow-color: #485065;
	scrollbar-track-color: #a4c2c2;
	scrollbar-darkshadow-color: #a4c2c2;
}

/* footer info */
.footer {
	color: #999999;
	font-size: xx-small;
}

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

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

/* entry subject */
.subject {
	color: #222222;
	background-color: #D3DCE3;
	font-size: xx-small;
	font-weight: bold;
	padding: 3;
}

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

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


/* headings */
h1 {
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}
h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
}

/* A */
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link {
	color: #485060;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #FFFFFF;
}


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

/* TH */
th {
	color: #FFD8B8;
	background-color: #CC6666;
}

th a:link {
	color: #F0F1A6;
}

th a:hover {
	color: #FFFFFF;
}

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

/* TD: subject cells */
td.subject {
	color: #222222;
	background-color: #B0C0D0;
	font-size: xx-small;
	font-weight: bold;
}

/* TD: cells containing links */
td.links {
	background-color: #CC6661;
	font-size: xx-small;
	font-weight: bold;
}

/* TD: "Edit entry" cells */
td.edit {
	background-color: #DDAA99;
	font-size: xx-small;
	font-weight: bold;
}

/* TD: cells containing input buttons */
td.buttons {
	background-color: #D0DCE0;
	font-size: xx-small;
}

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

/* TD: cells with "no" formatting */
td.none {
	background-color: #78A0C8;
	font-size: xx-small;
}

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

/* 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;
}