/* 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: #ffffff;}

/* Used on any tag; makes the text larger or smaller than normal and arial */
.SmallPrint {FONT-FAMILY: arial,helvetica,verdana,sans-serif; font-size: 80%;}
.FinePrint {FONT-FAMILY: arial,helvetica,verdana,sans-serif; font-size: 70%;}
.LargerText {font-size: 125%;}

/* Used on any tag makes the text larger than normal and underlines it */
.PageTitle {font-size: 150%; text-decoration: underline;}

/* Used on any tag makes the text larger than normal*/
.Heading {font-size: 125%;}

/* Used on any tag makes the text bolds */
.SubHeading {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 following lines are for aligning the images */
/* The following line is used in an image tag to align to right of page */
.RightImage {float: right;}
/* The following line is used in an image tag to align to left of page */
.LeftImage {float: left;}

/* The next classes deal with formatting the menu text */
.LeftMenu {color: #ffffff; font-size: 85%; font-family: arial,helvetica,verdana,sans-serif;}
.LeftSubMenu {margin-left: 1em;}
.SelectedMenuItem {font-weight: bold;}

/* the next four classes deal with the color of a MENU LINK */
A.Menu {color: #ffffff; text-decoration: none;}
A.Menu:link {}
A.Menu:hover {text-decoration: underline;}
A.Menu:visited {}
A.Menu:active {}

/* 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 arial, aligns to the top/left or centered, and changes the background to blue */
TD.TDLeftMenu	{vertical-align: top; text-align: left; font-family: arial,helvetica,verdana,sans-serif;}
TD.TDLogo {vertical-align: top; text-align: center;}
TD.TDName {vertical-align: center; text-align: left;}

/* Used on the TD tag makes the text bold arial, aligns to the top, centers within cell, and sets the background to a light grey */
TD.TDHeading {vertical-align: top; text-align: center; background-color: #cccccc; 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;}

/* 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: 75%; clear: both;}

/* 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: #000000; text-decoration: underline;} /* black */
A.FooterLink:visited {color: #000000;} /* black */
A.FooterLink:active {color: #000000;} /* black */
