* {
	position: relative;
}
body {
	background-color:#cccccc;
	font-family: arial;
	font-size: 1.5em;
	min-width: 1000px;
	//text-align: justify;
}

img {
	text-decoration: none;
}

.floatLeft {
	float: left;
	margin-right: 40px;
}

.floatRight20 {
	float: right;
	margin-left: 40px;
	margin-right: 20px;
}

.floatRight123 {
	float: right;
	margin-left: 40px;
	margin-right: 123px;
}

.pageBreak {
	clear: both;
	width: 1000px;
	height: 50px;
	vertical-align: top;
}

.pageBreakShort {
	clear: both;
	width: 1000px;
	height: 20px;
	vertical-align: top;
}

.centered {
	left: 50%;
	margin-left: -600px;
}

.pageWidth {
	width: 1000px;
}

.navigation {
	font-size: 0.7em	;
}

.pageMargin {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 100px;
}

.rounded {
    border-radius: 10px;
	-mos-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}

.roundedThin {
    border-radius: 5px;
	-mos-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

.shadow {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 1.0);
	-mos-box-shadow: 3px 3px 10px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 1.0);
	-o-box-shadow: 3px 3px 10px rgba(0, 0, 0, 1.0);
}

.transparent {
	opacity: 0.1;
}

.box {
	background-color:#ffffff;
}

.bigNumber {
	width: 470px;
	margin-top: 10px;
	padding: 10px;
}

.thinEdge{
	border-width: 10px;
	border-style: solid;
	//border-color: #ffddaa;
	//border-color: #ffeedd;
	border-color: #82bcef;
}

.title {
	color:#000000;
	font-family:Calibri, Arial, Helvetica, sans-serif, Verdana; 
    font-size:2em;
	font-weight:lighter;
	//margin:0;
	//border:0;
	//vspace:0;
	//padding:0;
	//padding-top:0;
}

.subTitle {
	color:#333333;
	font-family:Calibri, Arial, Helvetica, sans-serif, Verdana; 
    font-size:1.5em;
	font-weight:lighter;
	//margin:0;
	//border:0;
	//vspace:0;
	//padding:0;
	//padding-top:0;
}

.copyright {
	font-size:0.5em;
}
