h1, h2, h3, h4 {
	color: #003399;
	font-weight: normal;
	padding: 5px 0 5px 0;
	margin: 0 0 7px 0;
	background: url(../images/bgr-h.gif) repeat-x bottom left;
	}

h1 {
	font-size: 1.5em;
	/*background: url("../images/common/bg_h1.gif") no-repeat left bottom;	*/
}


h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	color: #000000;
	font-size: 0.85em;
	line-height: 1.5em;
}

a {
	color: #003399;
	text-decoration: underline;

}
a:hover {
	text-decoration: none;
}

img, a img {
	border: 0;
}

ul {
	list-style: none;
	margin: 0 0 15px 20px;
	
	}

li {
	font-size: 0.85em;
	line-height: 1.5em;
	background: url(../images/li.gif) no-repeat 0px 0.3em;
	padding: 0 0 2px 25px;
	}
	
li a {
	text-decoration: underline;
}

#content table {
	border-collapse: collapse;
	background-color: #f6f6f6;
	margin: 0 0 10px 0;
	}

#content table td {
	padding: 2px 0 3px 10px;
	font-size: 0.85em;
	}
	
#content table tr.first td {
	padding: 10px 0 3px 10px;
	font-size: 0.85em;
	}

#content table tr.last td {
	padding: 10px 0 10px 10px;
	font-size: 0.85em;
	}

#content a img {
	margin: 10px 15px 0 5px;
	padding: 1px;
	border: solid 1px #CCCCCC;
	}

#content a:hover img {
	border: solid 1px #666666;
	}

a#home {
	position: absolute;
	top: 5px;
	margin-left: 335px;
	display: block;
	width: 210px;
	height: 85px;
}

/* CLASSES */

.red {
	color: #cc0000;
	font-weight: bold;
}

.price {
	font-weight: bold;
	font-size: 1em;
}

.hidden {
	display: none;
}
	
.clr {
	clear: both;
	width: 100%;
	font-size: 1px;
}

.blackb {
	font-weight: bold;
	color: #000000;
	font-size: 0.85em;
}


