@charset "utf-8";
body {
	background-color: #000000;
}
a {	
	font-family: Calibri, Arial, "Century Gothic";
	text-decoration: none;
	color: #F07615;


}
a:link {
	text-decoration: none;
	color: #F07615;
}

a:visited {
	color: #F07615;
	font-family: Calibri, Arial, "Century Gothic";
	text-decoration: none;
}
a:hover {
	color: #9DD01F;
}
a:active {
	color: #9DD01F;
}

.header {
	font-family: Calibri, "Century Gothic", Arial;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 2px;
}

.HeaderBg {
	background-image: url(../images/HeaderBg.png);
	background-repeat: no-repeat;
}
.th_main {
	background-image: url(body_bg.gif);
	background-repeat: repeat;
}
.text {
	font-family: Papyrus, "Century Gothic", Arial;
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px;
	font-weight: 100;
}
.text2 {
	font-family: "Script MT Bold", Papyrus, "Century Gothic", Arial;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 100;
	font-style: normal;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	color: #FABE02;
	padding: 5px;
}
.padding {
	padding: 8px;
}

#main {
	vertical-align: middle;
	background-position: center;
	border: 1px solid #FFFFFF;
}
#Logo {
	padding: 0px;
	overflow: scroll;
}
.textfield_effect {
	border: 1px solid #000000;
	background-color: #676767;
	font-family: "Times New Roman", Times, serif;
	width: 150px;
}
.messagefield_effect {
	font-family: "Times New Roman", Times, serif;
	background-color: #676767;
	overflow: auto;
	height: 160px;
	width: 200px;
	border: 1px solid #000000;
}
.fieldbutton {
	border: 1px solid #000000;
	background-color: #676767;
	font-family: "Times New Roman", Times, serif;
}
.ScrollBox {
	height:480px;
	overflow:scroll;
	width: 730px;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}
