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-color: #ffffff;
	 margin: 0px;	
}

/* TAGS STYLE */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	vertical-align: top;
}

th {
	white-space: nowrap;
	background-color: #f0f0f0;
	vertical-align : top;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0f6298;
	margin: 10px;
	font-weight: normal;	
	text-align: left;	
	
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	margin: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FF0000;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0066b3;
	text-align: left;
	margin: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 15px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2C5DA9;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #bf3741;
	margin: 5px;
	font-weight: normal;
}


h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 5px;
}

a {
	color: #555555;
	TEXT-DECORATION: none;
	border-bottom: 1px dashed #555555;
}
a:hover {
	color: #669900;
	border-bottom: 0px;	
}

strong {
	font-weight: normal;
	color: #bf3741;
}


li {
	color: #444444;
	margin: 10px;
}


/* Form Style */
.field {
	font-size: 12px;
	WIDTH: 200px;
	font-family : Arial, Helvetica, sans-serif;
	color: #333333;
	background : #FFFFFF;
	border: 1px solid #999999;

}
.field-login {
	font-size: 12px;
	WIDTH: 120px;
	font-family : Arial, Helvetica, sans-serif;
	color: #333333;
	background : #FFFFFF;
	border: 1px solid #999999;
}
.field-search {
	font-size: 12px;
	WIDTH: 250px;
	font-family : Arial, Helvetica, sans-serif;
	color: #333333;
	background : #f6f6f6;
	border: 1px solid #000000;
}
.field-list {
	font-size: 12px;
	WIDTH: 180px;
	font-family : Arial, Helvetica, sans-serif;
	color: #333333;
	background : #f6f6f6;
	border: 1px solid #000000;
}
.area {
	font-size: 12px;
	WIDTH: 500px;
	font-family : Arial, Helvetica, sans-serif;
	color: #333333;
	background : #FFFFFF;
	border: 1px solid #999999;
}
.button{
	font-size: 11px;
	WIDTH: 100px;
	font-family : Arial, Helvetica, sans-serif;
	color: #333333;
	background : #f3f3f4;
	font-weight: normal;
	border: 1px solid #000000;

} 
.avt {
	font-size: 12px;
	WIDTH: 140px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background : #FFFFFF;
	border: 1px solid #777777;
}
.captcha {
	font-size: 12px;
	WIDTH: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background : #FFFFFF;
	border: 1px solid #777777;
}

/* out tables */
table.out {
	border: 1px dashed #dddddd;
	}


/* nice tables */
table.nice {
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	}
	
table.nice td, table.nice th {
	border: 1px dashed #d4d4d4;
	margin: 10px;
	}
table.nice th {
	white-space: nowrap;
	background-color: #f0f0f0;
	vertical-align : top;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0f6298;
	margin: 10px;
	font-weight: normal;	
	text-align: left;	
	
}	





/* ALIGN Style  */

.center {
	text-align: center;
}


.td-mid {
	text-align: center;
	vertical-align: middle;
}

/* LINK Style  */


.a-green {
	font-weight: bold;
	color: #669900;
	border-bottom: 0px;	
}
.a-green:hover {
	color: #bf3741;
	TEXT-DECORATION: none;
	border-bottom: 1px dashed #bf3741;
}
.a-blue {
	color: #2E5FAB;
	TEXT-DECORATION: none;
	border-bottom: 1px dashed #2E5FAB;
}
.a-blue:hover {
	color: #bf3741;
	border-bottom: 0px;	
}

.a-blue-none {
	color: #2E5FAB;
	TEXT-DECORATION: none;
	border-bottom: 0px dashed #2E5FAB;
}
.a-blue-none:hover {
	color: #bf3741;
	TEXT-DECORATION: none;
	border-bottom: 1px dashed #bf3741;
}

.a-red {
	color: #bf3741;
	border-bottom: 0px;	
}
.a-red:hover {
	color: #2E5FAB;
	TEXT-DECORATION: none;
	border-bottom: 1px dashed #2E5FAB;
}

.a-white {
	color: #FFFFFF;
	TEXT-DECORATION: none;
	border-bottom: 1px dashed #FFFFFF;
}
.a-white:hover {
	color: #FFFFCC;
	border-bottom: 0px;	
}
.a-none {
	border-bottom: 0px;
}

/* COLOR Style  */

.blue {
	color: #2E5FAB;
}

.white {
	font-size: 14px;
	color: #FFFFFF;
}
.green {
	color: #8DC641;
}
.red {
	color: #bf3741;
}

/* FREE Style */
.menu {
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	text-align: center;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.tag {
	font-size: 14px;
	text-align: justify;
}

.radio {
	font-size: 14px;
	color: #FFFFFF;
	margin: 2px;
}
/* Zhenja Style  */
.transp{
	font-size: 13px;
	border: 1px solid #f6f6f6;
	WIDTH: 80px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	background : transparent;
}
