body {
	/*background-color: #e5eff5;*/
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #D49C47;
}

.style1 {
	font-family: Optima;
	color:#006699;
	font-size: 8px;
}

.style2 {
	font-family: Optima;
	color:#006699;
	font-size: 9px;
}

.style3 {
	font-family:Arial, Helvetica, sans-serif;
color:#908573;
padding-left:10px;
font-size:12px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
text-align:justify;
}

.style4 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#EEAE4B;
	padding-left:3px;
	font-size:15px;
	padding-top:20px;

}

.style5 {
		font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#EEAE4B;
	padding-left:3px;
	font-size:18px;
	padding-top:20px;

}

.style6 {
	font-family: Optima;
	color:white;
	font-size: 10px;
}

.style6 A {
	font-family: Optima;
	color:white;
	font-size: 10px;
	text-decoration:none;
}

.style6 A:HOVER {
	font-family: Optima;
	color:white;
	font-size: 10px;
	text-decoration:none;
}
.style7 {
	font-family: Optima;
	color:white;
	font-size: 12px;
}
.style8 {
	font-family:"Times New Roman", Times, serif;
font-weight:bold;
color:#FFFFFF;
text-align:left;
padding-left:30px;
font-size:18px;
padding-top:4px;
}
.style9 {
	font-family: Optima;
	color:#006699;
	font-size: 14px;
	text-decoration:none;
}
.style10 {
	font-family: Optima;
	color:#006699;
	 font-weight:600;
}
.style11 {
	font-family: Optima;
	color:#006699;
	font-size: 12px;
	text-decoration:none;
	font-weight:600;
}
.style12 {
	font-family: Optima;
	color:#006699;
	font-weight:600;
	font-size: 13px;
	text-decoration:none;
}
.style13 {
    font-size: 8px;
}
.link {
	font-family: Optima;
	color:#006699;
	font-size: 9px;
	text-decoration:none;
}
.link1 {
	FONT-SIZE: 10px;
	color: red;
	FONT-FAMILY:Verdana,tahoma,sans-serif;
	font-weight:bold;
	text-decoration:none;
	line-height:1.5px;
}
.link1:hover {
	FONT-SIZE: 10px;
	color: red;
	FONT-FAMILY:Verdana,tahoma,sans-serif;
	font-weight:bold;
	text-decoration:underline;
}


.table1 {
	border: solid;
	border-width:1px;
	border-left-style:hidden;
	border-right-style:hidden;

}

.cellBottom {
	border: solid;
	border-width:1px;
	border-top-style:hidden;
	border-left-style:hidden;
	border-right-style:hidden;
}
.cellRight {
	border: solid;
	border-width:1px;
	border-top-style:hidden;
	border-bottom-style:hidden;
	border-left-style:hidden;
}
.cellLeft {
	border: solid;
	border-width:1px;
	border-top-style:hidden;
	border-bottom-style:hidden;
	border-right-style:hidden;
}
.cellRightLeft {
	border: solid;
	border-width:1px;
	border-top-style:hidden;
	border-bottom-style:hidden;
}
.cellRightLeftBottom {
	border: solid;
	border-width:1px;
	border-top-style:hidden;
}
.cellRightLeftTop {
	border: solid;
	border-width:1px;
	border-bottom-style:hidden;
}
.cellRightLeftTopBottom {
	border: solid;
	border-width:1px;
}

/** debug.css **/
table.sqldebug {
    width: 100%;
    clear: both;
    background: #CCC;
}

.sqldebug thead, .sqldebug tbody {
    color: #990;
    background: #EEE;
    font: x-small Verdana, sans-serif;
    text-align: left;
}

.sqldebug.res thead, .sqldebug.res tbody {
    color: #222;
}

.sqldebug .warning {
    color: red;
    font-weight: bold;
}

.sqldebug .title {
    margin: 10px 0 0;
    color: green;
    font-weight: bolder;
}

.debug {
    width: 100%;
    clear: both;
    font-size: 11px;
    color: #990;
    background: #EEE;
    padding: 1px;
    text-align: left;
}
