/* CSS definition file containing site wide stylesheets */
.TextObject { font-size: x-small;}
 .TextNavBar { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: x-small; font-weight: normal; font-style: normal;}

/* regular text */
p {font-family: Arial; font-size:13px; color: #000000;}

/* main headers at top of page */
h1 {font-family: Arial; font-size:32px; font-weight: bold; color: #0000ff; text-align: center;}

/* secondary headers at top of page */
h2 {font-family: Arial; font-size:20px; font-weight: bold; color: #ff00ff; text-align: center;}

/* slighty larger than p and centered */
h3 {font-family: Arial; font-size:16px; font-weight: bold; color: #0000ff; text-align: center;}

/* same as p except this is justified */
h5, td {font-family: Arial; font-size:13px; font-weight: normal; color: #000000; text-align: justify;}

/* navigation menu at top of page */
h6 {font-family: Arial; font-size:10px; color: #0000ff; text-align: center;}
