body {
scrollbar-face-color: #ffcc00;
scrollbar-highlight-color: #ffff66;
scrollbar-3dlight-color: #ffff00;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #ffcc00;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffff99;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: gold;
	text-decoration: none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
th a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
th a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
th a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
th a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: gold;
	text-decoration: none;
}


.TableHind {
        background: #f5f5dc;
        BORDER-BOTTOM: #72694D 1px solid;
        BORDER-LEFT: #72694D 1px solid;
        BORDER-RIGHT: #72694D 1px solid;
        BORDER-TOP: #72694D 1px solid;
        COLOR: #000000;
        FONT-FAMILY: verdana;
        FONT-SIZE: 8px;
}
.FieldLiin {
        background: #FFFFA8;
        BORDER-BOTTOM: #72694D 0px solid;
        BORDER-LEFT: #72694D 0px solid;
        BORDER-RIGHT: #72694D 0px solid;
        BORDER-TOP: #72694D 0px solid;
        COLOR: #000000;
        FONT-FAMILY: verdana;
}
/* admin name style */
.adminname {
	color: 90B850;
}

/* entry subject */
.subject {
	color: #222222;
	background-color: #D3DCE3;
	font-size: xx-small;
	font-weight: bold;
	padding: 3;
}

/* admin replies */
.reply {
	color: #FFFF00;
	background-color: #FF0000;
	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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
}

/* TD: subject cells */
td.subject {
	color: #000000;
	background-color: #B0C0D0;
	font-size: xx-small;
	font-weight: bold;
}

/* TD: cells containing links */
td.links {
	background-color: #D7F1FB;
	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: #504060;
	font-size: xx-small;
}

/* TD: entry details */
td.details {
	background-color: #CDDDF1;
}

/* TD: cells with "no" formatting */
td.none {
	background-color: #78A0C8;
	font-size: xx-small;
}

/* HR */
hr {
	color: #FF9933;
}

/* 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;
}