* {
	margin:0px;
	padding:0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#999999;
}

a {
	color: #FD5817;
	font-weight:bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a img {
	border-color:#FD5817;
}

a:hover img {
	text-decoration:none;
}

#page {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
}

h1 {
	text-align:center;
	font-size: 24px;
}

h2 {
	text-align:center;
	font-size: 20px;
}

h3 {
	text-align:center;
	font-size: 16px;
}

.centre {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
	}

.left {
	text-align:left;
	
	}

.right {
	text-align:right;
	
	}

p {
	margin:2px;
}

img.photo {
	border:1px solid;
}

.w760 {
	width:760px;
}

.w100 {
	width:100%;
}

.w33 {
	width:33%;
}

.red {
	background-color:#FF0000;
	color:#FFFFFF;
}

.green {
	background-color:#009900;
	color:#FFFFFF;
}

.dark_grey {
	background-color:#666666;
	color:#FFFFFF;
}

.small_size {
	font-size: 12px;
}

.medium_size {
	font-size: 16px;
}

.large_size {
	font-size: 20px;
}


div.data {
	margin:20px;
}

table.data {
	border: 1px solid #000;
	background: #ddd;
}

table.data th, table.data td {
	margin: 0;
	padding: 3px 2px;
	}
	
table.data th {
	font-weight:bold;
	background: #666;
	color: #fff;
	}

table.data td {
	border-bottom: 1px solid #999;
}
	
table.data tr.alt {
	background: #bbb;
	}

div.description {
	background-color:#FFFFFF;
	margin:10px;
	padding:5px;
	border: 1px solid #000000;
}