/* CSS Document */
body {
	margin-top: 0px;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-indent:5px;
	
}

a.afterlogin:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-indent:5px;
	text-decoration:none;
	cursor: pointer;
}

a.afterlogin:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-indent:5px;
	text-decoration:none;
	cursor: pointer;
}

a.afterlogin:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-indent:5px;
	text-decoration:none;
	cursor: pointer;
}
.textarea {
	background-color: #FFFFFF;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:800;
	text-indent:5px;
	text-shadow:#999999;
}

.textarea1 {
	background-color: #FFFFFF;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:500;
	text-shadow:#999999;
}

.textarea2 {
	background-color: #FFFFFF;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:800;
	
	text-shadow:#999999;
	overflow:auto;
}
.button{
	background-color: #000000; 
	border-style:solid;
	border-width:1px;
	border-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #FFFFFF; 
	font-weight: 900; 
	cursor:pointer;
	text-indent:0;
	padding:0;
}

.button1{
	background-color: #f7f7f7; 
	border-style: solid;
	border-width: 1px;
	border-color: #f7f7f7; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #ff5a00; 
	font-weight: 900; 
	cursor:pointer;
	text-indent:5px;
}

