/* GLOBAL */
BODY,P,DIV,TH, INPUT,SELECT,TEXTAREA {FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; COLOR: black; FONT-SIZE: 11px; line-height:1.4;}
P {MARGIN: 0 0 0 0; line-height:1.4;}

/* LINKS */

A:link,A:visited,A:active {COLOR: blue; TEXT-DECORATION: none}
A:hover {COLOR: blue; TEXT-DECORATION: underline;}

A.nav:link,A.nav:visited,A.nav:active {COLOR: white; TEXT-DECORATION: none;}
A.nav:hover {COLOR: yellow; TEXT-DECORATION: underline;}

/* CLASSES */
.headline {FONT-SIZE: 20px; font-weight: bold; color: white;}
.subtitle {FONT-SIZE: 18px; font-weight: bold; COLOR: gray;}
.greenbox {border:1px solid #006600; background-color:white;}
.10 {font-size:10px}
.justify {text-align:justify}
.grayback {padding: 5px 5px 5px 5px; background-color:#CCCCCC}

table.border1 {border-collapse: collapse; border: 1px solid #CCCCCC;}
table.border1 td, th {border:1px solid #CCCCCC; padding: 6px; font-family:verdana; font-size:10px;}
table.border1 p {font-family:verdana; font-size:10px; text-align:left}

/* ID */
#white {color:white}
#gray {color:#999999}
#red {color:red}
#small {font-size:10px}