/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	background: #ffffff;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align:center;
	font-family:  "Helvetica", Arial, Helvetica, sans-serif;
	color: #000000;
}

#frame {
	margin: 0 auto;
	width:600px;
	text-align:left;
	margin-top:20px;
}

h1 {
	font-size:32px;
	width:100%;
	border-bottom:solid 1px #000000;
	margin: 0 0 5px 0;
}

h2 {
	font-size:12px;
	margin: 0 0 20px 0;
}

h3 {
	font-size:14px;
	margin: 0 0 10px 0;
}

p {
	font-size:12px;
	margin: 0 0 5px 0;
	width:100%;
}

ul {
	font-size:12px;
	margin: 0 0 20px 30px;
}


#employer {
	font-weight:bold;
	font-size:12px;
}

#title {
	font-style:italic;
	font-size:12px;
}

#date {
	font-size:12px;
}

#place {
	font-size:12px;
}