body {
	background-color: #B5B5AD;
        background-image: url(bg.jpg);
        background-position: 100px;
        background-repeat: repeat-y;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #898983;
	line-height: 11px;
}

a {
	color: #D185AB;
	text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
}

a:hover {
	color: #8E7280;
}

b, strong {
	color: #8ABA8E;
}

i, em     {
	color: #A797A1;
}

a img {
	border: 1px solid #D9B3BE;
}

a:hover img {
        border: 1px solid #958F91
}

table, tr, td {
	font-size: 9px;
}

textarea, input, select, button {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #B5B5AD;
	cell-spacing: 2px;
	padding: 2px;
	background-color: #FFFFFF;
	border-style: solid;
	border-right: #B5B5AD 1px solid;
	border-left: #B5B5AD 1px solid;
	border-top: #B5B5AD 1px solid;
	border-bottom: #B5B5AD 1px solid;
}

.title {
	background-color: #DCACBC;
	color: #A77183;
	font-weight: bold;
	line-height: 9pt;
	padding: 3px;
        padding-left: 3px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom:#A77183 solid 2px;
}

.title2 {
	background-color: #E7E7E5;
	color: #ACAAAA;
	line-height: 8pt;
	padding: 3px;
        border-bottom:#ACAAAA solid 1px;
}


.content {
	background-color: #CCCCC2;
        height: 100%;
        padding: 3px;
	line-height: 9pt;
}