.topbg{
	background-image: url(/images/top_bg.gif);
	background-repeat: repeat-y;
}
A.sidebar:link{
color:#FFFF00;
}
A.sidebar:visited{
color:#FFCC00;
}
A.sidebar:hover{
color:#FF0000;
}
A.content:link{
color:#FFFF00;
}
A.content:visited{
color:#0000FF;
}
A.content:hover{
color:#FF0000;
}
TH{
background-color:#FF9900;
vertical-align:top;
}
td.spacer{
background-color:#CC9900;
line-height:0.5em;
}
h2,h3{
text-align:center;
}
ol.decimal {list-style-type: decimal;}
ol.lroman {list-style-type: lower-roman;}
ol.uroman {list-style-type: upper-roman;}
ol.lalpha {list-style-type: lower-alpha;}
ol.ualpha {list-style-type: upper-alpha;}

dt{
	font-weight: bold;
}