
body {
	background-color: transparent;
        background-image: url();
        background-repeat: repeat-xy;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 11px;
}

/* TEXT, FONTS, ETC. */

font, td, tr, p, textarea, div{
        font-family: arial;
        line-height: 13pt;
        font-size: 9pt;
        color: #FFFFFF;
}

textarea, select, input, option{
        background: #;
        border: 1px solid #;
        color: #FFFFFF;
        font-family: tahoma;
        line-height: 12pt;
        font-size: 8pt;}

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

a:hover, a:active{
        color: #4f8533;
		text-transform: lowercase;
		text-decoration: ;}
        
        

b, strong{
        color: #4f8533;
        font-family: tahoma}

i, em{
        color: #FFFFFF;
        font-family: tahoma}

u{
        color: #FFFFFF;
        border-bottom: 1px solid #;}

textarea, input, select, button {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	cell-spacing: 2px;
	padding: 3px;
	background-color: #transparent;
}

.title {
	background-color: transparent;
	background:  url();
	color: #FFFFFF;
	font-weight: bold;
	line-height: 9pt;
	padding: 3px;
        padding-left: 10px;
        border-bottom:# solid 2px;
	border-top:# solid 1px;
}

.title2 {
	background-color: transparent;
		background:  url();
	color: #FFFFFF;
	line-height: 9pt;
	height: 100%;
	padding: 3px;
	border-left:# solid 1px;
	border-right:# solid 1px;
	border-bottom:# solid 1px;
}

.content {
	background-color: transparent;
	background:  url('/images/v9bg.jpg');
        height: 100%;
        padding: 3px;
	line-height: 9pt;
	border-left:# solid 1px;
	border-right:# solid 1px;
	border-bottom:# solid 1px;
	border-top:# solid 1px;

		
}

.maincontent {
	background-color: transparent;
	background:  url();
        height: 100%;
        padding: 3px;
	line-height: 9pt;
}

</style>