/* Default StyleSheet */
	/* LINKS */
	/* Yellow Highlight Link */
	A:link				{	text-decoration: Underline;	color: #f86611 }
	A:visited			{	text-decoration: Underline;	color: #f86611 }
	A:hover				{	text-decoration: none;	color: #f86611 }/*C6FB00*/
	/* Plain Black Link */
	A.plain:link		{	text-decoration: Underline;	color: #f86611 }
	A.plain:visited		{	text-decoration: Underline;	color: #f86611}
	A.plain:hover		{	text-decoration: underline;	color: #f86611 }
	/* Plain Orange Link */
	A.orange:link		{	text-decoration: underline;	color: #f86611 }
	A.orange:visited	{	text-decoration: underline;	color: #f86611 }
	A.orange:hover		{	text-decoration: underline;	color: #f86611 }
	/* Plain Black Underlined Link */
/*	A.underline:link	{	text-decoration: underline;	color:#f86611 }
	A.underline:visited	{	text-decoration: underline;	color: #f86611 }
	A.underline:hover	{	text-decoration: underline;	color: #f86611 }*/
	
	/* Fonts & Colors */
	td				{	font-family: Tahoma, Arial;
						font-size:8 pt;
						color:#000002 }
	
	FONT.title		{	font-family: Tahoma, Arial;
						font-size:14 px;
						color:#000003 ;
						font-weight:bold }
						
	FONT.title2		{	font-family: Tahoma, Arial;
						font-size:12 px;
						color:#000003 ;
						font-weight:bold }
						
	.title3			{	font-family: Tahoma, Arial;
						font-size:12 px;
						color:#707870 ;
						font-weight:bold }
		
						
	
	FONT			{	font-family: Tahoma, Arial;
						font-size:8 pt;
						color:#000002 }
	.labels        {	font-family: Tahoma, Arial;
						font-size:10 pt;
						color:#00000 }
	.Permissions   {	font-family: Tahoma, Arial;
						font-size:12 pt;
						color:#f86611; 
						font-weight:bold }
											
	.que        	{	font-family: Tahoma, Arial;
						font-size:8 pt;
						color:#005B30 }
	.delete        	{	font-family: Tahoma, Arial;
						font-size:8 pt;
						color:#FF0000}
						
	.update        	{	font-family: Tahoma, Arial;
						font-size:8 pt;
						color:#0000FF }																			
						
	TD.content		{	font-family: Tahoma, Arial;
						font-size:8 pt;
						color:#C6FB00 }
	TD.content2		{	font-family: Tahoma, Arial;
						font-size:10 pt;
						color:#C6FB00; 
						cursor:hand}
	TD.Searchcontent{	font-family: Tahoma, Arial;
						font-size:14 pt;
						color:#C6FB00; }										
	.lightgrey		{	color:#7C7C7C }
	.orange			{	color:#f86611 }
	
	#title			{ position:absolute; left:258 px; top:79}
	
	.Header			{ background-image: url("../expressweb/Images/Header.gif"); background-repeat:no-repeat }
	.colortest 		{ background-color:#AEC5d0; border-color:#AEC5d0; padding:0px; border-width:0px}	
      input.lightblue {background-color: #AEC5d0; font-weight: bold; font-size: 12px; color: black;}
		
	/* List of Colors:
	#A5BE42 - Green
	#C6FB00 - Light Green/Yellow
	#f86611 - Orange
	#7C7C7C - Light Grey
	#707870 - Grey
	*/

