/*
	File Type - Cascading Stylesheet
	Project - EnviroHelp
	Usage - Styles for usage of users / developers
	Programmer - Stephen Cleary
	Copyright - 2005 Staffordshire University Faculty of Business & Law
*/

/* Heading styles */
/* NOTE TO AUTHOR - These may no longer be needed, so treat as legacy styles */
h1 {
	font-size: 110%;
}
h2, h3, h4 {
	font-size: 100%;
}
h5, h6 {
	font-size: 90%;
}
h1, h2 {
	color: #CC3300;
}
h3, h4 {
	color: #000000;
}
h5, h6 {
	color: #999999;
}
h1, h2, h3, h5 {
	font-weight: bold;
}
h4, h6 {
	font-weight: normal;
}
h1 {
	padding-bottom: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
h2 {
	padding-bottom: 1px;
	margin-bottom: 2px;
}
/* End of heading styles */

/* Marjorie's "maintxt" class */
.LargeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

/* Marjorie's "subtitle" class */
.SubtitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
/* Marjorie's "subtxttwo" class */
.SubtitleTextColoured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #CC3300;
}
