BODY {
	font-family: Arial, Verdana, Geneva, Helvetica;
	color: #000;
	font-size: 12px
}


TABLE, TR, TD, P, OL, UL, LI { 
	font-size: 12px;
}

h1 {
   font-size: 18px;
}

h2 {
   font-size: 16px;
}

h3 {
   font-size: 14px;
}

.text-date {
   font-size: 14px;
}

.text-small {
   font-size: 10px
}

.text-copyright {
   FONT-SIZE: 10px;
   COLOR: #BEBEBE;
}



/*  Form Elements */

input.textbox {
    FONT-SIZE: 12px;
    HEIGHT: 21px;
}

input.textarea {
	font-family: Arial, Verdana, Geneva, Helvetica;
    FONT-SIZE: 11px;
}

input.select {
    FONT-SIZE: 12px;
    HEIGHT: 19px;
}


/*  Links */

a {  
   color: #33338B;
   text-decoration: none;
   font-weight: bold;

}

a:link {  
   color: #33338B;
   font-weight: bold;
}

a:hover {       
   color: #33338B;
   text-decoration: underline;
   font-weight: bold;
}

a:visited {       
   color: #33338B;
   font-weight: bold;   
}

a:active  {
   color: #33338B;
   font-weight: bold;
}


/* Nav Table */

.navtable {
background-color: #FEF8E6;
}