BODY, TD, .mainP {
	color: #404040;
	font-size: small;
}

p {
	margin-top:0px;
    margin-bottom:10px;
	padding-top: 0px;
   
}

.mainP {
	font-size: small;
	line-height: 1.8em;
}

.sideP {
	font-size: x-small;
	line-height: 1.8em;
}

.date {
	font-size: x-small;
	color: #6699CC;
}

strong {
	color: #505050;
}

h1, h2, h3, h4,h5 {
	
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 1.4em;
}

h1 {
	font-size: medium;
}
.titlecolor {
	color: #99CC00;
}

h2 {
	font-size: small;
}

h3 {
	font-size: x-small;
}

h4 {
	font-size: xx-small;
}
h5 {
	font-size: medium;
    color: #ff9900;
}

a:link {
	color: #604710;
	text-decoration: none;
}

a:visited {
	color: #604710;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	color: #98bde4;
	text-decoration: underline;
}

a:active, a:visited:active {
	color: #98bde4;
	text-decoration: underline;
} 

form {
	margin-bottom: 0px;
}

/*--- styles for header footer ---*/

.pix9 {
	font-size: 9px;
}
  
/*--- styles for contents ---*/

.comment {
    
	color: #604710;
}

.caution {
	color:;
	font-size: x-small;
}

.fontXL {
    font-size: large;
	color: #6699CC;
}

.next {
	font-size: x-small;
}

.margin8 {
	margin: 8px;
}

/*--- style for products ---*/

.errormessage {
	color: #FF0000;
}

.prod_name, .dept_name{
    font-size: small;
    font-style: normal;
	color: #98bde4;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

.dept_name {
	text-indent: 20px;
	background-image: url(/images/greenarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}

.prod_description {
	font-size: small;
	line-height: 1.6em;
	margin-top: 0px;
}

.prod_price, .prod_price_slashed {
	font-size: medium;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.2em;
}

.prod_price_slashed {
	text-decoration: line-through;
	color: #999999;
}

.gotolink {
	font-size: x-small;
	background-image: url(/images/greenarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	line-height: normal;
	margin-bottom: 0.8em;
	margin-top: 0.2em;
	padding-left: 18px;
}

.next_link {
	font-size: x-small;
	background-image: url(/images/forward_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: normal;
	text-align: right;
	margin-bottom: 0.8em;
	margin-top: 0.2em;
	padding-right: 10px;
}

.prev_link {
	font-size: x-small;
	background-image: url(/images/back_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: normal;
	text-align: left;
	margin-bottom: 0.8em;
	margin-top: 0.2em;
	padding-left: 10px;
}

/*--- styles for lines ---*/

.dottop, .dotall, .dottopleft, .dottopright, .dottopbottom, .dotlefttopright, .dottoprightbottom {
	border-top: 2px #C0C0C0 dotted; 
}

.dotbottom, .dotall, .dottopbottom, .dottoprightbottom , .dotrightbottom , .dotleftbottom {
	border-bottom: 2px #C0C0C0 dotted;
}
	
.dotleft, .dotall, .dottopleft, .dotlefttopright, .dotleftbottom {
	border-left: 2px #C0C0C0 dotted; 
}

.dotright, .dotall, .dottopright, .dotlefttopright, .dottoprightbottom , .dotrightbottom {
	border-right: 2px #C0C0C0 dotted; 
}
.smaller {
	font-size: smaller;
}

