/*******************************************************************************
 BODY
*******************************************************************************/

body {					background-color: #4B0E28;
						margin: 0px; }

/*******************************************************************************
 LINKS
*******************************************************************************/

a {						color: #4B0E28;
						font-weight: bold;
						text-decoration: none; }
a:hover {				background-color: #4B0E28;
						color: white; }

/*******************************************************************************
 HEADERS
*******************************************************************************/

h1, h2, h3, h4, h5, h6 {	color: #4B0E28; }
h1 {					font-size: 14pt; }
h2 {					font-size: 13pt; }
h3 {					font-size: 12pt; }
h4 {					font-size: 11pt; }
h5 {					font-size: 10pt; }
h6 {					font-size: 10pt;
						margin: 0px;
						padding: 0px; }

/*******************************************************************************
 IMAGE
*******************************************************************************/

img {					border: none; }

/*******************************************************************************
 TABLE
*******************************************************************************/

table {					border-collapse: collapse;
						border-spacing: 0px;
						border-width: 0px; }
td {					font: normal 10pt Arial, Helvetica, sans-serif;
						padding: 0px;
						vertical-align: top; }
th {					background-color: #505050;
						color: white;
						font: bold 10pt Arial, Helvetica, sans-serif;
						padding: 8px;
						text-align: center;
						vertical-align: middle; }

/*******************************************************************************
 CLASSES
*******************************************************************************/

.border {				border: 1px solid #505050; }
.even {					background-color: #c0c0c0; }
.main {					background-color: #b7b0a6;
						border-right: 2px solid white;
						height: 100%;
						width: 900px; }
.odd {					background-color: #c8c8c8; }
.pad {					padding: 10px; }
.padsm {				padding: 5px; }