/* for links */

a:link			{background: none; color: #0033ff; font-weight: bold; 			
				text-decoration: none;} 

a:visited 		{background: none; color: #6699ff; font-weight: bold; 
				text-decoration: none;}

a:hover 		{background: #ffff00; color: #ff6600; font-weight: bold; 
				text-decoration: none;}

a:active		{background: #ffff00; color: #ff0000; font-weight: bold; 
				text-decoration: none;}

/* for document as a whole */
body			{margin: 0; color: black; background: white; 
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px; line-height: 1.3em; text-align: left;
				font-style: normal;}
				
table			{margin: 0; padding: 0; border-width: 0;}

td				{vertical-align: top; border: 0; padding: 0;}

h4				{font-size: 15px; line-height: 1.2em; 
				font-weight: bold; color: #ff6600; background: none;}
				
#ras_margin		{margin: 30px 0 50px 50px; width: 600px;}

/* survey identification at the top */
#ras_nav	tr	{width: 100%;}
#ras_nav	td	{background: #ccffff; font-size: 10px; font-weight: bold; color: black; padding: 6px;}
#ras_nav	td.white {background: #eeeeee;}


/* warning message that CSS should be enabled */
.cssWarning		{visibility: hidden;}
