body {
    margin: 0 auto;
    padding: 0; 
    font-size: 12px;
    letter-spacing:0.02em;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif; 
    background-color: #e8e6e6;
    color: #333333;
}

table { 
    font-size: 12px;
    letter-spacing:0.02em;
    font-family:Arial, Helvetica, sans-serif;
    color: #333333;
}

strong, .strong {
	font-weight: bold;
}

p
{
    font-size: 12px;
}

a:link {
  text-decoration:none;
  color:#006699;
}

a:visited {
  text-decoration:none;
  color:#999999;
}

a:hover {
  text-decoration: underline;
  color:#ff6600;
}

INPUT,TEXTAREA {
	font-family: serif; 
	font-size: 12px; 
	}
	
.breadcrumb a:link,
.breadcrumb a:visited {
	color:#999999;
}

.breadcrumb a:hover {
	color:#ff6600;
}

.breadcrumb a:active {
	color:#cccccc;
}

.footer a:link,
.footer a:visited {
	color:#999999;
}

.footer a:hover {
	color:#ff6600;
	
}


/* horizontal menu styling */
#udm ul li { width:auto; float:left !important; }
#udm ul li a { white-space:nowrap; }
#udm ul ul { border-top:none !important; }