/* Body style */

body {
	font-family:Papyrus, Castellar, Georgia, Verdana, Trebuchet, Helvetica, sans-serif;
	background: #EAEAEA no-repeat center center 100% 100%;
	color: #7b4901;
}

/* Link styles */

a:link {
	color : #BC3E2C;
	text-decoration: none;
}

a:visited {
	color : #BC3E2C;
	text-decoration: none;
}

a:hover {
	color : #FF0000;
	text-decoration: underline;
}

/* generic .<name> classes, with no defining id element (means I can use them as classes for anything; be it a p, a div or a td etc) */

.HomePageSiteName {
	font:normal small-caps bold 3em Papyrus, Castellar, Georgia, serif;
	margin-bottom:-15px;
}

.HomePageSiteLine {
	font:normal small-caps bold 1.5em Papyrus, Castellar, Georgia, serif;
	margin-top:0px;
	margin-bottom:0px;
}

.SiteName {
	font:normal small-caps bold 2.5em Papyrus, Castellar, Georgia, serif;
	margin-bottom:-10px;
}

.SiteLine {
	font:normal small-caps normal 1em Papyrus, Castellar, Georgia, serif;
	margin-top:0px;
	margin-bottom:0px;
}

.PageLabel {
	font:normal normal bold 1.6em Papyrus, Castellar, Georgia, serif;
}

.Navigator {
	font:normal normal bold 1.6em Papyrus, Castellar, Georgia, serif;
}

.Category {
	font:normal normal bold 1.25em Papyrus, Castellar, Georgia, serif;
}

.MSSTitle {
	font:normal normal bold 1.3em Papyrus, Castellar, Georgia, serif;
}

.MSSByline {
	font:normal normal normal 1.1em Papyrus, Castellar, Georgia, serif;
	line-height:1.5em;
}

.MSSSection {
	font:italic small-caps bold 1.5em Papyrus, Castellar, Georgia, serif;
}

.MSSHeader {
	font:italic normal bold 1.25em Papyrus, Castellar, Georgia, serif;
}

.MSSText {
	width:50em;
	font:normal normal normal 1em Verdana, Trebuchet, Helvetica, sans-serif;
	text-indent: 0.25in;
	color: black;
	text-align: justify;
	padding: 15px;
	border-style: groove;
	border-width: 5px;
}

.MSSInterview {
	font:normal normal normal 0.75em Verdana, Trebuchet, Helvetica, sans-serif;
	vertical-align:top;
	text-indent:0;
	padding: 5px;
}

.Audience {
	color:red;
	font-style:normal;
}

.Moderator {
	color:blue;
	font-style:normal;
}

.Speaker {
	color:black;
	font-style:normal;
}

.FinePrint {
	font:normal normal normal 0.75em Verdana, Trebuchet, Helvetica, sans-serif;
}

.NavBar {
	font:normal normal normal 0.75em Papyrus, Castellar, Georgia, serif;
}

.TopTag {
	text-align:right;
	font:normal normal normal 0.75em Verdana, Trebuchet, Helvetica, sans-serif;
}

.copyrightnotice {
	font:normal normal normal 0.60em Verdana, Trebuchet, Helvetica, sans-serif;
}

.Quiet {
	border:0;
}

/* List styles */

ul {
	list-style-type: square;
}

li {
	font:normal normal normal 1.15em Papyrus, Castellar, Georgia, serif;
}

.MSSli {
	font:normal normal normal 1em Verdana, Trebuchet, Helvetica, sans-serif;
}
/* Table styles */

.HomeTable {
	width:100%;
	border:0;
	padding:0;
	cellspacing:0;
	table-layout:fixed;	
}
.MainTable {
	width:100%;
	height:100%;
	border:0;
	padding:0;
	cellspacing:0;
	table-layout:fixed;	
}

.SetupRow {
	height:0em;
}

.TitleRow {
	height:6.5em;
}

.LabelRow {
	height:2em;
}

.BottomRow {
	height:1.25em;
}

.Ht3 {
	height:3.7em;
}

.Wd9 {
	width:9em;
}

.Wd12 {
	width:12em;
}

.Wd50 {
	width:50%;
}

.Wd25 {
	width:25%;
}
