/* CSS Document */

body {
	background-image: url(images/back_orange1.gif);
	margin: 0;	
}

.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.text	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0px 0px 7px 0px;
}
			
a:link		{ color: #FF6600; text-decoration: none; padding-bottom: 0px; }
a:visited	{ color: #ff6600; text-decoration: none; padding-bottom: 0px; } 
a:hover		{ color: #ff6600; text-decoration: none; padding-bottom: 0px; } 
a:active	{ color: #990000; text-decoration: none; padding-bottom: 0px; } 

/******************************************************************************
 * Styles added by Zakir 
 ******************************************************************************/

/* Get rid of <u> HTML element  */
.text u { text-decoration: none; }

/* These links appear in the .text (main content) area */
.text a:link 	{ border-bottom: 1px dotted #FF6600; }
.text a:visited { border-bottom: 1px dotted #FF6600; }
.text a:hover 	{ border-bottom: none; }
.text a:active	{ border-bottom: none; }

/* programs.html school programs menu */
/* No border for links inside it */
#program-nav a
{
	border-bottom: none;
}
