.mid_text { 
    font-family: Arial; 
    font-size: 13px;
    color: black;
}

.mid_text a, .mid_text a:visited { 
    font-size: 13px;
    color: blue;
}

.mid_text a:hover {
    color: red;
}

.large_text { 
    font-family: Arial; 
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.small_text { 
    font-family: Arial; 
    font-size: 11px;
    color: black;
    line-height: 13pt;
}

.tiny_text {
    font-family: Arial; 
    font-size: 10px;
    color: black;
}

.tiny_text a {
    color: black;
}

.body_title {
    font-family: Arial; 
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: black;
}

INPUT, TEXTAREA { 
	font-family: verdana; 
	font-size: 11px;
}

H1 {
    font-family: Verdana; 
    font-size: 18px;
    font-weight: bold;
    color: black;
}

H2 {
    font-family: Verdana; 
    font-size: 15px;
    font-weight: bold;
    color: black;
}

/* header */
.header_name {
    font-family: 'Trebuchet MS', verdana;
    font-size: 32px;
    font-weight: bold;
    color: black;
}
.header_name a, .header_name a:visited {
    color: black;
    text-decoration: none;
}

.header_name a:hover {
    color: red;
}

.header_state {
    font-family: 'Trebuchet MS', verdana;
    font-size: 22px;
    font-weight: bold;
}

/* Copyright and bottom info */
.copyr { 
    font-size: 10px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #111111; 
    letter-spacing: -1px;
}

