@charset "utf-8";
/* CSS Document */
html, body { height: 100%; }
/* RESET
************************************************************/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, address, form, fieldset, hr, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	z-index:1;
}
img, fieldset { border: none; }
a { text-decoration: none; }
li {
	list-style-type: none;
	display:inline;
}
a img { border: 0; }
abbr, label { cursor: pointer; }
table { border-collapse: collapse; }
/* GLOBAL
************************************************************/
body {
	background:#f1f1f1 url('img/bg.gif') top left repeat-x;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:150%;
	color:#3a414c;
}
a {
	color:#128ecd;
}
#all {
	background:url('img/repeatable_bg.jpg') top center repeat-y;
	text-align:center;
}
p { margin: 1.12em 0; }
p.linkto {
	text-align:right;
	margin-top:0;
}

.table thead {
	background-color: #1650A4;
	color:white;	
	}
	
.table table {
	border:1px solid black;
	border-collapse: collapse;
	border-spacing: 2px;
	}
		
.table tbody td {
	padding:2px;
	border:1px solid black;
	vertical-align: top;
	}	

.table thead td {
	padding:2px;
	font-weight: bold;
	font-size: 120%;	
	}	
	
.mb {
	}	