body {
	background-color: #CCCCCE;
        background-image: url(bg.png);
        background-repeat: repeat-x;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #2E2E2E;
	line-height: 9pt;
       
}

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

a:hover {
	color: #000000;
}

b, strong {
	color: #2E2E2E;
}

i        {
	color: #bf995c;
}




}


table, tr, td {
	font-size: 9px;
}

textarea, input, select, button {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #3C3C3C;
	padding: 3px;
	background-color: #A1A1A1;
	border-style: solid;
	border-right: #C0C0C0 1px solid;
	border-left: #C0C0C0 1px solid;
	border-top: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
}

.title {
	background-color: #5290C1;
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #F5F5F5;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 9pt;
	padding: 3px;
        border-bottom:#525252 solid 1px;
}

.content {
	background-color: #E6E6E7;
        height: 100%;
        padding: 3px;
	line-height: 9pt;
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #3C3C3C;
}