@charset "utf-8";
/* CSS Document */

.clear {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.FloatLeft {
	float:left;
	padding:0px 10px 10px 0px;
}
.FloatRight {
	float:right;
	padding:0px 0px 10px 10px;
}
.AlignRight {
	text-align:right;
}
.Third {
	position:relative;
	float:left;
	width:309;
	padding:0px 10px 0px 0px;
	
}
#BackButton {
	padding:20px 0px 0px 0px;
	margin:0px;
	font-weight:bold;
}



.Box {
	background:#fff;
	border:1px solid #265A80;
	padding:10px;
	background:red;
}
#Note {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#FFFDC6 none repeat scroll 0 0;
	border:1px solid #F4EB00;
	color:#000000;
	margin:5px auto;
	padding:10px;
	display:none;
}
#Note p {
	text-indent:0px !important;
}

a.NoteToggle {
	position:absolute;
	top:12px;
	right:0px;
	color:#999;
}
a.NoteToggle:hover {
	color:#000;
	text-decoration:none;
}
.PDFList a {
	display:block;
	clear:both;
	padding-bottom:10px;
}
.PDFList a img {
	display:inline;
	vertical-align:middle;
}