/* general site properties */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DFDFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #FFF;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

/* website content area */

.body {
	background-color: #FFFFFF;
}

.small {
	font-size: xx-small;
}

.red {
	color: #F00;
}

.alignright {
	text-align: right;
}

/* headings */

h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: large;
}
h2 {
	font-size: medium;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: small;
}
h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h5 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

h1.td_header {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: x-large;
}

/* table cells */

.td_top {
	background-color: #000;
}
.td_top_side {
	background-color: #000;
}
.td_header_side {
	background-color: #BFBFBF;
}
.td_footer {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFF;
}

.td_header {
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
