body {
	background: #ccc;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	position: absolute;
	height: 100%;
	width: 100%;
	min-width: 1000px;
	font-size: 10pt;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom right;
}
a {
	color: #5E61C8;
	text-decoration: none;
}
a:hover {
	color: #0000bb;
	text-decoration: none;
}
#menu {
	padding-top: 10px;
	width: 100%;
	height: auto;
	background-image: url(images/border.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
#menucontent {
	height: auto;
	text-align: center;
	font-size: 14pt;
	padding-top: 5px;
	height: 35px;
	width: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#content {
	position: relative;
	left: 5%;
	bottom: 0%;
	width: 90%;
	overflow: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
div.header {
	width: 60%;
	text-align: right;
	border-bottom: 2px solid #000;
	font-size: 16pt;
	font-weight: bold;
}
div.subheader {
	margin-top: 30px;
	width: 400px;
	text-align: left;
	border-bottom: 1px dotted #000;
	font-weight: bold;
	font-size: 12pt;
}
div.date {
	text-align: right;
	font-size: 10pt;
	font-weight: normal;
}
div.author {
	width: 400px;
	text-align: right;
	border-top: 1px dotted #000;
	font-size: 10pt;
}




/***** Progress page *****/

td.prog {
	width: 66px;
	font-size: 8pt;
	text-align: center;
}
div.progbg {
	width:100%;
	background: #777;
	border: 1px solid #000;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
div.prog0 {
	width:0%;
	background: clear;
}
div.prog10 {
	width:10%;
	background: #880000;
	border-right: 1px solid #000;
}
div.prog20 {
	width:20%;
	background: #ff0000;
	border-right: 1px solid #000;
}
div.prog30 {
	width:30%;
	background: #ffa500;
	border-right: 1px solid #000;
}
div.prog40 {
	width:40%;
	background: #BBBB00;
	border-right: 1px solid #000;
}
div.prog50 {
	width:50%;
	background: #ffff00;
	border-right: 1px solid #000;
	color: #000;
}
div.prog60 {
	width:60%;
	background: #008000;
	border-right: 1px solid #000;
}
div.prog70 {
	width:70%;
	background: #00C000;
	border-right: 1px solid #000;
}
div.prog80 {
	width:80%;
	background: #00FF00;
	border-right: 1px solid #000;
}
div.prog90 {
	width:90%;
	background: #00C0C0;
	border-right: 1px solid #000;
}
div.prog100 {
	width:100%;
	background: #0000ff;
}