    html {
		background: #eee;
	}
	
	body {
		background: #eee;
		color: #000;
		font-family: "Lucida Grande", Verdana, Times, serif;
	}
	
	a {
		color: #217696;
		text-decoration: none;
	}
	
	em {
		color: #217696;
		font-style: italic;
	}
	
	a:hover {
		color: #CA9054;
	}
	
	#alert_box {
		background: #FFFFBB;
		font-size: 14px;
		color: #CC6600;
		margin-left: 12%;
		margin-right: 12%;
		padding: .5em 2em;
		border: solid black 1px;
	}
	
	#success_box {
		background: #FFFFBB;
		font-size: 14px;
		color: #1D8E3E;
		margin-left: 12%;
		margin-right: 12%;
		padding: .5em 2em;
		border: solid black 1px;
	}
	
	#main_box {
		background: #fff;
		color: #000;
		margin-left: 22%;
		margin-right: 22%;
		padding: .2em 2em;
		border: solid black 1px;
	}
	
	#main_box_larger {
		background: #fff;
		color: #000;
		margin-left: 12%;
		margin-right: 12%;
		padding: .2em 2em;
		border: solid black 1px;
	}
	
	#print_box_larger {
		background: #fff;
		color: #000;
		margin-left: 12%;
		margin-right: 12%;
		padding: .2em 2em;
	}
	
	h1 {
		color: #000;
		font-size: 18px;
		font-weight: lighter;
	}
	
	h2 {
		font-size: 16px;
	}
	
	p {
	    font-size: .75em;
		line-height: 100%;
		padding-bottom: 2px;
	}
	
	li, dt {
	    font-size: .75em;
		line-height: 125%;
		padding-bottom: 2px;
	}
	
	#alert {
		font-size: 13px;
		background: #fff;
		color: #982919;	
	}

	ul, ol {
	    list-style: none; 
		padding: 0px 0px 0px 25px;
	}
	
	#logo {
		margin-bottom: .5em;		
	}
	
	.smaller {
		font-size: 11px;
	}
	
	th {
	    font-size:  .75em;
	    text-align: right;
	    font-weight: 700;
	}
	
	.th {
	    font-size:  .75em;
	    font-weight: 700;
	}
	
	.td {
	    font-size:  .75em;
	    font-weight: 200;
	}
	
	.td2 {
	    border-top: 1px solid #ccc; 
	    font-size:  .05em;
	    font-weight: 200;
	}
	.not_required {
	    font-size:  .75em;
		font-weight: 200;
	}
	
	.submit {
	    text-align: right;
	}
	
	#footer {
		text-align: right; 
		border-top: 1px solid #ccc; 
		padding-top: 1em; 
		font-style: italic;
		font-size: 12px;
	}
	
	#footer2 {
		text-align: center;
		border-top: 1px solid #ccc; 
		padding-top: 1em; 
		font-size: 10px;
	}
	
	#footer2a {
		text-align: left;
		border-top: 1px solid #ccc; 
		padding-top: 1em; 
		font-size: 10px;
	}
	
	#footer2b {
		text-align: right;
		padding-top: 0em; 
		font-size: 10px;
	}
	
	
	#footer3 {
		text-align: center;
		padding-top: 1em; 
		font-size: 10px;
	}