body {
	background : #FFFFFF;
	font: 11pt Myriad Pro, MyriadPro, Myriad Web Pro, Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
}
p, span {
	font: 11pt;
}
a:hover {
	color : blue;
	background: #FF9;
	font-weight: bolder;
	font-family: 'Myriad Pro', MyriadPro, Myriad Web Pro, Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
}
a:link {
	color : maroon;
	text-decoration : none;
	font-weight: bolder;
	font-family: 'Myriad Pro', MyriadPro, Myriad Web Pro, Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
}
a:visited {
	color : maroon;
	text-decoration : none;
	font-weight: bolder;
	font-family: 'Myriad Pro', MyriadPro, Myriad Web Pro, Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	font: 'Myriad Pro', MyriadPro, Myriad Web Pro, Lucida Grande, Lucida, Helvetica, Verdana, sans-serif;
	color: navy;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
.top-buttons {
    text-align: center; /* This is the key to centering the <a> buttons */
    margin: 20px 0;
    display: block;      /* Ensure it takes the full width to allow centering */
}

.top-buttons a, 
.top-buttons a:link, 
.top-buttons a:visited {
    display: inline-block;
    padding: 6px 12px;
    background-color: #8B0000;
    color: #FFFF00 !important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 4px; 
    transition: background-color 0.2s, color 0.2s;
}

.top-buttons a:hover,
.top-buttons a:active {
    background-color: #B22222;
    color: #FFFFFF !important;
    text-decoration: none;
}

.tdMouseOver:link {
	background: white;
	color: maroon;
	font-weight: bold;
}
.tdMouseOver:hover {
	background: #9FF;
	font-weight: bold;
}
.tdMouseOver:visited {
	background: yellow;
	color: maroon;
	font-weight: bold;
}
th {
	font-weight: bold;
	color: #FFFF99;
	background-color: #660000;
	cursor: default;
	text-align: center;
}
.frame {
	border: thin solid #A00;
}
.bottomrightborder {
	border-bottom: thin solid #EAA;
	border-right: thin solid #EAA;
}
