/* My global cascading style sheet - applies to all my web pages */

/* Global Classes */

body {
    background-color: #FFFFFF;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:active, a:hover {
    background-color: #D6C396;
	color: #990000;
    text-decoration: none;
}

h1 {
	text-align: center;
	font-style: italic;
}

h2 {
	padding-top: 10px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

li {
	padding-bottom: 15px;
    list-style-type: disc;
}

/* ID Classes */

.altColumn {
	border-right: thin ridge #725AA8;
}

tr.altRow td {
	padding: 10px;
	border-bottom: thin ridge #725AA8;
}

tr.altRow1 td {
	background-color: #F0F1EB;
	border-bottom: thin ridge #725AA8;
	padding: 5px;
}

tr.altRowb td {
	padding: 10px;
}

tr.altRowh td {
	text-align: center;
	background-color: #ACDAD8;
	font-size: 14pt;
	border: thin ridge #725AA8;
}

tr.altRowsb td {
	background-color: #F0F1EB;
	border-right: thin ridge #725AA8;
	border-bottom: thin ridge #725AA8;
	border-left: thin ridge #725AA8;
}

tr.altRowNavT td {
	text-align: center;
	background-color: #ACDAD8;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: thin ridge #725AA8;
	padding-top: 5px;
	padding-bottom: 5px;
}

tr.altRowNavB td {
	text-align: center;
	background-color: #ACDAD8;
	font-weight: bold;
	font-size: 11pt;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: thin ridge #725AA8;
}
	
div.footnote {
  font-size: 9pt;
  text-align: center;
  line-height: 12pt;
  padding-top: 1%;
}

/* Class Styles */

.img-head {
	width: 98%;
}

.inline-table {
	border: thin ridge #725AA8;
}
	
.main-table {
	margin-left: 15px;
	border: thin ridge #725AA8;
}

.main-text {
	font-size: 12pt;
	padding: 15px;
    background-color: #F0F1EB;
}

.main-texta {
	font-size: 12pt;
	padding-bottom: 10px;
}

.sidebar-head {
	font-size: 12pt;
	font-weight: bold;
	background-color: #ACDAD8;
	text-align: center;
	font-style: italic;
	padding: 5px;
	border: thin ridge #725AA8;
}

.sidebar-links {
	font-size: 11pt;
	padding: 3px;
	margin: 3px;
}

.top {
	border: thin ridge #725AA8;
	background-color: #ACDAD8;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 10pt;
	font-weight: bold;
}

/* Attributes */
*[title] {font-weight: bold;}