/* Used automatically to modify Body tag makes the background brown and the text black times roman */BODY {FONT-FAMILY: "times new roman","times roman",times,serif;color: #000000;background-color: #cc9966;}/* Used on any tag makes the text smaller than normal and arial */.SmallPrint {FONT-FAMILY: arial,helvetica,verdana,sans-serif;font-size: 80%;}.SmallerPrint {FONT-FAMILY: arial,helvetica,verdana,sans-serif;font-size: 70%;}/* Used on any tag makes the text larger than normal */.WelcomeText {font-size: 125%;}/* Used on any tag makes the text larger than normal and bolds it */.Title {font-size: 125%; font-weight: bold;}.TitleRed {font-size: 125%; font-weight: bold;color: #660000;}/* Used on any tag makes the text bolds */.Heading {font-weight: bold;}/* Used on any tag makes the text italic */.Note {font-style: italic;}/* Used on any tag makes the text arial, yellow, and larger than normal size */.Error {FONT-FAMILY: arial,helvetica,verdana,sans-serif;color: #ffff33;font-size: 125%;}/* Used on any tag makes the text red, smaller than normal size, and italic */.FormRequired {font-style: italic;color: #660000;font-size: 85%;}/* Used on any tag makes the text smaller than normal size, and arial */.FormNote {font-family: arial,helvetica,verdana,sans-serif;font-size: 85%;}/* the next set of classes all deal with the LEFT MENU LINKS *//* Used on any tag makes the text smaller than normal size, arial, and bold */.MenuTitle {font-family: arial,helvetica,verdana,sans-serif;font-weight: bold;font-size: 85%;}/* Used on any tag makes the text smaller than normal size, arial, bold, and red */.MenuHightlight {font-family: arial,helvetica,verdana,sans-serif;color: #990000;font-weight: bold;font-size: 85%;}/* Used on the <A>nchor tag makes the text smaller than normal size, arial, red, and no underline */A.Menu {font-family: arial,helvetica,verdana,sans-serif;color: #990000;text-decoration: none;font-weight: normal;font-size: 80%;}/* the next four classes deal with the color of a MENU LINK */A.Menu:link {color: #660000;} /* dk red */A.Menu:hover {color: #990000;text-decoration: underline;} /* med red */A.Menu:visited {color: #660000;} /* dk red */A.Menu:active {color: #990000;} /* med red *//* the next four classes deal with the color of a LINK these are NOT automatic -- you must use class="LINK" in the a tag */A.Link:link {color: #660000;font-weight: bold;}	/* dk red */A.Link:hover {color: #990000;}	/* med red */A.Link:visited {color: #660000;}	/* dk red */A.Link:active {color: #990000;}	/* med red *//* the next set of classes all deal with TABLES they are not automatic -- you must use class="" in the TD tags *//* Used on the TD tag makes the text bold arial, aligns to the top, centers within cell, and sets the background to a light brown */TD.TDHeading {vertical-align: top;text-align: center;background-color: #FFEBCD;font-family: arial,helvetica,verdana,sans-serif;font-weight: bold;}/* Used on the TD tag makes the text bold times, and aligns to the top/left */TD.TDLabel {vertical-align: top;text-align: left;font-family: "times new roman","times roman",times,serif;font-weight: bold;}/* Used on the TD tag makes the text times, and aligns to the top/left */TD.TDText	{vertical-align: top;text-align: left;font-family: "times new roman","times roman",times,serif;}/* Used on the TD tag makes the text times, and aligns to the top/right */TD.TDNumber	{vertical-align: top;text-align: right;font-family: "times new roman","times roman",times,serif;}/* Used on the TD tag makes the text align to the bottom/left */TD.TDLogoMenu {vertical-align: bottom;text-align: left;}/* Used on the TD tag makes the text align to the center/left, larger sized bold times text */TD.TDAdminTitle {vertical-align: center;text-align: left;font-size: 125%;font-family: "times new roman","times roman",times,serif;font-weight: bold;}TD.TDDirHeader {vertical-align: center;text-align: left;font-size: 65%;font-family: arial,helvetica,verdana,sans-serif;}/* the next set of classes all deal with the FOOTER they are not automatic -- you must use class="" in the appropriate tag *//* Used on any tag makes the text smaller than normal and arial */.Footer {font-family: arial,helvetica,verdana,sans-serif;font-size: 80%;}/* the next four classes deal with the <A>nchor tag for the FOOTER these are different than the menu links at the bottom */A.FooterLink:link {color: #000000;} /* black */A.FooterLink:hover {color: #660000;} /* dk red */A.FooterLink:visited {color: #000000;} /* black */A.FooterLink:active {color: #660000;} /* dk red */