
BODY
{
	/* SAME in netscape*/
	FONT-FAMILY : Arial, Helvetica, sans-serif;
	FONT-SIZE : medium;
}
/*  NOTE THE EXISTING ROOT NAMES OF THE FONTS. THERE ARE FIVE PREDEFINED
SIZES: "Note", "Small", "Text", "Large", and "Title." EVERY ATTEMPT SHOULD BE MADE TO 
ENSURE THAT ADDED FONTS ARE A DERIVATIVE OF THESE BASE FONTS. EXCEPTIONS
WILL EXIST FOR FUNCTIONAL FONTS (E.G. "FormField" 	IS EXACTLY THE SAME AS
"TextBold," BUT IS HAS A SPECIFIC -- FUNCTIONAL -- PURPOSE).  */

.Admin{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background : transparent;	
}

a.Admin {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background : transparent;	
	text-decoration: none;
}

a.Admin:Hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #ffffff;
	text-decoration: underline;
	background : transparent;	
}

.AdminBar {
/*  USED ON ADMIN NAV BAR */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background : transparent;	
}

a.AdminBar {
/*  USED ON ADMIN NAV BAR */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	text-decoration: none;
	background : transparent;	
}

a.AdminBar:Hover {
/*  USED ON ADMIN NAV BAR */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #ffffff;
	background : transparent;
	text-decoration: underline;
}

.AdminEdit {	 
/*  SHOWS THE EDIT LINK TO ADMINS  */
    FONT-SIZE: 11px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color : transparent;
    font-weight : bold;
	color: #ffffff;
	text-decoration: none;
}

.AdminEditLight {	 
/*  SHOWS THE EDIT LINK TO ADMINS  */
    FONT-SIZE: 11px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color : transparent;
    font-weight : bold;
	color: Yellow;
}

.AdminEditSmall {	 
/*  SHOWS THE EDIT LINK TO ADMINS  */
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color : transparent;
    font-weight : bold;
	color: #ffffff;
	text-decoration: none;
}

.BgBody{
	background : #ffffff;	
	background-image: url(../images/bd_bg.gif);
	background-repeat : no-repeat;
}

.Button {
/*  USED ON BUTTONS AT THE END OF THE HTML FORMS. DEFINE BACKGROUND BASED ON SITE - DEFAULTS TO DEEP ORANGE 
    ALSO USING IN A ROLLOVER EXPERIMENT -- MAY BE USEFUL FOR NAVBARS IN GATC3/OTHER. */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	background-color: #FF8209;
    font-weight : bold;
	text-decoration: none;
}

a.Button {
/*  USED ON BUTTONS AT THE END OF THE HTML FORMS. DEFINE BACKGROUND BASED ON SITE - DEFAULTS TO DEEP ORANGE */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	background-color: #FF8209;
    font-weight : bold;
	text-decoration: none;
}

a.Button:Hover {
/*  USED ON BUTTONS AT THE END OF THE HTML FORMS. DEFINE BACKGROUND BASED ON SITE - DEFAULTS TO DEEP ORANGE */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #ffffff;
	background-color: blue;
    font-weight : bold;
	text-decoration: underline;
}

.ButtonConfirm{
/*  USED ON BUTTONS IN ADMIN FOR THE CONFIRMATION OF A CHANGE.*/
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	background-color: Red;
    font-weight : bold;
	text-decoration: none;
	padding-top : 0;
	margin-top : 0px;
	z-index : auto;
}

.CodeSample {	 
/*  USED TO DISPLAY CODE IN TEXT  */
    FONT-SIZE: 12px;
    FONT-FAMILY: "Courier New", Courier, monospace;
    font-weight : bold;
	color: Blue;
	display : block;
	cursor : crosshair;
	font-variant : normal;
	letter-spacing : 2px;
}

.Error {	 
/*  USED TO DISPLAY SITE ERROR MESSAGES  */
    FONT-SIZE: 11px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-weight : bold;
	color: Red;
	border-bottom : thin dotted;
}

.ErrorOnForm {	 
/*  USED ON THE VARIOUS FORMS IN THE SITE FOR ERROR CHECKING  */
    FONT-SIZE: 11px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color : #FF8209;
    font-weight : bold;
	color: Yellow;
	border-bottom : thin dotted Yellow;
		}

.FormFieldInput {
 /* THE DEFAULT TEXT CLASS FOR FORM INPUT FIELDS */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background-color: #ffffee;
}

.FormFieldName {
 /* THE DEFAULT TEXT CLASS FOR FORM FIELDS */
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background : transparent;	
}

.Large{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background : transparent;
}

.Note {
/*BY DEFAULT, ALL "NOTE" FONTS ARE BOLD*/ 
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background : transparent;	
	font-weight : bold;
}

.Navigation {
 /* THE DEFAULT TEXT CLASS */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #ffffff;
	background : transparent;	
}

a.Navigation {
/*BY DEFAULT, ALL "NOTE" FONTS ARE BOLD*/ 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #ffffff;
	background : transparent;	
	text-decoration: none;
}

a.Navigation:Hover {
/*BY DEFAULT, ALL "NOTE" FONTS ARE BOLD*/ 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #FFFF00;
	background : transparent;	
	text-decoration: underline;
}

.HomeNavigation {
 /* THE DEFAULT TEXT CLASS */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #213B90;
	background : transparent;	
}

a.HomeNavigation {
/*BY DEFAULT, ALL "NOTE" FONTS ARE BOLD*/ 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #213B90;
	background : transparent;	
	text-decoration: none;
}

a.HomeNavigation:Hover {
/*BY DEFAULT, ALL "NOTE" FONTS ARE BOLD*/ 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #BD262F;
	background : transparent;	
	text-decoration: underline;
	font-weight: bold;
}

.NavigationSmallReversed {
 /* THE DEFAULT TEXT CLASS */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #8CCF4A;
	background : transparent;	
	font-weight : bold;
}

a.NavigationSmallReversed {
/*BY DEFAULT, ALL "NOTE" FONTS ARE BOLD*/ 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #8CCF4A;
	background : transparent;	
	font-weight : bold;
	text-decoration: none;
}

a.NavigationSmallReversed:Hover {
/*BY DEFAULT, ALL "NOTE" FONTS ARE BOLD*/ 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #ffffff;
	background : transparent;	
	font-weight : bold;
	text-decoration: underline;
}

a.Note {
/*BY DEFAULT, ALL "NOTE" FONTS ARE BOLD*/ 
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background : transparent;	
	font-weight : bold;
	text-decoration: none;
}

a.Note:Hover {
/*BY DEFAULT, ALL "NOTE" FONTS ARE BOLD*/ 
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #FF8209;
	background : transparent;	
	font-weight : bold;
	text-decoration: underline;
}

.Small {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background : transparent;	
}

a.Small {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background : transparent;	
	text-decoration: none;
}

a.Small:Hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #FF8209;
	background : transparent;
	text-decoration: underline;
}

.Text {
 /* THE DEFAULT TEXT CLASS */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background : transparent;	
	text-decoration : none;
}

a.Text {
 /* THE DEFAULT TEXT CLASS */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #213C91;
	background : transparent;	
	text-decoration : none;
}

a.Text:Hover {
 /* THE DEFAULT TEXT CLASS */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #BD262F;
	background : transparent;
	text-decoration : underline;
}

.TextBold {
 /* THE DEFAULT BOLD CLASS */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background : transparent;	
	font-weight : bold;
	text-decoration: none;
}

.Title {
/*By default, at this size is bold*/
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	COLOR : #000000;
	background : transparent;	
	font-weight : bold;
}