@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
}
.header {
	background-image: url(images/header_top.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 1000px;
}
/* CSS Document */

.Text {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.BoldText {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.PageTitle {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.NavBack {
	background-image: url(images/NavBack.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 1000px;
}
.TableBorder {
	border: 1px solid #660099;
}


.ParentWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.buttons {
	background-image: url(images/Button.gif);
	background-repeat: no-repeat;
	width: 109px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-position: center;
}


TABLE.bmenu {
	BORDER-COLLAPSE: collapse;
	TEXT-ALIGN: center;
	vertical-align: middle;
	height: 35px;
	padding: 5px;
}
TD.bmenu {
	BORDER-RIGHT: black 0px;
	BORDER-TOP: black 0px;
	BORDER-LEFT: black 0px;
	WIDTH: 109px;
	BORDER-BOTTOM: black 0px;
	font-size: 12px;
	padding-right: 5px;
}
A.bmenu {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	WIDTH: 109px;
	background-image: url(images/Button.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	color: #000000;
	height: 19px;
	background-position: center;
	text-align: center;
	padding-top: 3px;
}
A.bmenu:link {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}
A.bmenu:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}
A.bmenu:hover {
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-LEFT: medium none;
	COLOR: #000000;
	BORDER-BOTTOM: medium none;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}
A.bmenu:active {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #6633CC;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #6633CC;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #6633CC;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	color: #6633CC;
}
