/*
	File Type - Cascading Stylesheet
	Project - EnviroHelp
	Usage - main tables, forms, etc.
	Programmer - Stephen Cleary
	Copyright - 2005 Staffordshire University Faculty of Business & Law
*/


table {
	border-color: #31319C;
}
caption {
	text-align : center;
	font-weight : bold;
}
th {
	background-color : #31319C;
	color: #FFFFFF;
	font-weight : bold;
	vertical-align : middle;
	text-align : center;
}
td {
	border-color: #31319C;
}	
