body#home {
	margin: 31px 0 0 0;
	background: #fff url(../img/bg.gif) repeat-x top;
}
body#sub {
	margin: 31px 0 0 0;
	background: #fff url(../img/bg_sub.gif) repeat-x top;
}
body, td, p, div, li, blockquote {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 150%;
}

#question, #abc {
	margin-top: 10px;
}

#question th, #abc th {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #DFDFDF;
	padding: 3px;
	border-top: 2px solid #EF6000;
}

a {
	color: #3399cc;
	text-decoration: none;
}

a:hover {
	color: #999
}

.small {
	font-size: 10px;
	color: #999;
}
h2 {
	font-size: 24px;
	color: #3399cc;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 120%
}
h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
}
ul {
	margin: 0 0 0 30px;
	padding: 0 0 15px 0;
}
#headertable {
	margin-bottom: 8px;
}
#greynav {
	margin-left: 126px;
	border-top: 1px solid white;
}
#subnav {
	padding: 30px 20px 0 0;
	font-family: arial, sans-serif;
	font-size: 11px;
}
#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ddd;
}
#subnav li {
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #ddd;
	text-align: right;
}
#subnav li a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
	line-height: 11px;
}
#subnav li a:hover {
	color: #999;
}
#maincontent {
	padding: 30px 0 30px 0;
	text-align: left;
}
.content-left {
	border: 1px solid white;
	border-top: 0;
	border-bottom: 0;
}
.content-right {
	border: 1px solid white;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
}
.intro {
	padding: 30px 0 30px 0;
}
#footer {
	border-top: 1px solid #ccc;
}
#footer p {
	padding-left: 126px;
	padding-top: 5px;
	color: #999;
	font-size: 10px;
}