body {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	}

a {
	color: #123456;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #123456;
	text-decoration: underline;
	}
	
a.nav:hover {
	color: #4E627A;
	text-decoration: none;
	}

a.white, a.white:hover {
	color: #ffffff;
	}
	
div.error {
	color: #ff0000;
	}
div.title {
	color: #123456;
	font-size: 16px;
	font-weight: bold;
	}
	
input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

table {
	font-size: 11px;
	}

td.gradtop {
	color: #ffffff;
	background-image: url('images/grad-top.png');
	background-position: top left;
	background-repeat: repeat-x;
	}
td.shadowleft {
	background-image: url('images/shadow-left.png');
	background-position: top right;
	background-repeat: repeat-y;
	}
td.shadowright {
	background-image: url('images/shadow-right.png');
	background-position: top left;
	background-repeat: repeat-y;
	}
td.shadowbottom {
	background-image: url('images/shadow-bottom.png');
	background-position: top left;
	background-repeat: repeat-x;
	}
	
/* 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 */