/*Text Bars*/
.topBar {
	text-align:right;
	vertical-align:bottom;
	padding-bottom:5px;
	padding-right:30px;
	}
	
.bottomBar {
	text-align:center;
	vertical-align:bottom;
	}
/*-------------------------------------------------------*/


/*Link Styles*/
img {
	border:0;
	}
	
a {
	color:#990000;
	text-decoration:underline;
	font-family:Arno Pro, "Times New Roman", Times, serif;
	border:0;
	}
	
a:hover {
	color:#990000;
	text-decoration:none;
	font-family:Arno Pro, "Times New Roman", Times, serif;
	}
/*---------------------------------------------------------*/

/*Text Styles*/
.text {
	font-family:Arno Pro, "Times New Roman", Times, serif;
	}

.header {
	font-family:Arno Pro, "Times New Roman", Times, serif;
	color:#990000;
	}

.copy {
	font-family:Arno Pro, "Times New Roman", Times, serif;
	font-size:12px;
	}

.padding {
	padding-left:30px;
	padding-right:30px;
    }
		
.fleft {
	float:left;
	}
	
.fright {
	float:right;
	}