	.myBTag{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-style: normal;
		font-weight: bold;
		background-color: #FFFFFF;
		scrollbar-shadow-color:#9999CC;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-arrow-color: #000000;
		scrollbar-base-color: #FFFFFF;
		scrollbar-darkshadow-color: #000000;
		scrollbar-face-color: #9999CC;
		scrollbar-highlight-color: #9999CC;
		scrollbar-track-color: #FFFFFF;
	}

	A:active {
		text-decoration: none;
		font-weight: bold;
		color: #003366
	}

	A:link {
		text-decoration: none;
		font-weight: bold;
		color: #003366
	}

	A:hover {
		text-decoration: underline;
		font-weight: bold;
		color: #003366
	}

	A:visited {
		text-decoration: none;
		font-weight: bold;
		color: #003366
	}

	HR {
		line-height: normal;
		color: #003366;
		border-style: solid;
		border-top-width: thin
	}

	.myHrTag{
		color: #FF0000
	}

	.vcText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		color: #000000
	}

	.vc-small-Text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #000000
	}

	.vc-bold {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #000000
	}

	.vc-bold-red {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #FF0000
	}

	.vc-red {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		color: #FF0000
	}

	.vc-bold-red-header {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: bold;
		color: #FF0000
	}

	.vc-blue-text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		color: #3300FF;
	}

	.vc-grey-text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		color: #666699;
	}

	.vc-small-grey-text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #666699;
	}

	.vc-bold-white {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #FFFFFF
	}

	.vc-small-bold-white {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		color: #FFFFFF
	}

	.vc-head-bold-white {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #FFFFFF
	}

	.vc-sub-header {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: underline;
		font-size: 12pt;
		font-weight: bold;
		color: #003366
	}

	.vcHeader {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: bold;
		color: #003366
	}

	.vc-big-header {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24pt;
		font-weight: bold;
		color: #FFFFFF
	}

	.vc-big-std-header {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18pt;
		font-weight: normal;
		color: #FFFFFF
	}

	.vc-orange-Header {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: bold;
		color: #FFCC33
	}

	.vcTable {
		border: #003366;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px
	}

	.h-Table {
		border: #9999CC;
		border-style: double;
		border-top-width: 0px;
		border-right-width: 10px;
		border-bottom-width: 0px;
		border-left-width: 10px
	}

	.vc-map-table {
		border: #000000;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px
	}

	.vcInput{
		background-color: #FFFFFF;
		border-top: solid 2px #666666;
		border-left: solid 2px #666666;
		border-right: solid 2px #CCCCCC;
		border-bottom: solid 2px #CCCCCC;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 12px;
		color: #000000;
		width: 140px;
		height: 18px;
	}
	
	.vc-menu-button{
		padding: 3px 0px 2px 2px;
		background-color: #B6C2D5;
		border-top: solid 0px #FFFFFF;
		border-left: solid 0px #330000;
		border-right: solid 0px #330000;
		border-bottom: solid 0px #FFFFFF;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #666699;
		cursor: hand;	
		height:20px;
		width:80px
	}
	
	.vc-sub-menu-button{
		padding: 2px 0px 2px 20px;
		background-color: #FFFFFF;
		border-top: solid 0px #FFFFFF;
		border-left: solid 0px #330000;
		border-right: solid 0px #330000;
		border-bottom: solid 0px #FFFFFF;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #9999CC;
		cursor: hand;	
		height:18px;
		width:125px
	}
	
	.vc-sub-sub-menu-button{
		padding: 2px 0px 2px 40px;
		background-color: #FFFFFF;
		border-top: solid 0px #FFFFFF;
		border-left: solid 0px #330000;
		border-right: solid 0px #330000;
		border-bottom: solid 0px #FFFFFF;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #9999CC;
		cursor: hand;	
		height:18px;
		width:125px
	}
	
	.vc-click-button{
		padding: 0px 0px 0px 0px;
		background-color: #9999CC;
		border-top: solid 1px #330000;
		border-left: solid 1px #330000;
		border-right: solid 1px #330000;
		border-bottom: solid 1px #330000;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		cursor: hand;	
		height:28px;
		width:150px
	}

	.lnkInput{
		background-color: #FFFFFF;
		border-top: solid 2px #666666;
		border-left: solid 2px #666666;
		border-right: solid 2px #CCCCCC;
		border-bottom: solid 2px #CCCCCC;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 12px;
		color: #000000;
		width: 250px;
		height: 22px;
	}

	.projFrm{
		height:1300px;
	}