@charset "utf-8";
/* CSS Document */

body {
  background-color: #cc0000;
}

h1, h2, h3, h4, h5, h6 {
	color: red;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 11pt;
}
h4 {
	font-size: 10pt;
}
h5 {
	font-size: 9pt;
}
h6 {
	font-size: 8pt;
}

body, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content td, #content th {
  font-size: 10pt;
  color: white;
}
#content blockquote {
  font-size: smaller;
  padding: 0;
  margin: 0;
}
#content h3, #content h4 {
  padding: 0;
  margin: 0;
}

ul.nobullets {
  list-style-type: none;
}

ul.lipadding li {
  padding-bottom: 15px;
}

body.intro {
  background-color: black;
}

a {
  color: #cc0000;
}

a.intro:visited {
  color: red;
}
a:visited {
  color: #949494;
}

.red {
  color: red;
}

.darkred {
	color: #cc0000;
}

.cc0000 {
  color: #cc0000;
}

.white {
  color: white !important;
}

.black {
  color: black;
}

.blink {
  text-decoration: blink;
}
.small {
	font-size: small;
}
.smaller, #signup p, #signup li {
	font-size: smaller;
}
.x-small {
	font-size: x-small;
}
.xx-small {
	font-size: xx-small;
}
.medium {
	font-size: medium;
}
.large {
	font-size: large;
}
.larger {
  font-size: larger;
}
.x-large {
	font-size: x-large;
}
.xx-large {
	font-size: xx-large;
}
.noindent {
  margin-left: 0;
  padding-left: 0;
}

.justify {
  text-align: justify;
}

.fightlikeagirl h3 {
	text-align: left !important;
	padding-bottom: 25px !important;
	color: #cc0000;
}

table#content {
  background-color: black;
}
td#content {
  background-color: black;
}

#signup {
	width: 572px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

#signup td {
	text-align: left;
}

.inline-list li {
	display: inline;
}

#navigation {
	width: 633px;
	height: 21px;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
}

#navigation-list {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 8px;
}

#navigation-list li {
	display: block;
	float: left;
	width: 14%;
	height: 21px;
	background-color: white;
	border-right: 1px solid black;
}
.navigation-menuitem {
	background-color: #990000;
	color: white;
	font-size: 10px;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 3px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-bottom: 1px;
	text-decoration: none;
}
#navigation a:visited {
	color: white;
}

.ui-button-text {
	font-size: 8pt;
}

.ui-dialog-content td {
	color: white;
	font-size: 10pt;
}
