/* CSS Document */
body {
	background-repeat:repeat-x;
}
A{
	color: #CAA0FF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
A:HOVER {
	color: yellow;
}
table,td {
	background-color: #6200DB;
}
table.preview {
	border: 1px yellow solid;
}
.preview th {
	background-color: #400094;
	padding-left: 40px;
	height: 30px;
	color: #CAA0FF;
}
.preview td {
	text-align: center;
}
.preview th select,input {
	border: none;
}
.preview .pages {
	font-family: Arial,Tahoma;
	color: yellow;
	font-size: 18px;
}
.pages #delim {
	color: #000000;
	font-size: 14px;
}
.error {
	color: #FF0000;
}
.warning {
	color: #FFFF00;
}
.notice {
	color: #3366FF;
}
TABLE.error {
	border: 1px solid #ff0000;
}
TABLE.warning {
	border: 1px solid #FFFF00;
}
TABLE.notice {
	border: 1px solid #3366FF;
}
.notice,.warning,.error TD {
	font-size: 11px;
	text-align : left;
}
.login {
	color: #FFFFCC;
}
.login CAPTION {
	font-weight: bold;
	font-size:18px;
}