BODY
{
	SCROLLBAR-FACE-COLOR: #e6e6e6;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #666666;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #EEEEEE;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	background: #f4f4f4;
	margin: 15px;	 
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	vertical-align: top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: justify;
	margin: 10px;
}

a {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dashed #336699;	
}
a:hover {
	color: #990000;
	border-bottom: 0px;	
}


.a-none {
	color: #336699;
	text-decoration: none;	
	border-bottom: 0px;		


}
.a-none:hover {
	color: #990000;
	border-bottom: 0px;		
	text-decoration: underline;	
}

.a-image {
	text-decoration: none;	
	border-bottom: 0px;		
}
.a-image:hover {
	text-decoration: none;	
	border-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #990000;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.blue {
	color: #336699;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 6px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 10px;	
}

li {
	color: #333333;
	margin: 10px;
}

.field {
	font-size: 10px;
	WIDTH: 200px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background : #FFFFFF;
	border: 1px solid #666666;

}

.area {
	font-size: 11px;
	WIDTH: 400px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background : #FFFFFF;
	border: 1px solid #666666;
}
.button{
	font-size: 9px;
	WIDTH: 100px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background : #DDDDDD;
	font-weight: bold;
	border: 1px solid #666666;

} 
.red {
	color: #990000;
}
.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}
.white {
	color: #FFFFFF;
	border-bottom: 0px;			
}
.white:hover {
	color: #ddedf7;
	border-bottom: 0px;			
}


/* out tables */
table.out {
	border: 1px dotted #dddddd;
	}


/* nice tables */
table.nice {
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	}
	
table.nice td, table.nice th {
	border: 1px dotted #dddddd;
	margin: 10px;
	}
table.nice th {
	white-space: nowrap;
	background-color: #f7f7f7;
	vertical-align : top;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	margin: 10px;
	font-weight: normal;	
	text-align: left;	
	
}	

/* nice1 tables */

/* nice1 tables */
table.nice1 {
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color:#FFFFFF;
	
	}
	
table.nice1 td, table.nice1 th {
	border: 1px dotted #87bcea;
	margin: 10px;
	padding: 10px;	
	}
table.nice1 th {
	white-space: nowrap;
	background-color: #3580c2;
	vertical-align : top;
	font-weight: normal;		
}	

