body { 
	margin-left: 0px;
 	margin-top: 0px; 	
	margin-right: 0px; 	
	margin-bottom: 0px;
	background-color:#CCCCCC
	}

a { font-family: "Tahoma",Arial; 	font-size: 11px; 	color : #666666; }
a:link {  text-decoration: none; }
a:visited { 	text-decoration: none; }
a:active { color : #666666;  text-decoration: none; }
a:hover { color : #666666; 	text-decoration:underline; }

a.link_gold { font-family: "Tahoma",Arial; 	font-size: 11px; 	color : #666666; }
a.link_gold:link {  text-decoration: none; }
a.link_gold:visited { 	text-decoration: none; }
a.link_gold:active { color : #AE8A1E;  text-decoration: none; }
a.link_gold:hover { color : #AE8A1E; 	text-decoration:underline; }

h4 {
	font-family: "Tahoma", Arial;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #666666;
}
.text_normal {
	font-family: "Tahoma", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.text_normal a {
	color: #b3a54d;
}
.text_normal_bold {
	font-family: "Tahoma", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color: #666666;
}
.text_normal_white {
	font-family: "Tahoma", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.text_normal_white_bold {
	font-family: "Tahoma", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.text_normal_gold {
	font-family: "Tahoma", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #AE8A1E;
}
.text_normal_gold_bold {
	font-family: "Tahoma", Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #AE8A1E;
}


.textBoxNoBorder {
	font-family: Tahoma;
	font-size: 11px;
	border: none #FFFFFF;
}
.textBoxRightNoBorder {
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
	border: none #FFFFFF;
}
.textBoxRightBorder {
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
	border: inherit #999999;
}

.TextComplete {
	font-family: Tahoma;
	font-size: 11px;
	color: #336600;
}
.TextWarning {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
}
.TextRemark {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}



input {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	COLOR: #666666;
	background-color:#FCFCFC;
	BORDER-RIGHT: #CFCFCF 1px solid;
	BORDER-TOP: #CFCFCF 1px solid;
	BORDER-LEFT: #CFCFCF 1px solid;
	BORDER-BOTTOM: #CFCFCF 1px solid;
}
select {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	COLOR: #666666;
	background-color:#FCFCFC;
	BORDER-RIGHT: #CFCFCF 1px solid;
	BORDER-TOP: #CFCFCF 1px solid;
	BORDER-LEFT: #CFCFCF 1px solid;
	BORDER-BOTTOM: #CFCFCF 1px solid;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	COLOR: #666666;
	background-color:#FCFCFC;
	BORDER-RIGHT: #CFCFCF 1px solid;
	BORDER-TOP: #CFCFCF 1px solid;
	BORDER-LEFT: #CFCFCF 1px solid;
	BORDER-BOTTOM: #CFCFCF 1px solid;
}


