/* CSS Author: Carlos Murillo / Date: 09/16/08 */
* {
	margin:0;
	padding:0;
	}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Block elements */
#printbutton {
	display: none;
	}
#wrapper {
	/*width: 90%; 
	margin: .3cm auto; 
	padding: 5px 0; 
	text-align: left; 
	position: relative;*/
	width: 720px;
	position: absolute;
	left:50%;
	margin: 0 0 0 -360px;
	padding:0;
}
#header {
	margin-top: 20px;
}
#main {
	border-width:4px;
	margin-top:15px;
	text-align: left;
}
#floatright {
	position: relative;
	float: right;
	margin-top: 5px;
}
#navbar {
	margin:0 0 50px 0;
	clear: right;
	display:block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Basic elements */
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
	margin: 25px 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	margin: 0 0 1.5em;
	padding: 0;
}
h1 {
	color:#000000;
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: .5em;
}
h1.linedrop {
	font-family: "Trebuchet MS", Garamond, Georgia;
	line-height: .88em;
	border-bottom: #000 1px dotted;
	color: #000;
	letter-spacing: -2px;
}
h2 {
	font-size: 1.1em;
	line-height: 1;
	margin: 1em 0;
}
h3 {
	font-size: 1em;
	line-height: 1;
	margin-bottom: .5em;
}
h4, h5, h6 {
	font-size: .9em;
	line-height: 1;
	margin-bottom: .5em;
}
p, li {
	margin-top: 0;
	line-height: 1.2em;
	margin-bottom: 0pt;
	color: #666;
	font-size: .8em;
}
ol, ul {
	margin: 0px;
	list-style-position: inside;
	text-align:left;
}
table {
	margin-top: 10px;
	line-height: 1.2em;
	color: #333;
	font-size: .8em;

}
th, tr, td {
	text-align: center;
	vertical-align:middle;
	border:#999 dotted 1px;
	padding:4px;
	
}
th {
	font-size: 1.1em;
	line-height: 1;
	text-align:center;
}
Caption {
	margin-bottom:10px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Classes */
.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgpayouts {
	width:58px;
	height:58px;
	/*display:block;*/
	margin:2px;
	border: #000 solid 1px;
}
.noborder {
	border:none;
}
.trbgcolor {
	background-color:#EEE;
}
p.LegalWarning {
	line-height: Normal;
	margin: 15px 0px;
	color: #808080;
	font-weight: normal;
	font-style: normal;
	font-size: 0.7em;
}
