@charset "utf-8"; 

/*==================================================
	Site name : Scrum
	Modified  : May. 13, 2009
	Directory : /shared/css/
==================================================*/
body div {
	line-height:1.6;
}
h1 {
	font-size: 138.5%;/* 18px */
}
h2 {
	font-size: 123.1%;/* 16px */
}
h3 {
	font-size: 108%;/* 14px */
}
h1, h2, h3 {
	margin: 0;
	line-height: 1.231;
}
h1, h2, h3, h4, h5, h6, strong, dt {
	font-weight: bold;
}
optgroup {
	font-weight: normal;
}
abbr, acronym {
	border-bottom: 0;
	cursor: help;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left: 1em;
}
th, td {
	border: 1px solid #000;
	padding: .5em;
}
th {
	font-weight: bold;
	text-align: center;
}
caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}
sup {
	vertical-align: text-top;
	line-height: 1;
}
sub {
	vertical-align: text-bottom;
	line-height: 1;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding: 1px;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
/*	Common class
==================================================*/
.column, .block {
	float: left;
	display: inline;
}
.clear {
	clear: both;
}
.notes {
	color: #261313;
}
.photo img {
	border: 1px solid #888;
}
.help {
	margin: 0 0 0 -9999px!important;
	padding: 0;
	float: left;
	display: inline;
	text-indent: -9999px;
	position: absolute;
	font-size: 77%;
}
hr,.print {
	display: none;
}

