/*
-----------------------------------------------------
CSS Style Sheet (sitemap)
Company:  xposure visual communications Ltd
Designer: Lee Burton
URL:      http://www.x-vc.co.uk
Date:     17th April 2007
------------------------------------------------------ */
h1 {
	font-size: large;
	color: #CCCCCC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}

h1 a {
	color: #336600;
	text-decoration: none;
}

h1 a:hover {
	color: #333333;
}

h2 {
	font-size: small;
	margin: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	color: #666666;
	font-weight: normal;
}

h2 a {
	color: #666666;
	text-decoration: none;
}

h2 a:hover {
	color: #333333;
}

h3 {
	font-size: small;
	margin: 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	color: #990033;
	font-weight: bold;
}

h3 a {
	color: #660000;
	text-decoration: none;
}

h3 a:hover {
	color: #999966;
}

h4 {}

h4 a {}

h4 a:hover {}

h5 {}

h5 a {}

h5 a:hover {}

h6 {}

h6 a {}

h6 a:hover {}

p {
	font-size: small;
	color: #333333;
	margin: 0px 0px 15px;
	padding: 0px;
}
p a {}

p a:hover {}