/*---- General ----*/

.body{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height: 13px;
}

.logo{
	vertical-align: top;
	text-align: right;
}	

/*---- Tables ----*/

div.container {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#thumbtable {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	height: 100%;
	border: 0px;
	padding: 10px;
}

#table {
	margin-left:auto;
	margin-right:auto;
	width: 700px;
	height: 100%;
	border: 0px;
	padding: 10px;
}

.headrow {
	height: 200px;
	vertical-align: top;
	text-align: centre;
}	

.indrow {
	height: 520px;
	vertical-align: top;
	text-align: centre;
}	


/*---- Links ----*/

a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}


/*---- Headings ----*/

h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #008000;

}

h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #008000;
	line-height: 13px;
}


