﻿.title{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
.subtitle{
	font-size:14px;
	line-height:18px;
}
.orange{
	color:#FF6600;
}

body{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
}

#menu{
	width:200px;
	margin:10px;
}

dt{
	padding:5px 0 5px 5px;
	height:15px;
	font-weight: bold;
	background:#666666;
	color:#FFFFFF;
	text-align:left;
	font-size:11px;
	cursor:pointer;
}
dt a{
	color:#FFFFFF;
	text-decoration:none;
}
ul{
	margin:0px;
	padding:0px;
}
li{
	padding:2px 2px 2px 4px;
	text-align: left;
	font-size:11px;
	font-weight: bold;
	cursor:pointer;
	color:#000000;
}
li a{
	color:#000000;
	text-decoration:none;
}
li:hover, li a:hover, dt:hover, dt a:hover{
	color:#FFFFFF;
	background:#FF6600;
}