body { 
margin: 0px 0px 0px 0px; 
background-color: #E1E0CC;
}

a:link {
	text-decoration : underline; 
	color: #4686ac
}

a:visited {
	text-decoration : underline; 
}

a:hover  {
	text-decoration : none; 
}

a:visited:hover {
	text-decoration : none;
}

h1,h2,h3,h4 { 
	font-size: 14pt; 
	font-weight: 400;
	margin: 0px; 	
}

a.btn-active-large {
	margin-right: 6px;
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
	height: 27px;
	float: left;
	background: transparent url('images/button.gif') no-repeat scroll right top;
}

a.btn-active-large span {
	line-height: 17px;
	font-size: 16px;
	font-family: Arial,Helvetica,sans-serif;
	display: block;
	padding: 5px 0 5px 15px;
	background: url('images/button.gif') no-repeat 0 -27px;
}

a.btn-active-large, a.btn-active-large:link, a.btn-active-large:visited {
	background-position: right -0px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

a.btn-active-large:hover {
	background-position: right -54px;
}

a.btn-active-large:hover span {
	background-position: 0 -81px;
}

a.btn-active-large:active {
	background-position: right -108px;
}

a.btn-active-large:active span {
	background-position: 0 -135px;
}

.shadow {
    text-shadow: 0px 1px 1px #000;
    -moz-text-shadow: 0px -1px 1px #000;
    height: 70px;
	filter: Shadow(Color=#666666, 	
			Direction=145, 
			Strength=3);
	vertical-align: middle;
}


.class1 a:link {
text-decoration: none; 
font-family: Arial; 
font-size:8pt;
font-weight:bold; 
color: white}

.class1 a:visited {
text-decoration: none; 
font=family: Arial; 
font-size:8pt; 
font-weight:bold; 
color: white}

.class1 a:active {
text-decoration: none; 
font=family: Arial; 
font-size:8pt; 
font-weight:bold; 
color: white}

.class1 a:hover {
text-decoration: underline; 
font=family: Arial; 
font-size:8pt; 
font-weight:bold; 
color: red;}
