/*GENERIC CLASSES*/
	BODY
	{
		FONT-FAMILY: arial;
	}
/*TOP TITLE CLASSES*/	
	TD.title1
	{
		COLOR: white;
		font-weight: bolder;
		FONT-FAMILY: arial;	
	}
	TD.title2
	{
		COLOR: red;
		font-weight: bolder;
		FONT-FAMILY: arial;	
	}

/*SIDE MENU CLASSES*/
	TD.sidemenu
	{
		COLOR: black;
		font-weight: bold;
		FONT-FAMILY: arial;	
		cursor:pointer;
	}
	TD.sidemenuover
	{
		COLOR: white;
		font-weight: bold;
		FONT-FAMILY: arial;	
		cursor:pointer;		
	}

/*CONTACT CLASSES*/
	TD.contactover
	{
		COLOR: RED;
		font-weight: bold;
		FONT-FAMILY: arial;	
		cursor:pointer;	
	}	
	TD.contact
	{
		COLOR: BLACK;
		font-weight: bold;
		FONT-FAMILY: arial;	
		cursor:pointer;	
	}
/*DISPLAY TABLES*/
 TABLE.display
 {
   COLOR:#000000;
	 border: solid 2px
 }
 TD.disptitle
 {
   COLOR:#FFFFFF;
	 font-weight: bold;
	 background:#333333;	 
 }
 
/*Buttons*/
	button.norm
	{
		border: thin solid Black;
		font-weight: bold;
		font-family: Courier;
		background: #333333;
		color: #ffffff;
		height: 30;
		width: 200;
		cursor: pointer;
	}
	button.normsmall
	{
		border: thin solid Black;
		font-weight: bold;
		font-family: Courier;
		background: #333333;
		color: #ffffff;
		height: 30;
		width: 100;
		cursor: pointer;
	}	
	button.over
	{
		border: thin solid Black;
		font-family: Courier;
		font-weight: bold;
		color: #ffffff;
		background: #999999;
		height: 30;
		width: 200;
		cursor: pointer;		
	}
  td.disptitlesmall
	{
	  font-family:arial;
		font-size:19px;
		background:#333333;	
		font-weight:bold;
		color:#DDDDDD;
	}