/* Body */

BODY {
	background-color: #ff9900;
	margin: 0px;
	font-size: x-small;
	font-family: arial, verdana, helvetica;
	font-style: italic;
	color: #FFFFFF;
       }


/* Portfolio Text*/

.producthead {
	width: 150px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	margin: 0px;
	background: url(none) no-repeat;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #E3E3E3;
    }
    
    
.portfolioDescription {
	color: #FFFFFF;
	text-align: left;
	font-style: italic;
	font-weight: none;
	font-size: 8pt;
	margin: 0px;
	background: url(none) no-repeat;
	text-transform: none;
	padding-bottom: 5px;
	border-bottom: none;
    }

/* Back to category link */

.back a {
	font-family: verdana, helvetica;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: x-small;
  text-align: right;
	line-height: 1.5em;
	display: block;
	vertical-align: top;
	padding: 4px 20px 4px 4px;
	border-bottom: 0px solid #E3E3E3;
    }

/* Category Header */





/* General Link Information */

a:link {
	color: #FF9900;
	font-family: verdana, helvetica;
	text-decoration: none;
	font-weight: bold;
		font-size: small; }

a:visited {
	color: #FF9900;
	font-family: verdana, helvetica;
	text-decoration: none;
	font-weight: bold;
	font-size: small; 
	  }

a:active {
	color: #999999;
	font-family: verdana, helvetica;
	text-decoration: none;
	font-size: small;
	 }

a:hover {
	color: #CCCCCC;
	font-family: verdana, helvetica;
	text-decoration: line-through;
	font-weight: bold; }

h1 {
	color: #c00;
	background-color: #DEDADB;
	font-size: 1.5em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.1em;
	border: 1px dotted #c00;
	border-style: dashed;
}

h2 {
	color: #FF9900;
	background-color: #FF9900;
	font-size: 1em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	letter-spacing: 0.3em;
	border: 2px #CCCCCC;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
}


hr {
	border: 1px dotted #FFFFFF;
	border-style: dotted;
	Width: 810px;
}

