/* typography */

a:link {
	color: #49669C;
	text-decoration:none;
	}
a:visited {
	color: #8EA4C2;
	text-decoration:none;
	}
a:hover {
	color: #036;
	text-decoration:none;
	}

H1 {
margin: 0;
padding: 0;
font-family: 'Trebuchet MS', sans-serif; 
font-size: 150%; 
color: #039; 
font-weight: normal;  
line-height: 5px;
}
H2 {
font-family: 'Trebuchet MS', sans-serif;
font-size: 80%;
color: #666;
font-weight: normal;  
line-height:1.5em;
}
h3 { 
margin: 0;
padding: 10px 0 0 0;
font-family: 'Trebuchet MS', sans-serif; 
font-size: 100%;
text-transform:uppercase;
color: #039; 
line-height: 2em;
}
.body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
color: #444;
line-height: 1.5em;
}
.right-inside {
font-size: 11px;
color: #777;
font-family:Arial, Helvetica, sans-serif;
margin: 10px;
text-align:left;
font-style:italic;
line-height: 2em;
}
.right-title {
margin: 5px;
padding: 5px;
font-family: 'Trebuchet MS', sans-serif; 
font-size: 100%; 
color: #039; 
line-height: 5px;
text-transform:uppercase;
}
.feat-title {
font-size: 80%;
color: #777;
font-family:Arial, Helvetica, sans-serif;
margin: 10px 0px 10px 0px;
padding-bottom: 10px;
text-align:center;
line-height: 1em;
text-transform:uppercase;
border-bottom: 1px solid #999;
}

.bottom {
font-size:80%;
color: #888;
border-top: 1px solid #ccc;
padding-top: 3px;
margin-top: 10px;
text-align:right;
}
.small {
font-size:10px;
font-family:Arial;
color:#000;
}


.comm1 {
border-bottom: 1px solid #888;
line-height: 1.4em;
padding-bottom: 5px;
}
.comm2 {
padding-top: 5px;
}
.comm-num {
font-weight: bold;
color: #393939;
}
textarea { 
font: 11px arial,verdana,sans-serif; 
color: #999;
border: 1px solid #999;
}
textarea:hover {
color: #333;
background-color: #F2F2F2;
border: 1px solid #999;
}
input { 
font: 11px arial,verdana,sans-serif; 
color: #999;
border: 1px solid #999;
}
input:hover {
color: #333;
background-color: #F2F2F2;
border: 1px solid #999;
}
BUTTON {
text-align:right;
}
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
