/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
body {
	background-color: #0c1228;
	margin-top: 0px;
}

a {
	font-size: 12px;
	color: #ff9933;
	font-weight: bold;
}
a:visited {
	color: #dddddd;
}
a:hover {
	color: #cc6633;
}

a:active {
	color: #CC6633;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
color: #eeeeee;
}
.style1 {color: #FFFFFF; font-weight: bold; }
.style2 {
	color: #000000;
	font-weight: bold;
}
.TextBox {
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	float: left;
	height: 250px;
	width: 425px;
	overflow: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;	
	
}