body {
	color: #424;
	background: #fef url("../images/background_gradient.gif") left top repeat-x;
	border-bottom: 18px solid #213;
	font-family: "Lucida Grande",Verdana,Geneva,sans-serif;
	font-size: small;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
a {
	color: #369;
	text-decoration: none;
}
a:visited {
	color: #669;
}
a:hover {
	color: #767;
}
img,a img {
	border: 0;
}
p,ul,ol {
	margin-top: .5em;
	margin-bottom: 1em;
}
h1 {
	margin: 0;
}
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h2,h3,h4,h5 {
/*	font-family: "Myriad Pro",Myriad,"Trebuchet MS","Lucida Grande",Verdana,Geneva,sans-serif;
	font-weight: bold;*/
	font-family: Georgia,"Times New Roman",serif;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0;
	line-height: 1;
}
table {
	border-collapse: collapse;
	margin: 1em 0;
}
tr {
	vertical-align: text-top;
}
th, th * {
	font-weight: bold;
}
thead th {
	text-align: center;
	background-color: #cbc;
}
tbody th {
	text-align: left;
	background-color: #dcd;
}
th,td {
	padding: .5em;
	border: 1px solid #bab;
	border-style: solid;
}
fieldset {
	border: 0;
}
label {
	display: block;
}
abbr {
	border: none;
}
fieldset {
	margin: 0;
	padding: 1em 0;
}