body { 
background-image:url('images/img_background.jpg');
background-repeat: repeat-x;
background-color: #b5a78d; 
margin-left:0px; 
margin-right:0px; 
margin-top:0px; 
margin-bottom:50px; 
}

h1,h2,h3,h4,h5,h6 {
	font-family: Myriad Pro;
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
}

.heading {
	font-family: Myriad Pro;
	font-size: 22pt;
	font-weight: normal;
	margin: 0px;
}

a:link {text-decoration: underline; }
a:visited {text-decoration: underline; }
a:hover {text-decoration: none; }
a:active {text-decoration: none; } 

td.nav:hover {
background-image:url('images/img_nav_button.jpg');
}

a.nav:hover {
color: #000000;
text-decoration: none; 
}

.class1 a:link {
text-decoration: none; 
}

.class1 a:visited {
text-decoration: none; 
}

.class1 a:active {
text-decoration: underline;
}

.class1 a:hover {
text-decoration: underline; 
}

.class1 {
cursor: pointer; 
}

.body1 {
background-repeat: repeat-x;
}

.body2 {
background-repeat: repeat-x;
}

input, textarea { 
background: #fafafa; 
border-color: #aaa #ddd #ddd #aaa; 
border-style: solid; 
border-width: 1px; 
color: #444;
}

input, textarea { 
font-family: Arial; 
padding: 5px; 
font-size: 10pt; 
vertical-align: middle; 
line-height: 15px; 
margin-bottom: 2px;
}

button { 
font-size: 12px; 
padding: 2px 10px; 
cursor: pointer; 
}

input:focus, textarea:focus, button:hover { 
background: #ffffff; 
border-color: #777 #ccc #ccc #777; 
}
