body {
	background-image: url(bg_grad.jpg);
	background-repeat: repeat-x;
	background-color: #A0C07C;
	margin-left: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: calibri;
	font-size: 14px;

}

th {
	font-size: 14px;
}
td {
	font-size: 14px;
}

/* gray background on menus */
.menu {
	background: #F4F4F4;
}
/* gray line above & below menus */
.dark {
	background: #BBBBBB;
}
/* text on contact card */
.contact {
 	color: #383838;
 	font-size: 16px;
 	font-weight: bold;
 	}
.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

h1 {
	font-family: bell MT;
	font-size: 40px;
	font-weight: normal;
}
h2 {
	font-family: bell MT;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-family: bell MT;
	font-size: 15px;
	font-weight: bold;
}
h4 { 
        font-family: bell MT;
        font-size: 10px;
        font-weight: normal;
	margin: 4px;
} 
h5 { 
        font-family: calisto MT;
        font-size: 40px;
        font-weight: bold;
	margin: 4px;
	color: white;
} 
h6 { 
        font-family: calisto MT;
        font-size: 13px;
        font-weight: bold;
	margin: 4px;
	color: white;
} 

form {
	margin: 0px;
	/*padding: 0px 0px 0px 0px;*/
	/*border-width: 0px;*/
}	
.link {
        color: white;    
        font-weight: bold; 
}
a {
	color: green;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: green;
	font-weight: bold;
	text-decoration: none;
	/*background: #FF9999;*/
}
a:visited {
	color: green;
	font-weight: bold;
	text-decoration: none;
}
.large {
	font-size: 16px;
}
