@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #4C7F9B;
}

.bordobox {
	border: 1px solid #3d6475;
}

.bott {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #3d6475;
}

.dashed {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #3d6475;
	border-right-color: #3d6475;
	border-bottom-color: #3d6475;
	border-left-color: #3d6475;
}

.dashedUp {
	border-top-width: thin;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3d6475;
	border-right-color: #3d6475;
	border-bottom-color: #3d6475;
	border-left-color: #3d6475;
	border-bottom-width: 1px;
	border-top-style: solid;
}


