td#title	{font-family: trebuchet ms, verdana, arial;
			color: #ffffff;
			font-size: 16px
			}
			
a#white	    	{font-family: verdana, trebuchet ms, arial;
				color: #ffffff;
				font-size: 10px;
				text-decoration: none
				}
			
a#white:hover	{font-family: verdana, trebuchet ms, arial;
				color: #ffffff;
				font-size: 10px;
				text-decoration: underline
				}
				
td#bodytext		{font-family: verdana, trebuchet ms, arial;
				color: #ffffff;
				font-size: 10px
				}
				
#dropmenudiv{
position:absolute;
border:2px solid #F8CD33;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:50;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 2px solid #F8CD33;
padding: 1px 0;
text-decoration: none;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #78AADC;
}

a#blue	    	{font-family: verdana, trebuchet ms, arial;
				color: #336699;
				font-size: 12px;
				text-decoration: none
				}
			
a#blue:hover	{font-family: verdana, trebuchet ms, arial;
				color: #336699;
				font-size: 12px;
				text-decoration: underline
				}
				
td#blue	    	{font-family: verdana, trebuchet ms, arial;
				color: #336699;
				font-size: 12px;
				text-decoration: none
				}
				
.bodytext		{font-family: verdana, trebuchet ms, arial;
				color: #336699;
				font-size: 11px;
				}
				
.bodylink		{font-family: verdana, trebuchet ms, arial;
				color: #336699;
				font-size: 11px;
				text-decoration: underline;
				}
				
.bodylink:hover	{font-family: verdana, trebuchet ms, arial;
				color: #336699;
				font-size: 11px;
				text-decoration: none;
				}

table.fail					{border: #ea0b0b 1px solid;
							}
							
td.fail						{background-color: #ffb8b8;
							color: #ea0b0b;
							font-family: verdana, trebuchet ms, arial;
							font-size: 11px;
							}
							
table.success				{border: #1ba200 1px solid;
							}
							
td.success					{background-color: #bff7b4;
							color: #1ba200;
							font-family: verdana, trebuchet ms, arial;
							font-size: 11px;
							}