/* A font size of 2 */
td,p
{ font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #000000; font-size: 13px }

/* A size 10px is like a font size 1 */
.small 
{ font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px }
/* A size 18px is like a font size 4 */
.large 
{ font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 18px }

/* Content pages stuff */
/* A size 24px is like a font size 5 */
.title
{ font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 24px }

/* Link Effects */
a:link { text-decoration: none}
a:hover 
{ color: #000000; text-decoration: none }
/* Do not have a:link underline because browser automatically underlines links */
a:visited 
{ text-decoration: underline }

/* For navigation menu */
.menu { color: #000000; text-decoration: none}

/* For links not available yet */
.dead { color: #FFFFFF; text-decoration: none}

/* For table borders: Not used */
.border { border: 1px solid #0055A6 }
.text_basicbold { font-weight: bold; }


/* For textual section headers */
.text_head {
	font-size:18px;
	font-weight: bold;
}
.text_sub_head { font-size:16px }
/* For textual *minor notes* such as disclaimers and foot notes */
.text_disc { font-size: 10px }