* {
	font: 15px arial;
	font-weight: bold;
}

A {
	color: #000000;
	text-decoration: none;
	font: 15px arial;
	font-weight: bold;
}

A:visited {
	color: #00a0FF;
	text-decoration: none;
	font: 15px arial;
	font-weight: bold;

}

A:link {
	color: #00a0FF;
	text-decoration: none;
	font: 15px arial;
	font-weight: bold;
}

A:hover {
	color: #FF0000;
	text-decoration: underline;
	font: 15px arial;
	font-weight: bold;
}

body {
	color: #0000ff;
	font: 13px arial;
}

td.back {font: 15px arial;
	font-weight: bold;
	color: #ffffff;
	background-image: url("graphics/rusty_light.jpg")
}

td.line {font: 15px arial;
	font-weight: bold;
	color: #ffffff;
	background-image: url("graphics/line.gif")
}
td {font: 15px arial;
	font-weight: bold;
	color: #ffffff;
}

td.border {font: 15px arial;
	font-weight: bold;
	color: #ffffff;
	background-image: url("graphics/bkg.gif")
}

tr.bigback {font: 15px arial;
	font-weight: bold;
	color: #ffffff;
	background-image: url("graphics/rusty.jpg")
}

p {
	font: 15px arial;
	font-weight: normal;
	text-indent: 20px;
}

h1 {
	font-family: dragonwyck, arial;
	font-size: 30px;
	font-weight: bold;
	color: #afafff;
}

h1.black {
	font-family: dragonwyck, arial;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
	
h2 {
	font-family: dragonwyck, arial;
	font-size: 20px;
	font-weight: bold;
	color: #afafff;
}

h2.black {
	font-family: dragonwyck, arial;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

td.line2 {
	font: 15px arial;
	font-weight: bold;
	color: #ffffff;
	background-image: url("graphics/line2.gif")
}

i {
	font: 15px arial;
	font-style: italic;
}

b {
	font: 15px arial;
	font-weight: bold;
	color: #7777ff;
	letter-spacing: 0.2em
}

b.small_red {
	font: 12px arial;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0em;
	color: #0055ff;
}

b.small_blue {
	font: 12px arial;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0em;
	color: #7777ff;
}

a.big {
	font-family: dragonwyck, arial;
	font-size: 20px;
	font-weight: bold;
	color: #00a0FF;
}

a.big:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: dragonwyck, arial;
	font-size: 20px;
	font-weight: bold;
}

input, textarea {
	color: #ffffff;
	background-color: #00214b;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #6d79c7;
	border-right: 1px solid #6d79c7;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
}
	
select {
	color: #00008b;
	background-color: #add8e6;
	border: 1px solid #00008b;
}

input.btn {
	color: ButtonText;
	background-color: ButtonFace;
	border-top: 2px solid ButtonHighlight;
	border-left: 2px solid ButtonHighlight;
	border-bottom: 2px solid ButtonShadow;
	border-right: 2px solid ButtonShadow;
}

td.altcol {
	background-color: #add8e6;
}

p.big {
	font: 20px arial;
	font-weight: bold;
	text-indent: 20px;
}

p.small {
	font: 10px arial;
	font-weight: normal;
}

li {
	list-style-type: none;
}

