body {
	background:  url(); 
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	}

A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	}

p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	}


h1, .Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333399;
	font-weight: bold;
	}

.Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	font-weight: bold;
	}

.Heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	}

.LaunchButton {
	height: 19px;
	width: 55px;
	font-size: 10pt;
	font-family: arial;
	color: #000000;
	background: #CCCCCC;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	text-decoration: none;
	cursor: hand;
	}

.Button {
	height: 21px;
	font-size: 10pt;
	font-family: arial;
	color: #000000;
	background: #CCCCCC;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	text-decoration: none;
	cursor: hand;
	}

.FormElement {
	font-size: 10pt;
	font-family: arial;
	color: #000000;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	text-decoration: none;
	}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	font-weight:bold;
	}

#header {
	margin:0;
	padding:0;
	width:100%;
	height:119px;
	background: transparent url(../images/libraryEntry/BG-header.gif) repeat-x 0 0;
}

#wrapper {
	padding: 50px 0;
	width:100%;
	text-align:center;
}

#form-wrapper {
	margin: 50px auto;
	padding:10px;
	width:400px;
	border:1px solid #000;
	background: transparent url(../images/libraryEntry/BG.gif) repeat-x 0 0;
	text-align:left;
}

#form-wrapper h1 {
	margin: -10px -10px 0 -10px;
	padding: 5px 10px 5px 10px;
	border-bottom:1px solid #000;
	background: #ffca5f;
}
	





