html, body{
        padding: 0px;
        margin: 0px;
		background-color: #0c3b8a;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}
p {
	margin:0.25em 0;
}
h2 {
	font-size:8px;
	font-weight:bold;
	padding:12px 0 3px 0;
	margin:0;
	width:460px;
	margin:0 auto;
}
h3 {
	font-size:18px;
	font-weight:normal;
	margin:0.25em 0;
}
table {
	padding:10px;
}
td {
	vertical-align:middle;
	padding:inherit 10px;
}

#fbFooter {
	position:relative;
	height: 60px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
	width:100%;
	text-align:center;
}
#fbFooter a {
	color:#FFF;
}


.fbPaginationMinor {
	color: #aaa;
	margin-left: 10px;
}

#fbContents {
	position:absolute;
	top: 20px;
	left: 15px;
	z-index:10;	
}

#fbMenu {
	position:absolute;
	top: 12px;
	right: 15px;
	z-index:10;
}

#altmsg { 
	position: relative;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

/* Added by J-Spice */
#ycmdiv {
	position:relative;
	margin:0;
	background:#FFF;
	width:100%;
	color:#000000;
	text-align:center;
}
.lAlign {
	text-align:left;
}
.rAlign {
	text-align:right;
	width:100%;
}
#eUnsub {
	width:600px;
	margin:20px auto;
}
.errText {
	color:#FF0000;
	font-weight:bold;
}
