body {
		background: #ffffff;
		font-family: DinPro, Helvetica, Arial, Sans-Serif;
		font-size: 14px;
	}
	
	#topHeader {
		font-size: 24px;
		font-weight: bold;
		padding-top: 15px;
	}
	
	#topContactInfo {
		font-size: 15px;
		padding-top: 3px;
	}
	
	#mainContent {
		margin-top: 15px;
		margin-bottom: 10px;
		width: 670px;
	}
	
	/*
	acctInfoBox: contains account information generated
	from Amaint - Name, Account Type, CmptID, Pwd, Alias(es)
	*/
	#acctInfoBox {
		border: 5px #666666 solid;
		padding: 10px;
		line-height: 24px;
		width: 650px;
	}
	
	/*
	leftAcctInfoSection: account info section containing
	Name & Account Type, separates left/right sections w/ border
	*/
	#leftAcctInfoSection {
		margin-right: 8px;
		padding-right: 8px;
		border-right: 1px solid #cccccc;
	}
	
	#issueDate {
		padding-bottom: 5px;
		font-size: 13px;
		font-style: italic;
	}
	
	#pwdChangeAlert {
		margin-top: 10px;
		padding-top: 8px;
		text-align: center;
		border-top: 1px solid #999999;
		line-height: 18px;
		font-weight: bold; 
	}
	
	#firstPageContents {
		padding-top: 5px;
		padding-bottom: 20px;
	}
	
	#pwdWarningBox {
		margin-top: 20px;
		padding-left: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
		border: 3px dashed #666666;
		text-align: center;
	}
	
	#signOffWarning {
		border-top: 1px dotted #999999;
		margin-top: 8px;
		margin-bottom: 8px;
		padding-top: 8px;
	}
	
	#secondPageContents {
		margin-top: 100px;
	}
	
	#helpBox {
		margin-top: 30px;
		padding-top: 10px;
		padding-bottom: 25px;
		border: 3px dashed #666666;
		text-align: center;
	}
				
	h1 {
		font-size: 18px;
	}
	
	h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	h3 {
		font-size: 15px;
		font-style: italic;
		margin-bottom: 0px;
	}
	
	ul {
		margin-top: 5px;
		margin-bottom: 5px;
		list-style-type: square;
	}
	
	ol {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	li {
		padding-top: 2px;
		padding-bottom: 2px;
	}