/* CSS Document */

BODY {SCROLLBAR-FACE-COLOR: #ff0000; SCROLLBAR-HIGHLIGHT-COLOR: #cccccc; SCROLLBAR-SHADOW-COLOR: #FFFFCC; SCROLLBAR-3DLIGHT-COLOR: #FFFFCC; SCROLLBAR-ARROW-COLOR:  #cccccc; SCROLLBAR-TRACK-COLOR: #cccccc; SCROLLBAR-DARKSHADOW-COLOR: #000000; 
margin-top: 2px;

}



table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

/* Bottom */

.copyright{
	font-size: 10px;
}

.botborder{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	
}

/* Main */

/* Password */

.password{
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

/* Textarea */
.textarea{
	background-color: #FFFFCC;
	border: 1px solid #000000;
	height: 360px;
	width: 600px;
	
}
.hiddentext {
	visibility: hidden;
}

.RedButton {background-color: red;
		  color: #ffffff;
		  font-weight: bold;
		  CURSOR: hand;
		  font-size: 13px;
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  text-decoration: none;
		  letter-spacing: 1px;
		  width: 65;
		  height: 25;
}
.rghtbdr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.bordrsall {
	border: 1px solid #666666;
}

