

body{
	width: 950px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: 10px solid #127ac3;
}


.mainLayout {
	width: 930px;
}


.loginTable {
	width: 100%;
	font-size: 10pt;	
}	


.menuBar {
	background-color: #127ac3;
	height: 35px;
}


.menuBar a {
	color: white; 
	font-weight: bold;
	text-decoration: none;	
}


.menuBar a:hover {
	font-style: oblique;
}	

.pwsHeader {
	font-size: 24pt;
	font-weight: bold;
	color: #127ac3;
}

.pwsCatchPhraseHeader {
	font-size: 14pt;
	font-weight: bold; 
}	


.simpleButton {
	background-color: #127ac3;
	color: white;	
}	


.footer {
	width: 80%; 
	font-size: 10pt;
}


.footer td {
	text-align: center;
}

.footer a {
	text-decoration: none
}



.medHeader {
	color: #127ac3; 
}