BODY{ 
	background-color: #FFFFF9;
	font-family: Arial, sans-serif;
}
DIV.notice{ position: absolute; background-color: #900; color: white;
	padding: 4px 10px; top: 0; right: 0; }
.js{ position: absolute; background-color: #900; color: white;
	padding: 2px 10px; top: -7px; right: 0; color: white; cursor: hand}
DIV#main .second{ 
	left: 50%; margin-left: -300px;
	top: 119px;
	width: 580px;
	position: absolute;
	padding: 0 10px 12px 10px;
	background-color: #FFFFF9;
}
DIV#main .second input[type=text],DIV#main .second textarea{ width: 570px; }
DIV#main .second textarea{ height: 150px; }

A{
	color: #900;
	text-decoration: none;
}
/*P A:hover,TD A:hover{ text-decoration: underline;  }*/
BLOCKQUOTE{ margin-left: 10px; }
BLOCKQUOTE DIV,BLOCKQUOTE P{
	margin: 0;
	padding: 8px;
	border-left: 5px solid #B38F6C;
/* 	background: url(/q.png) no-repeat left top;
 */}
BLOCKQUOTE[cite]:after{
/* 	background: url(/q.png) no-repeat right top;
 */	font-style: italic;
	content: 'src ' attr( cite );
	text-align: right;
	display: block;
	font-size: .7em;
}

H1{
	font-family: Trebuchet Ms, sans-serif;
	text-align: center; 
	font-style: italic;
	background-color: #FFFFD9;
	margin: 10px 0;
}
H1 A,H1 A:visited{
	text-decoration: none;
	color: black;
}
H1 A:hover{ 
	color: #900; 
}
DIV#login{ font-size: 11px; text-align: right; margin: -5px 0 5px 0;}
DIV#login A{ padding: 1px 10px 1px 0; }
DIV#login A:hover{ border: none; }

DIV#main{
	width: 600px;
	margin: 50px auto;
	border: 1px solid #900;
/* 	background: url(/atsign.gif) no-repeat 330px 100px;
 */}

DIV#info{
	float: left;
	padding: 0 10px;
	width: 200px;
	text-align: justify;
	font-size: .8em;
	border-right: 3px double black;
}
DIV#info P{
	margin: 0 0 10px 0;
}
DIV#info A:hover,DIV#tresc A:hover{
	border-bottom: 1px solid #900; 
}

DIV#info UL{
	margin: 0 5px 0 10px;
	padding: 0;
}

DIV#tresc{
	position: relative;
	margin-left: 230px; 
	background-color: #FFFFF9;
}
DIV#copy{
	clear: both;
	text-align: right;
	font-size: 7pt;
}
DIV#copy A{ padding: 1px 10px 1px 0; }

DIV#copy A:hover{
	border: none;
}

LABEL{ font-size: .8em; font-family: verdana, sans-serif; }
INPUT[type=text],textarea,input[type="password"],SELECT{ width: 360px; margin: 0 10px 10px 0;
	background-color: #FFFFD9; border: 1px solid #900; }
INPUT[type=submit]{ float: right; margin: 0 20px; border: 2px solid #900;
	background-color: #FFFFD9; }
FIELDSET{ border: none; }
FIELDSET INPUT{	margin: 0 4px; }
/* AUTOFORM */
LABEL.notice{
	color: #900;
	font-weight: bold;
}
LABEL.notice *{
	background-color: #FFE9D0;
}
