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

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

a:hover {
	color: #62CD01;
}

b, strong {
	color: #62CD01;
}

i        {
	color: #FFCC04;
}




}


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: #FCE74E;
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #F5F5F5;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 9pt;
	padding: 5px;
    border-bottom:#FFFF99 solid 6px;
}

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