body {
	background-color: #1d3300;
	background-image: url("gamma1/bg1.gif");
	color: #c4ccb8;
	font-family: Verdana;
	font-size: 13px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
}

td {
	color: #e1e6da;
	font-family: Verdana;
	font-size: 13px;
}

a {
    color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.menubox {
    width: 150px;
    background-color: #0e1900;
    border: 1px solid #3b6600;
    text-align: center;
    padding: 5px 5px;
    margin-bottom: 10px;
	background-image: url("gamma1/bg2.gif");
}

div.menubox a {
    color: #7f995c;
	text-decoration: none;
}

div.menubox a:hover {
    color: #fafff3;
	text-decoration: none;
}

.title {
    color: #fafff3;
	text-weight: bold;
	font-size: 15px;
	font-weight: bold;
}

ul.list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
}

ul.list li {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.list li span.listtitle {
    color: #fff9e6;
	font-weight: bold;
}

ul.list2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
}

ul.list2 li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input,textarea {
    background-color: #0e1900;
	color: #fafff3;
    border: 1px solid #3b6600;
	background-image: url("gamma1/bg2.gif");
	background-attachment: fixed;
}

p.error {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

tr.header td {
	background-color: #000000;
	font-weight: bold;
	text-align: center;
}

div.box {
    background-color: #0e1900;
    border: 1px solid #3b6600;
    padding: 5px 5px;
    margin-bottom: 10px;
	background-image: url("gamma1/bg2.gif");
}

div.box a {
    color: #7f995c;
	text-decoration: none;
}

div.box a:hover {
    color: #fafff3;
	text-decoration: none;
}


