/* CSS Document */

.text1 {
font-family: Verdana;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #666666;
}


.formstyle01 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: auto;
	height:auto;
}

.formstyle02 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: auto;
	height:20px;
}

.bottonStyle01 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background-color: #9CA5B4;
	border: 1px solid #CACDBE;
	width: auto;
	height:20px;
}


.textBoldF01 {
font-family: Verdana;
font-size: 11px;
font-style: normal;
font-weight: bold;
color: #CC0000;
}


/* >>TEXT LINK at FORM */

.textLinkF01:link {
	FONT-SIZE: 11px; 
	font-weight:  bold; 
	COLOR: #00A8E7; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
}
.textLinkF01:visited {
	FONT-SIZE: 11px; 
	font-weight:  bold; 
	COLOR: #00A8E7; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
}
.textLinkF01:hover {
	FONT-SIZE: 11px; 
	font-weight:  bold; 
	COLOR: #CC0000;
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
}
.textLinkF01:active {
	FONT-SIZE: 11px; 
	font-weight:  bold; 
	COLOR: #00A8E7; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
}

input, textarea, select  {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: auto;
	height:auto;
}


.row
{
	margin-bottom:2px; overflow:hidden; width:490;
}

.lCol
{
	float:left; width:120px; overflow:hidden;
}
.cCol
{
	float:left; width:10px;
}
.rCol
{
	overflow:hidden; width:330px;
}

.val
{
	color:#f5168b;
}

.val2
{
	color:#f5168b;
	font-size:12px;
}