body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #888888;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
 color: #660000;
}

/* footer info */
.footer {
	color: #999999;
	font-size: xx-small;
}

/* error message style */
.error {
	color: #DD0000;
}

/* admin name style */
.adminname {
	color: #FF0000;
}

/* entry subject */
.subject {
	color: #222222;
	font-size: xx-small;
	font-weight: bold;
}

/* admin replies */
.reply {
	color: #222222;
	font-size: xx-small;
	font-weight: bold;
}

/* 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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
}

/* A */
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link {
	color: #990000;
 font-family: Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none;
}
a:visited {
	color: #990000;
 font-family: Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none;
}
a:active {
	color: #990000;
 font-family: Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none;
}
a:hover {
	color: #996633;
 font-family: Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none;
}


/* TABLE */
table {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
 color: #660000;
}

/* TH */
th {
;
}

th a:link {
	color: #990000;
 font-family: Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none;
}

th a:hover {
	color: #996633;
	font-family: Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none;
}

/* TD */
td {
;
}

/* TD: subject cells */
td.subject {
	color: #330000;
	font-size: 10px;
	font-weight: bold;
}

/* TD: cells containing links */
td.links {
	font-size: 9px;
	font-weight: bold;
}

/* TD: "Edit entry" cells */
td.edit {
	font-size: 9px;
	font-weight: bold;
}

/* TD: cells containing input buttons */
td.buttons {
	font-size: xx-small;
}

/* TD: entry details */
td.details {
;
}

/* TD: cells with "no" formatting */
td.none {
	font-size: 9px;
}

/* HR */
hr {
	color: #000000;
}

/* user input fields and buttons */
textarea {
	overflow: auto;
}
textarea{
	color: #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

/* IMG */
img {
	border: 0;
}
input { 
	color: #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
 } select  { 
	color: #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
 } 