a:visited {  text-decoration: none}
a:active {  text-decoration: none}
a:link {  text-decoration: none}
a:hover {  text-decoration: underline}

.default {
	background-attachment: fixed;
	background-image: url(../westerblend_gif/back_cell.gif);
	background-repeat: repeat-x;
}
.back {
	background-attachment: fixed;
	background-image: url(../westerblend_gif/back1.gif);
	background-repeat: repeat-y;
}
.back {
	background-attachment: fixed;
	background-image: url(../westerblend_gif/back.gif);
	background-repeat: repeat-y;
}

#menu a {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 215px;
	line-height: 20px;
	text-indent: 25px;
	background-image: url(../img_nav/bg.gif);
	text-decoration: none;
}

#menu a:hover {
	color: #FE2A0E;		
}
#menu a.current {
	background-image: url(../img_nav/bg_over.gif);
	color: #FE2A0E;		
}

/* content 
=============================================================
*/
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 20px 10px 10px;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content ul {
	list-style-type: square;
}

.line {
	background-image: url(../westerblend_gif/line.gif);
	background-repeat: repeat-y;
}
.line2 {
	background-image: url(../westerblend_gif/line_l.gif);
	background-repeat: repeat-y;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

