body {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color:#DCDCDC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#BDC3D1;
	scrollbar-darkshadow-color:#81848B;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#55758C;
	scrollbar-track-color:#F3F3F3;
}
.left {
	background-image: url(../img/left.gif);
}
.right {
	background-image: url(../img/right.gif);
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #173559;
	text-align: justify;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;

}
.link:hover	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #2d6cb7;
	text-align: justify;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;

}

.linkblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #d4d8de;
	text-align: justify;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;

}
.linkblanco:hover	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #8C9BA8;
	text-align: justify;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;

}

.txt01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 1px;
	color: #53616e;
	font-style: normal;

}
.txt01bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 1px;
	color: #53616e;
	font-style: normal;
	font-weight: bold;

}


.txt02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 1px;
	color: #FFFFFF;
	font-style: normal;

}
.txt02bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 1px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;

}


.title	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#53616e;
	text-decoration:none;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
}
.title2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
}
.title3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#53616e;
	text-decoration:none;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
}
.form-1 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #666666;
	height: 20px;
	width: 150px;
	border: thin solid #afb7c2;
	background-color: #E0E0E0;
}

.form-2 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #666666;
	height: 66px;
	width: 150px;

	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

	border-top-color: #afb7c2;
	border-right-color: #afb7c2;
	border-bottom-color: #afb7c2;
	border-left-color: #afb7c2;
	background-color: #E0E0E0;
}

.form-3 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #666666;
	height: 25px;
	width: 200px;

	border-top-color: #afb7c2;
	border-right-color: #afb7c2;
	border-bottom-color: #afb7c2;
	border-left-color: #afb7c2;
	background-color: #E0E0E0;

	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.btn {
	font-family: Tahoma, Arial, Helvetica;	
	font-size: 11px;
	color: EBE9DE;
	height: 20px;
	width: 70px;
	border: thin solid D4D0C8;
	background-color: 736B58;
}


