P {
	font-family: Arial,Helvetica;
	font-size: 12px;
}

.Alert {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	color: #FF0000;
	padding: 5px;
}

.Title_Secondary {
	font-family: Arial,Helvetica;
	font-size: 18px;
	font-style: italic;
	padding-top: 20px;
}

.Member_Tabs {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.Member_Tabs A {
	color: white;
	display: block;
	font-family: Arial,Helvetica;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.Member_Tabs A:hover {
	background-color: black;
}