
BODY {
	background-color: white;
	margin-left: 10%;
	margin-right: 10%;
}

BODY,P,UL,OL,DT,DD,TH,TR,TD,H1,H2,H3,H4,H5,H6,CAPTION,DIV,BLOCKQUOTE {
	color: black;
	font-family: sans-serif;
}

P,UL,OL,PRE {
        line-height: 125%
}
DIV.alert {
	margin-top:10px;
	padding: 4px;
	text-align:center;
	border-width: 1px;
	border-style: solid;
	border-color: #cc3300;
	color:#cc3300;
}
DIV.sp_name {
	color:#cc3300;
	font-weight: bold;
}
DIV.sp_title {
	font-weight: bold;
}
DIV.sp_bio {
	font-style: italic;
}
DIV.paragraph {
		margin-top: 12px;
}
DIV.paragraph_c {
		text-align: center;
		margin-top: 12px;
}
DIV.paragraph_r {
		text-align: right;
		margin-top: 12px;
}

TABLE {
	margin-left:auto;
	margin-right:auto;
	page-break-inside: avoid;
	border: 1px solid #cc3300;
	border-spacing: 2px;
	border-collapse: separate;
}
TH {
	background-color: #cc3300;
	color: #ffffff;
	padding: 6px;
	font-variant: small-caps;
}
TD {
	padding: 6px;
}
TR.dk {
	background-color: #ede4d4;
}
TR.lt {
	background-color: #f8f3e9;
}
TR.ot {
	background-color: #ffffff;
}
TD.bk {
	font-variant: small-caps;
	text-align: center;
}
TD.session {
	font-style: italic;
	text-align: center;
}
	
UL {
	margin-top:3px;
	list-style-type:square;
	}

.mini {
	font-size: 75%;
	margin-top: 0px;
}

INPUT.right {
	float: right;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #f8f3e9;
	border: 1px solid #cc3300;
	color: #cc3300;
}
	
	
DIV.paragraph, P, BLOCKQUOTE {
	text-align: justify;
}

A:visited {
	color: #991100;
}

A, H2, H3, H4, H5, H6 {
	color: #cc3300;;
	margin-bottom: 0px;
}
LI.speaker {
	margin-top:10px;
	margin-bottom: 15px;
}
DIV.subh1{
		color: #ffffff;
		background-color: #000000;
		text-align: center;
}

DIV.quicklinks {
		margin-top:5px;
		text-align: center;
}

H2 {
	margin-top: 20px;
	border-bottom: 1px dashed #cc3300;
	border-top: 3px solid #cc3300;
	font-variant: small-caps;
}

H1 {
	text-align: center;
	font-weight: bold;
		color: #ffffff;
		background-color: #cc3300;
		margin-bottom: 0px;
		font-variant: small-caps;
}

.cent {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.linedblock {
	display: block;
	width: 20%;
	float: left;
	margin-right: 1em;
}

.box {
	display: block;
	width: 80%;
	float: left;
	margin-left: 20%;
}

