body {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	}

a {
	color: #000066;
	}
a:hover {
	color: #003366;
	}
	
div.error {
	color: #ff0000;
	}
div.header, span.header {
	color: #123456;
	font-size: 14px;
	font-weight: bold;
	}

table {
	font-size: 11px;
	}
	
td.tools {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
		
/* Semsym Dropdown */
	
#semsymDrop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 100%;
	height: 99px;
	border-bottom: 1px solid #123456;
	top: -100px;
	left: 0px;
	position: absolute;
	background-image: url('images/drop-bg.png');
	background-repeat: repeat-x repeat-y;
	}
	
#semsymDrop a {
	color: #123456;
	font-weight: underline;
	text-decoration: none;
	}
#semsymDrop a:hover {
	color: #123456;
	text-decoration: underline;
	}
	
#semsymDrop table {
	font-size: 12px;
	}
	
#semsymDropName {
	background-image: url('images/drop-diag.png');
	background-repeat: no-repeat;
	top: -1px;
	right: 0px;
	position: absolute;
	padding: 5px;
	border-top: 1px solid white;
	border-left: 1px solid #123456;
	border-bottom: 1px solid #123456;
	background-image: url('images/drop-bg.png');
	background-repeat: repeat-x;
	}
	
/* End of Semsym Dropdown */