body { 
	background-color : #FFFFFF;
	background-image : url(../images/bgmenu3.gif);
	background-repeat : no-repeat;
	background-attachment : fixed
    	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
}
A:hover {
    COLOR: #FFFFFF; 
    /* color: #668ea3; */
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    /* background: #0b3074; */
    /* background: #ffffff; */
    text-decoration: underline;
    /* TEXT-DECORATION: none */
}
A{
    /* COLOR: #0b3074; */
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    TEXT-DECORATION: none
}
 
A.pdt:hover {
    /* color: #668ea3;
    background: #ffffff; */
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    font-variant : small-caps;
    text-decoration: underline;
    /* TEXT-DECORATION: none */
}

A.pdt{
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    font-variant : small-caps;
    TEXT-DECORATION: none
}

table {
    	color: #ffffff;
    	font-family: arial, helvetica, sans-serif;
    	font-size: 14px;
	line-height: 14px;
	}
td.black {
	color: #000000;
	font-size: 10px;
	}

ul{
	margin-left : 0px;
	padding-left : 0px;
	list-style-type : none;
 }

ul.u1 {
	margin-left : 0px;
	padding-left : 0px;
	list-style-type : none;
	font-weight : bold;
}	

ul.u2 {
	margin-left : 0px;
	padding-left : 0px;
	list-style-image : url(../images/triangle.gif); 
	list-style-position : inside;
	font-weight : normal;
	font-style : normal;
}	

ul.u3 {
	margin-left : 0px;
	padding-left : 10px;
	list-style-image : url(../images/triangle.gif);
	list-style-position : inside;
	font-weight : normal;
	font-variant : small-caps;
}	

