/*
red #b33
black #222
gray #666
lgrey #999
orange #fc3
*/
body {
	font: 14px/20px normal Verdana, Helvetica, sans-serif;
	color: #666;
}

/***** Header *****/
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	color: #222;
}
h1 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 20px;
}
h2 {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #666;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #666;
}
h5 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #666;
}

/***** Links *****/
a {
	text-decoration: none;
	color: #b33;
}
a:link{}
a:visited {
	color: #999;
}
a:hover {
	border-bottom: 1px solid #b33;
}
a.action:hover,
a.action:focus{
	border-bottom: 1px dashed #b33;
}
a:focus,
a:active {
	color: #fff !important;
	background-color: #b33;
}

/***** Paragraphs, lists *****/
p, ul, ol {
	margin-bottom: 20px;
}

ul ul, ol ol {margin-bottom: 0;}
p a, li a {
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 1px;
	font-size: 80%;
	line-height: normal;
}

/***** Unordered lists *****/
ul {
	list-style: none outside url(/img/bullet.gif);
	margin-left: 15px;
}
ul.dash li{
	list-style-image: none;
}
ul.dash li:before {
	content: '— ';
}

/***** Ordered list *****/
ol{
	list-style: decimal outside;
	margin-left: 15px;
}
ol.roman{
	list-style-type: upper-roman;
}
ol.alpha{
	list-style-type: upper-alpha;
}

/***** Tables *****/
table {
	width: 100%;
	margin-bottom: 20px;
}

th, td {
	border-bottom: 1px solid #fc3;
	padding: 5px 5px 4px;
}

th {
	font-weight: bold;
	color: #b33;
	text-align: center;
}

tr.odd {
	background-color: #eee;
}

tr.highlighted {
	background-color: #fff0c1 !important;
}

strong {color: #222; font-weight: bold;}
em {color: #222; font-style: italic;}
cite,
blockquote {
	font-family: Georgia, Georgia, serif;
	font-style: italic;
	color: #999;
}
blockquote {
	border-left: 5px solid #b33;
	padding-left: 20px;
}
sup, sub {
	font-size: 80%;
}
sup {vertical-align: super;}
sub {vertical-align: sub;}

p.footnote {
	background-color: #eee;
	padding: 10px;
}

.caps {
	background-color: #fc3;
	padding: 0 3px;
}

.description {
	font-size: 10px !important;
	line-height: 20px !important;
	color: #999;
	margin-bottom: 0 !important;
}
