.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;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	letter-spacing:.1em; 


}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #8291aa;
	line-height: 20px;
	letter-spacing:.1em; 

}



.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #000000;
	list-style-type: none;

}
.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	color: #000000;
	list-style-type: none;

}

.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;
}

.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	color: #FFFFFF;
	line-height: 14px;
}

.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #000000;
	list-style-type: none;
	padding-right: 40px;

}

.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.black:link {color: #000000; text-decoration: none;}
a.black:active {color: #000000; text-decoration: none;}
a.black:visited {color:#993366; text-decoration: none;}
a.black:hover {color: #5d88a1; text-decoration: none;}

a.gray-u:link {color: #333333; font-weight: bold;}
a.gray-u:active {color: #333333; font-weight: bold;}
a.gray-u:visited {color:#993366; font-weight: bold;}
a.gray-u:hover {color: #5d88a1; font-weight: bold;}

a.blue:link {color: #8291aa;}
a.blue:active {color: #8291aa;}
a.blue:visited {color: #000000;}
a.blue:hover {color: #333333;}	

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	

.bullet {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: square;
}


