/* CSS Formats */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #FF6600;
}
.Heading {
	color: #FF6600;
	font-size: 18px;
	font-weight: bold;
}
.TopLink {
	font-size: 16px;
	font-weight: bold;
}
.date {
	color: #666666;
	font-style: italic;
}
.QAHiglight {
	color: #FF6600;
	font-weight: bold;
}
.SubHeading {
	font-size: 14px;
	color: #FF6600;
}
.SubHeading a:link {
	color: #FF6600;
	text-decoration: none;
}
.SubHeading a:visited {
	color: #FF6600;
	text-decoration: none;
}
.SubHeading a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.SubHeading a:active {
	color: #FF6600;
	text-decoration: none;
}
.CopyNotice {
	font-size: 9px;
	color: #666666;
	font-style: italic;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.error {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
#category .box {		/* General style of each box in category column */
	padding:5px 10px;
	font-size:90%;
	border:1px solid #eee;
	margin-bottom:5px;
}

#category .box p {
	margin:0px;
	padding-bottom:10px;
}

#category ul {		/* General style of list style in category column; including category listing */
	list-style-type:none;
	padding:10px 15px;
	margin:0px 0px 5px 0px;
	line-height:20px;
	font-size:90%;
	border:1px solid #eee;
}

#category ul a {
	background:url(../../images/catbullet.gif) no-repeat 0 3px;
	padding-left:15px;
	color:#505050;
}