
/* general html tags */

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #FFFFFF; margin-top:0px;}   /*general body and text attributes*/
h1 {font-size: 18pt; color: #000000; margin-bottom: 0;} /* heading 1 */
h2 {font-size: 17pt; color: blue;} /* heading 2 */
h3 {font-size: 16pt; color: blue;} /* heading 3 */
h4 {font-size: 15pt; color: blue;} /* heading 4 */
h5 {font-size: 10pt; ; bold, color: red;} /* heading 5 */
h6 {font-size: 10pt; color: #000000;} /* heading 6 */
p, td, th {font-size: 10pt; color: #000000;} /* paragraph text */
small {font-size: 11pt; color: #000000;} /* small text */
form, input, submit, option, select {font-size: 10px;} /* form options */
.textsmall { font-size: 8pt;} /*formats small text*/


/* left menu */

.menu {font-size: 10pt; color: #C0C0C0; text-transform: uppercase; border-bottom: 1px dotted #C0C0C0; height: 30px;} /*formats menu box*/
.menu a {text-decoration: none; color: #808080; font-weight: normal;} /*formats menu link*/
.menu a:hover {} /*formats menu link hover*/


/* general link text */
a {color: #0000ff; text-decoration: none; font-weight: normal}  /*general link text*/
a:hover { color: #ff0000;} /*general link text hover*/


/* left menu newsletter */

.newsletter {font-size: 10pt; color: #999999; width: 145px;}  /*menu newsletter*/


/* home page selector */
.selector {font-size: 10px;}  /*home page selector*/


/* page and column widths */
/* only use if you want to update columns widths background colours etc */

.main {} /*will overwrite page width*/
.col1 {} /*left column*/
.col2 {} /*left spacer column*/
.col3 {} /*center column*/
.col4 {} /*right spacer column*/
.col5 {} /*right column*/