@charset "UTF-8";
/* CSS Document */

#content {
	background-color:#000000;
}

#content p, td, ul, ol, ul, li, dl, dt, dd  {
font-size:    small;
/* false value for winie4/5 */
voice-family:   "\"}\"";
/* trick win ie4/5 into thinking rule is over */
voice-family:   inherit;
/* recover from trick */
font-size:   medium;
/* intended value for better browsers */
  color: #FFFFFF;
}

html>body>div#content>p, td, ul, ol, ul, li, dl, dt, dd  {
font-size:  medium;
color: #FFFFFF;
}

td#switch2, td#switch4 {
	height: 5px;
	background-image: url(/images/switcher/sw_arr.gif);
	background-repeat: no-repeat;
	}
	
td#switch1, td#switch3 {
	height: 5px;
	background-image: none;
	}