.default	{
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
}
.bottom	{
	position : absolute;
	bottom : 25px;
	left : 25px;
	z-index : 5;
}
.noborder {
	border : 0px;
}
.heavy {
	font-family : arial, helvetica, sans-serif;
	font-weight : 700;
	font-size : 18pt;
}
.bold {
	font-weight : 700;
}
.ralign {
	text-align : right;
}
.centered {
	text-align : center;
}
.heavyCentered {
	text-align : center;
	font-family : arial, helvetica, sans-serif;
	font-weight : 700;
	font-size : 18pt;
}

#greybox {
	background-color : #c9c9c9;
	position : absolute;
	top : 130px;
	left : 15px;
	z-index : 1;
}
#resumeBody {
	position : absolute;
	top : 15px;
	left : 100px;
	border : 0;
	z-index : 10;
	width : 650px;
}
#heading {
	position : absolute;
	top : 10px;
	left : 330px;
	border : 0;
	text-align : right;
	z-index : 11;
}
#resume {
	position : absolute;
	top : 174px;
	left : 492px;
	border : 0;
	z-index : 21;
}
#cv {
	position : absolute;
	top : 295px;
	left : 492px;
	border : 0;
	z-index : 31;
}
#yellow-bar {
	position : absolute;
	top : 174px;
	left : 15px;
	border : 0;
	text-align : left;
	z-index : 41;
}