/* CSS STYLE SHEET */
body {
	margin: 0px auto auto 0px;
	background-image:  url(../images/backdrop.gif);
	background-repeat: repeat-x;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #970200;
}

h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		font-size: 0.8em;
		color: #999999;
}

p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		font-size: 11px;
		color: #666666;
		margin: 0px;
}

p a {
	text-decoration: underline;
	color: #970200;
}

/* This bullet code the standard text bullett found 
in the paragraphs */

.text p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		font-size: 11px;
		color: #666666;
}

.text ul {
	margin: 5px 0px 5px 20px;
	padding: 0px;
	border: none;
	list-style-image: url(../images/red_bullett.gif);
	list-style-position: outside;
	list-style-type: none;
}

.text ul li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 11px;
		color: #666666;
		padding: 5px 0px 5px 0px;
}

.text ul li a {
	text-decoration: underline;
	color: #970200;
}


/* This bullet code relates to a left margin
cleared table present on company profiles index page
It does not apply to the standard text bullett found 
in the paragraphs */

.pad p {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

.pad ul {
	margin: 0 0 0px 20px;
	padding: 0px;
	border: none;
	list-style-image: url(../images/red_bullett.gif);
	list-style-position: outside;
	list-style-type: none;
}

.pad ul li p {
	padding: 0px 0px 20px 0px;
}

.pad ul li p a {
	text-decoration: underline;
	color: #970200;
}

/* FireFox Equiv Bullets */

html>body .pad ul {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-image: url(../images/red_bullett.gif);
	list-style-position: outside;
	list-style-type: none;
}

html>body .pad ul li p {
	padding: 0px 0px 20px 20px;
}

/* Additional box on homepage */

.bkbox {
	background-image: url(../images/bkbox.gif);
	background-repeat: repeat-x;
}

.new_highlight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #F3F3F3;
	padding: 5px 5px 5px 5px; 
}

.new_detLink p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #F3F3F3;
	padding: 5px 5px 5px 5px; 
}