html {
	visibility: visible;
}
.resume_view {
	background-color: #FFFFFF;
}
.resume_view .form-border {
	width: 700px;
	text-align: center;
	align-self: center;
}
.resume_view .form-border .office-info {
	margin: 0 auto;
	border-collapse: collapse; 
	border-width: 0;
}
.resume_view .content .field-name, .resume_view	.content .alt-field-name {
	font-family: Arial;
	color: #000000;
	font-size: 7pt;
	margin: 0 auto;
	border-collapse: collapse; 
	border-width: 0;
}
.resume_view .content .alt-field-name {
	font-style: italic;
}
.resume_view .content .field-value {
	font-family: Arial;
	color: #000080;
	font-size: 10pt;
	font-weight: bold;
}
.resume_view .content .alt-field-value {
	font-family: Arial;
	color: #000080;
	font-size: 7pt;
}
.resume_view .content a.field-email {
	font-family: Arial;
	color: #0000FF;
	font-size: 7pt;
	font-weight: bold;
}
.resume_view .content a.experience {
	font-family: Arial;
	color: #0000FF;
	font-size: 7pt;
}
.resume_view .content td {
	padding: 1px 5px;
	vertical-align: bottom;
}
.resume_view .content .pad {
	padding-left: 6px;
}
.resume_view .content .space td {
	padding-top: 5px;
}
.resume_view .content .fields td, .resume_view .content .alt-info2 td {
	border-style: solid;
	border-bottom-width: 1;
	border-top-width: 1;
}
.resume_view .content .alt-fields td {
	border-style: solid;
	border-bottom-width: 1;
	border-top-width: 0;
}
.resume_view .content .alt-fields2 td {
	border-style: solid;
	border-top-width: 1;
	border-bottom-width: 0;
}
.resume_view .content .alt-fields3 td {
	border-style: solid;
	border-top-width: 0;
	border-bottom-width: 0;
}
.resume_view .content .alt-fields2 td, .resume_view .content .alt-fields3 td, .resume_view .content .alt-info2 td {
	text-align: center;
}
.resume_view .content .exp td {
	vertical-align: top;
}
.resume_view .content .fields, .resume_view .content .alt-fields{
	line-height: 19px;
}
.resume_view .content .info {
	line-height: 13px;
}
.resume_view .content .alt-fields2, .resume_view .content .alt-fields3 {
	line-height: 9px;
}
.resume_view .content .info td {
	border: 0;
}
.resume_view .content .td1, .resume_view .info .td2 {
	width: 50px;
}
.resume_view .content .left {
	border-left-width: 1;
	border-right-width: 0;  
}
.resume_view .content .alt-left {
	border-left-width: 1;
}
.resume_view .content .right {
	border-left-width: 0;
	border-right-width: 1;  
}
.resume_view .content .alt-right {
	border-right-width: 1;  
}
.resume_view .content .top {
	border-top-width: 1;
	border-bottom-width: 0;  
}
.resume_view .content .alt-top {
	border-top-width: 1; 
}
.resume_view .content .bottom {
	border-top-width: 0;
	border-bottom-width: 1;  
}
.resume_view .content .alt-bottom {
	border-bottom-width: 1;  
}
.resume_view .content .none {
	border-left-width: 0;
	border-right-width: 0;
}
.resume_view .content .both {
	border-left-width: 1;
	border-right-width: 1;
}
.resume_view .content .footnote {
	font-family: Arial;
	color: #000000;
	font-size: 7pt;
	line-height: 10px;
	padding: 5px 0;
}


/* OLD */
.resume_view a {
	text-decoration: none;
}