/**
* NPD Products template
* @version 3.0
* @copyright (C) 2008 by Michael Hooper - All rights reserved!
*/

/* ###################### OVERALL SETTINGS ###################### */
BODY {
  color: #FFF;
  margin: 0px;
}

p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
}



a:link, a:visited {
  font-size        : 10px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #5D74A3;
  font-weight      : bold;
  text-decoration  : none;
}

a:hover {
  color            : #2B3361;
  text-decoration  : none;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
div.SectionTitle {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	line-height:30px;
}

div.SectionTitle {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	line-height:30px;
}

div.Legend {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#000000;
}

div.Tab {
	width: 267px;
	height: 23px;
	background-color: #FFFFFF;
	background-image:url(images/stories/blocks/Tab.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
	color:#000000;
}

.center {
	text-align:center;
	vertical-align:top;
	}






