/*
    font-family: Arial, Helvetica, sans-serif, Times, serif;
    font-family: Georgia;
*/


TD {
	font-size: 11px; 
    font-family: Georgia, "Times New Roman", Times, serif;
}

.nothing{
    padding: 0px;
    margin: 0px;
}

.msg {
	font-size: 11px; 
    font-family: Georgia, "Times New Roman", Times, serif;
	color: red;
}
a {
    font-size: 12px; 
    text-transform: none; 
    color: #663200;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover { 
    background-color:#ffffff; 
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px; 
    text-transform: none; 
    color: #663200;
    text-decoration: underline;
}

.menu {
	background: #F5F5F5;
	border: solid 1px;
	border-color: #CCCCCC;
}
.menu2 {
    background: #DADADA;
    border: solid 1px;
    border-color: #CCCCCC;
}

.preview {
	border: solid 1px;
	border-color: #CCCCCC;
}
.footer {
	font-size: 10px; 
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
    padding: 0px;
}

.pos1 { 
    background: #E9E9E9; 
    width: 150px;
}
.pos2 { 
    background: #F4F4F4;
    width: 450px;
}

.row1 {
	background: #E2E2E2;
}
.row2 {
	background: #F6F6F4;
}


	#col1 {  float:left; width:184px; margin: 0; padding: 0px; margin-left:0px;}
	
	#col1 #topNavContainer #udm {border:0px solid red;  float: left; margin:0; padding:0; line-height:20px;   }
		html>body #col1 #topNavContainer #udm {	margin:0px; margin-left:0px;  }

	
	#topNavContainer {margin-left:0px; border:0px solid blue;}
		html>body #topNavContainer{margin-left:0px;}	
	#topNavContainer #udm ul{width: auto; margin:0px; padding:0px; list-style: none; background:#FFFFFF; }		
	#topNavContainer #udm li{border-bottom:1px solid #FFFFFF; width: auto;  	margin:0px; padding:0px; display:block; }
	#topNavContainer #udm a{ 
        padding:0px 8px 0px 20px; width: 184px; 
        margin:0px; font-weight: normal; 
        text-decoration:none; color:#ffffff; display:block; background: url("images/off.jpg") no-repeat center left; background-color:#ffffff
        }
	#topNavContainer #udm a.active {background: #FFE9C8;   font-weight:bold;}
	#topNavContainer #udm a:hover { background: url("images/on.jpg") no-repeat center left; color:#9B7431}
	#topNavContainer #udm a.MainNavSelected { background: url("images/on.jpg") no-repeat center left; color:#9B7431}	
