/* Style Sheet for CADSS home pages.
 * Created by Daniel Lee Osiecki
 * PLEASE do not edit without noting in comment or otherwise!
 *
 * Last modified March 3, 2000 by JMG
 * Revision History----------------------------------------------
 *   3/2/00 - Created style sheets to independently control style of home page(s) appearance
 */

		
BODY {

	Font-Family : Times New Roman ;
	Background-Color : #E5E5BD;
	
	
	
}

	:link {

		Color : #0000EE ;

	}

	:active	{

		Color : #990099 ;

	}

	:visited {

		Color : #880088 ;

	}


P.GuidelineStyle {

	Font-Family : Arial;
	
}

P.MenuItemStyle	{

	Font-Family : Comic Sans MS ;
	Color : white ;
					
}

P.MenuItemStyle	A:link{

	Font-Family : Comic Sans MS ;
	Color : white ;
	Text-Decoration : None;
	
}

P.MenuItemStyle	A:active{

	Font-Family : Comic Sans MS ;
	Color : white ;
	Text-Decoration : None;
	
}

P.MenuItemStyle	A:visited{

	Font-Family : Comic Sans MS ;
	Color : white ;
	Text-Decoration : None;
	
}

	
DIV.HighlightArea .HighlightStyle {

	background-color: #FFFFFF;
	Color: #000000;
}

