/*
-----------------------------------
Typography styles, see style.css for
the really cool stuff.
-----------------------------------
*/

body {
	background:#fff;
	margin:0px;
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	color:#444444;
	margin:3px 0 5px 0;
	padding:0;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#444444;
	padding-bottom:5px;
	margin-bottom:0;
	margin-top:0;
}


h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#444444;
	padding-bottom:0;
	margin-bottom:10px;
}

p, address, table{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.5em;
	padding:0;
	margin-top:0;
	font-style: normal;
	color:#000;
}

a{
	color:#BC3826;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	background: url(../img/quote1.png) top left no-repeat;
	margin: 0;
	padding: 0;
	padding-left: 35px;
	height: 30px;
}

cite {
	text-align: right;
	float: right;
	font-weight: bold;
	background: url(../img/quote.png) bottom right no-repeat;
	padding-right: 35px;
	margin: 5px 0 10px 0;
}

dl {
	margin-left:25px;
}

dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.5em;
	font-weight:bold;
	color: #930b0e;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
}


li,dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.5em;
}

kbd, code{
	font-size:1.2em;
	line-height:1.5em;
}

img {
	border:none;
}

acronym{
	cursor: help;
	border-bottom: 1px dotted black;
}

label{
	cursor: pointer;
}

table {
	text-align:left;
	border-collapse: collapse;
}

caption {
	color:#333;
	padding:5px 0px 15px 0px;
	text-align:left;
}

th {
	padding:5px 5px 5px 20px;
	background:#EFEFEF;
	color:#666666;
}

td {
	padding:5px 5px 5px 20px;
	border-bottom:1px dotted #CCCCCC;
}