
/* Info Box WITHOUT Headings */
.cmbox1				{COLOR: #333333; 
					 BACKGROUND-COLOR: #eeeeee; 
					 BORDER: 1px solid #333333; 
					 valign:top;
					 font-family: sans-serif, arial, serif;
					 font-size: 100%;
					 font-weight: bold;
}
		
Div				{color: #000000}

TD.bgcolor		{background-color: #000000}

marquee			{background-color: #000000}

body {font-family: arial, sans-serif, serif}  
p {			font-family:  arial, serif;
			font-size: 75%;
			font-weight: bold}
p.large {	font-family:  arial, serif;
			font-size: 100%;
			font-weight: bold}

p.small {	font-family:  arial, serif;
			font-size: 85%;
			font-weight: bold}			
			
p.hilight { font-family:  arial, serif;
			font-size: 100%;
			font-weight: bold;
			background-color: #FFFF66}
			
p.adminLinks	{font-family:  arial, serif;
				font-size: 75%;
				font-weight: bold;
				background-color: #FFFF66}
				
h1		 {	font-family:  arial, serif;
			font-size: 150%;
			font-weight: bold}				
				
 A:link     {COLOR: #666666;  FONT-WEIGHT: bold; TEXT-DECORATION: none}
 A:visited  {COLOR: #666666;  FONT-WEIGHT: bold; TEXT-DECORATION: none}
 A:hover    {COLOR: #888888; FONT-WEIGHT: bold; TEXT-DECORATION: none}
 
 
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}