body {
    background-image: url("/source/bg.jpg");
}
A.text:link { color: #000000; text-decoration: none}

A.text:hover { color: #000000; text-decoration: none}

.text {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	text-decoration: none;
}
A.orange:link { color: #D0830F; text-decoration: bold}

A.orange:hover { color: #D0830F; text-decoration: underline}

.orange {
	font-family: arial;
	font-size: 12px;
	color: #D0830F;
	line-height: 12px;
	text-decoration: bold;
	font-weight:bold
}
A.white:link { color: #ffffff; text-decoration: bold}

A.white: hover { color: #ffffff; text-decoration: none}

.white {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 12px;
	font-weight:bold
}
A.text11:link { color: #000000; text-decoration: none}

A.text11:hover { color: #000000; text-decoration: none}

.text11 {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
	text-decoration: none;
}
A.PADtext:link { color: #000000; text-decoration: bold}

A.PADtext:hover { color: #000000; text-decoration: underline}

.PADtext {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-decoration: bold;
}
A.BLUEtext:link { color: #08195E; text-decoration: bold}

A.BLUEtext:hover { color: #08195E; text-decoration: underline}

.BLUEtext {
	font-family: arial;
	font-size: 14px;
	color: #08195E;
	text-decoration: bold;
}

.Transparent {
background-color:#000000; 
filter:alpha(opacity=95); 

}