/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bgGrad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.mainBluGrad {
	background-color: #000000;
	background-image: url(../images/bgGrad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	vertical-align: top;
}

.descTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.descTxt a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

.descTxt a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	color: #FF9900;
}

.descTxt a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FF9900;
	text-decoration: underline;
}

.descTxt a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FF9900;
	text-decoration: underline;
}

.footTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footTxt a{
	text-decoration: underline;
	color: #FFFFFF;
}
.footTxt a:visited{
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footTxt a:hover{
	color: #FF9900;
}
.orngTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 135%;
	text-transform: uppercase;
	color: #FF9900;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}


.orngTitle a{
	text-decoration: none;
	color: #FF9900;
}

.orngTitle a:hover{
	text-decoration: underline;
	color: #FF9900;
}
