@charset "iso-8859-1";

.BIG {
	font-size: xx-large;
	color: White;
}

.TITLE {
	font-size: x-large;
	color: blue;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: black url('/Pictures/background.jpg');
	color: white
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: black url('/Pictures/background.jpg');
	color: body
}

A:LINK, A:VISITED {
	color: white;
	text-decoration: none;
	font-size: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
	list-style-type: none;
}
A:ACTIVE, A:HOVER {
	text-decoration: none;
	color: silver;
	font-size: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
	list-style-type: none;
}

A.bold {
	font-weight: bold;
	font-size: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
	color: white;
	list-style-type: none;
	text-decoration: none;
}

A {
	font-size: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
	color: white;
	list-style-type: none;
	text-decoration: none;
}

H1 {
	color: Blue;
	font-size: xx-large;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
H2 {
	color: White;
	font-size: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

H3 {
	color: White;
	font-size: large;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-align: left;
}

TABLE {
	empty-cells: show;
	cell-spacing: 0;
	padding: 0;
	align: left;
}

TABLE.wideleft {
	align: left;
	padding: 0;
	cell-spacing: 0;
	border: 0px none;
	width: 100%
}

TABLE.zero {
	padding: 0;
	cell-spacing: 0;
	border: 0px none;
}

TD {
	font-size: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
	color: white;
}

TD.small {
	font-family: Arial, sans-serif;
	font-size: xx-small;
	color: white;
}

TD.bold {
	font-size: medium;
	font-weight: bold;
}

TD.topcenter {
	vertical-align: top;
	valign: top;
	align: center;
	width: 100%;
}

TD.title {
	font-size: medium;
	color: white;
	font-face: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
}

P {
	font-size: 12pt;
	font-family: Arial, sans-serif;
	font-style: normal;
	color: white;
}

P.smallbold {
	font-size: small;
	font-weight: bold;
}

P.right {
	text-align: right;
}

P.small {
	font-size : xx-small;
}

.small {
	font-size : xx-small;
}

.xsmallbold {
	font-size: x-small;
	font-weight: bold;
}

.z {
	text-align: justify;
  }

.main {
	width : 100%;
	height : 100%;
	cellpadding : 0;
	cellspacing : 0;
	border:0px none;
	text-align:center
}

.header {
	color : white;
	width : 348px;
	border : 0px none;
	top : 20px
}

.text {
	color : white;
	width : 348px;
	border : 0px none;
}

.nav {
	font-size: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
	color: white;
	list-style-type: none;
	text-decoration: none;
}

.nav:Hover  {
	text-decoration: none;
	color: Red;
	font-size: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
	list-style-type: none;
}

.nav:Visited  {
	color: White;
	text-decoration: none;
	font-size: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
	list-style-type: none;
}

.nav:Active  {
	text-decoration: none;
	color: Red;
	font-size: normal;
	font-family: Arial, sans-serif;
	font-style: normal;
	list-style-type: none;
}