body {
	margin:10px 0px; padding:0px;
	text-align:center;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
}

/* unvisited link */
a:link {
    color: #000000;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #ff0000;
}

/* selected link */
a:active {
    color: #ff0000;
}

#Content {
	width:1000px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}

/* Start of Column CSS */
#container4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	border:1px dashed #333;
	background:#eee; /* column 4 background colour */
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	border-right:1px dashed #333;
	background:#eee; /* column 3 background colour */
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	border-right:1px dashed #333;
	background:#eee; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:25%;
	border-right:1px dashed #333;
	background:#eee; /* column 1 background colour */
}
#col1 {
	float:left;
	width:21%;
	position:relative;
	left:77%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:21%;
	position:relative;
	left:81%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:21%;
	position:relative;
	left:85%;
	overflow:hidden;
}
#col4 {
	float:left;
	width:21%;
	position:relative;
	left:89%;
	overflow:hidden;
}


table {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
}

table.bordered {
	border-width: thin;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.bordered th {
	font-family: "Tahoma", "Verdana", sans-serif;
	font-size: 10pt;
text-transform: uppercase;
font-weight: bold;
text-align: left;
	border-width: thin;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}

table.bordered td {
	border-width: thin;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}

table.bordered highlight {
	background-color: yellow;
}

.button {
    border: 2px solid #006;
    background: #00ffcc;
}
.button:hover {
    border: 2px solid #00ffcc;
    background: #99cccc;
}

.copyright {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}