
/* Styling of basic xhtml elements e.g. h1, table, p, form
****************************************************************************/

body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: .7em;
	line-height: 1.70em;
	color: #8d8d8d;
}

/* block element spacing */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	line-height: 1.85em;
}
p, hr, ol, ul, dl,
blockquote, pre, address,
fieldset, form, table {
	margin-bottom: 20px;
}
li {
	padding-left: 20px;
}

/* block content */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a { 
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 115%;
}
p {}
acronym {}
abbr {}
address {
	font-style: normal;
	font-weight: bold;
}
blockquote {}
pre {}
cite {}

/* formating */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
sup {
	font-size: 80%;
	vertical-align: text-top;
}
sub {
	font-size: 80%;
	vertical-align: text-bottom;
}
q {}
br {}
hr {
	height: 1px;
	margin: 0 0 25px;
	border-width: 0;
	background: transparent url(img/separator-news.png) no-repeat left top;
}

/* link elements */
a {
	color: #666;
}
a:hover {
	color: #000;
}
link {}

/* list elements */
ul, ol, dl {}
ul li {
	list-style: inside disc;
}
ol li {
	list-style: inside decimal;
}
dt {
	color: #000;
}
dd {}

/* image elements */
img {}

/* form elements */
form {}
fieldset {}
legend {
	margin-bottom: 20px;
}
label {
	font-weight: bold;
}
input,
textarea {
	font-size: 110%;
	font-family: "Lucinda Grande", Arial, sans-serif;
	padding: 3px;
	color: #666;
	border: 1px solid #cecece;
}
textarea {
	height: 75px;
	padding: 3px;
}
button {}
select {
}
optgroup {}
option {}

/* table elements */
table {}
th, td {
	padding: 8px 12px;
}
table thead th {}
table thead td {}
table tbody th {}
table thead th {}
table tfoot th {}
table tfoot th {}