@charset "utf-8";

body {
	background-color: #000000;
}

a.nav {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}

a.nav:hover {
	color: #000000;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #000000;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.CurrentPage {
	color: #000000;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}

.text {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	padding: 15px;
	text-align: left;
	font-weight: 100;
}

.header {
	font-family: Papyrus, "Century Gothic", Arial;
	font-size: 24px;
	font-weight: 100;
	color: #660107;
	text-align: left;
	padding: 10px;
	font-style: italic;
}

.ScrollBox {
	height:394px;
	font-family: "Times New Roman", Times, serif;
	overflow:scroll;
	width: 365px;
	font-weight: 100;
}

.ScrollBox1 {
	height:550px;
	overflow:scroll;
	width: 100%;
}

.textfield_effect    {
	font-size: 12px;
	color: #333333;
	width: 200px;
	height: 15px;
	background-color: #e5e5e5;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}

.messagefield_effect {
	font-size: 12px;
	color: #333333;
	background-color: #E5E5E5;
	overflow: auto;
	height: 135px;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding-top: 5px;
}

.footer_link {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
