#button {
	position:absolute;
	/*right:-2em;*/
	left:750px;
	top:4em;
	width:148px;
	height:24px;
	z-index:1;
	text-align:center;
	border: 1px solid #666;
	background-color:#eee;
	padding:4px;
	/*background-image:url(images/button_bg_grad1.gif);*/
}
#button a{
	font-size:12px;
	line-height:20px;
}
div#button
  {
  position: absolute;
  }
@media screen
  {
  div#button
    {
    position: fixed;
    }
  /* Don't do this at home */
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    overflow-y: auto;
    height: 100%;
    }
  * html div#button
    {
    position: absolute;  
    }
  /* All done. */
  }
  
  
  
.name {
	font-size: 24px;
	color: #222;
	font-weight: bold;
}
.section {
	font-size: 18px;
	line-height:23px;
	color: #666;
	border-bottom: 1px solid #666;
}
.pageTitle {
	font-size: 24px;
	line-height:30px;
	color: #222;
	font-weight: bold;
}
body {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 14px;
	color: #000;
	margin: 2em;
	margin-left: 6em;
	background-color:#ccc;
}
td {
	font-size: 13px;
	line-height:16px;
	color: #000;
}
strong{
	color: #222;
}
.paper {
	width: 700px;
	background: #fff;
	/*background-image:url(images/soft_white_noise.gif);*/
	border: 1px solid #666;
	padding: 32px;
	position:relative;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.content {
	margin-left: 64px;
}
.label {
	font-weight: bold;
	color: #000;
}
.jobtitle {
	font-weight: bold;
	color: #000;
	font-size: 15px;
}
.tableheader {
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.tablecell1 {
	border-bottom: 1px solid #ccc;
}
.tablecell2 {
	border-bottom: 1px solid #ccc;
}
.small {
	font-size: 11px;
}
.invisible {
	font-weight: bold;
	visibility: hidden;
	color: #fff;
}
.justify {
	text-align: justify;
}
.alert {
	color: #FF3333;
	color: #666;
}
