body {
	background-image:url(graphics/00000001/bg_blue_2.gif);
	background-repeat: repeat-x;
}

/* used in main body */
.bodytable {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 10pt;
	color: Black;
}



TABLE.bodytable {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 10pt;
	color: Black;
}

/* Category Name */
.catname {
font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
	color: White;
	font-size: 16px;
}

/*-----------------------------------------------------------*/


H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}



/* used in category navagation menu. can not change name.
	the name catmenu is embeded in module */
.catmenu {
	font-family: sans-serif;
	font-size: 10pt;
	color: White;
	text-decoration: none;
		}
	A.catmenu:hover {
	color: #FFCC00;
}
/*----------------------------------------------------------*/



/* Testing in Category Menu */

.categorymenu {
	font-family: sans-serif;
	font-size: 10pt;
	color: White;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
/*---------------------------------------------------------*/


/* used in golbal footer */

.footertable {
	font-family: sans-serif;
	font-size: 8pt;
	color: Black;
	text-decoration: none;
}
A.footertable:hover {
	color: #FFCC00;
}

#hh {
font-size:4px;
color:#CC0000;
}
/*--------------------------------------------------------*/




/* used in crest page */
.crest {
	font-family: sans-serif;
	font-size: 8pt;
	color: Black;
	text-decoration: none;
}

A.crest:hover {
	color: Red;
}
/*------------------------------------------------------*/



/* used in photogalery */
.photogallery {
	font-family: sans-serif;
	font-size: 10pt;
	color: Black;
}

A.photogallery:hover {
	color: Red;
}

A.photogallery:link {
	color: Blue;
	font-size: 8pt;
}

A.photogallery:visited {
	color: Black;
	font-size: 8pt;
}


TABLE.photogallery {
	font-family: sans-serif;
	font-size: 8pt;
	color: Black;
}

TD.instructions  {
font-family: Verdana,Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
	color: Green;
	font-size: 14px;
	text-decoration: none;
	border: 3px solid Navy;
	background-color: #red;
	}

/*----------------------------------------------------------*/

/* used to place keywords on pages */
.keywords {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 7pt;
	color: Black;
	font-style: normal;
	font-weight: bold;
	
}

/*----------------------------------------------------------*/

/* used Kappa Alpha Theta pages */
.KappaAlphaTheta {
	font-family: sans-serif;
	font-size: 10pt;
	color: Black;
	font-style: italic;
	}
	
/*----------------------------------------------------------*/

/* used on Affiliate pages */
	
	.affiliate {
	font-family: sans-serif;
	font-size: 10pt;
	color: Black;
}

TABLE.affiliate {
	font-family: sans-serif;
	font-size: 10pt;
	color: Black;
}

/*---------------------------------------------------------*/

/* used on Extra Customers Fields module */

span.required {
	font-weight: normal;
}
span.optional {
	font-weight: italic;
}
span.required_invalid {
	font-weight: bold;
	color: Red;
}
span.optional_invalid {
	font-weight: italic;
	color: Red;
}
