body,p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	padding:15px;
	padding-left:4px;
	float:left;
}


.button {
 	font-weight: bold;
   color: #2f6717;
} 

.link {
   color: blue;
	text-decoration: underline;
}

.program_link {
   color: #000066;
  	font-weight: bold;
	font-size:90%; 
}

.subhead {
 	font-weight: bold;
	text-decoration: underline;
}

.tab {
 	font-weight: bold;
	font-style: italic;
}

.note {
	padding:7px;
	margin: 4px;
	background-color:#f9f0b4;
	border: 1px solid #e5d566;
	display:inline-block;
}

.tip {
	padding:7px;
	margin: 4px;
	background-color:#cbf79c;
	border: 1px solid #7cca28;
	display:inline-block;
} 

.warning {
	padding:7px;
	padding-left:20px;
	margin: 4px;
	background-color: #f4cea9;
	border: 1px solid #fa4532;
	display:inline-block;
}

.file { cursor:pointer; }



a:link { text-decoration: underline} 
a:Active { text-decoration: underline} 
a:visited { text-decoration: underline} 
a:hover { 
text-decoration: none
} 