/* -------------------------------------------- 
 * style sheet for Site1, Intown's php-based web system 
 * This content was active with version3.  File name change v.4
 *
 * -------------------------------------------- */

body { 
    background:#ffffff; 
    color:#000000
}

P { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none
}

td { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none
}

.text { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none
}

.small-link { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt; 
    text-decoration: none; 
}

.header-1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: bold; 
    color: #000066
}

.title {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16pt; 
    font-weight: bold; 
    color: #000066
}

.text-footer { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    text-decoration: none
}

.text-link { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt; 
    text-decoration: none; 
    font-weight: bold
}

.menu-1-selected {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt; 
    font-style: italic;
    font-weight: bold; 
    text-decoration: none
}

.menu-1-unselected {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt; 
    font-style: italic;
    font-weight: bold; 
    text-decoration: none
}

.menu-2-selected {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: italic;
    font-weight: bold; 
    margin-left: 10px; 
    text-decoration: none
}

.menu-2-unselected {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: bold; 
    margin-left: 10px; 
    text-decoration: none
}

.mini-form-text {
    font-family: verdana,Helvetica,Arial;
    font-size: 8pt;
    font-weight: bold; 
    text-decoration: none
}

.mini-form-title {
    font-family: verdana,Helvetica,Arial;
    font-size: 10pt;
    font-weight: bold; 
    text-decoration: italic
}

A:link    { color: BLACK}  /* unfollowed */
A:visited { color: BLACK}
A:hover   { color: #5e885e}
A:active  { color: #5e885e}

