.borders {
	border: 5px solid #FFFFFF;
}

.borders2 {
	border: 2px solid #FFFFFF;
}

.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	color: #FFFFFF;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 130px;
	color: #FFFFFF;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 25px;
	color: #FFFFFF;
	line-height: 14px;
}

.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 8px;
	color: #FFFFFF;
	line-height: 14px;
}

.textBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	padding-top: 8px;
}

.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	color: #FFFFFF;
	line-height: 14px;
}

.background {
	background-attachment: fixed;
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}

a {
	color: #CCCCCC;
	}
	
a:hover {
	color: #FFFFFF;
}	


a.black:link {color: #000000; text-decoration: none;}
a.black:active {color: #000000; text-decoration: none;}
a.black:visited {color:#FFFFFF; text-decoration: none;}
a.black:hover {color: #FFFFFF; text-decoration: none;}


