/* CSS Document */

.Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #ffffff;
}
.Text {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
	color: #999999;
}
.TextJust {
	text-align:justify;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
	color: #999999;
}

.MainTable {
	width: 100%;
	/*height: 100%;*/
	text-align: center;
	vertical-align: top;
	margin: 0px;
	
}
.MainFrame {	
	width: 100%;
	height: 400px;
	overflow: auto;
}

.LeftColumn {
	width:200px;
	text-align:left;
	vertical-align:top;
}
.CenterColumn{
	height:400px;
	text-align: center;
	vertical-align: top;
}


.CopyDesigned {
	height: 18px;
	width: 200px;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	color: #999999;
}
.JSBar {
	height: 8px;
	width: 80%;
	color: #6633ff;
	background-color: #6633ff;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #6633ff;
}

body {
	background-color: #000000;
	/*background:url(images/Back.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;*/
	font-family: "Times New Roman", Times, serif;
	font-size:10pt;
	color: #ffffff;
}

html {
	overflow-y: auto;
}