/*template classes*/
h1{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
h2{
	font-size: 10px;
}
.tdBlue{
	background: #D9F7FF;
}
.tdLightBlue{
	background:#F1FBFE;
}
.tdGreen{
	background:#00D900;
}
.tdGray{
	background:#F9F9F9;
}
.tdWhite{
	background:#FFFFFF;
}

body{
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: black;
	font-size: 10px;
	font-family: verdana;
}

hr{
	border: 1px none White;
	border-top-color: Teal;
	border-style: dashed;
	border-left-color: White;
	border-right-color: White;
}
.tr{
	background-color: #F9F9F9;
}



.title{
	font-size: 14px;
	color: black;
	font-family: verdana;
	font-weight: bold;
	height: 40px;
	width: 100%;
	background: #D9F7FF;
	padding-left: 20px;
	
}
.totalPrice{
	font-size: 13px;
	color: Black;
	font-family: verdana;
	font-weight: bold;
	height: 40px;
	width: 50%;
	background: #D9F7FF;
	padding-left: 20px;
}

.greenTitle {
	font-size: 14px;
	color: Black;
	font-family: verdana;
	font-weight: bold;
	height: 40px;
	width: 33%;
	background: #00D900;
	padding-left: 10px;
	
}

.blueTitle {
	font-size: 14px;
	color: Black;
	font-family: verdana;
	font-weight: bold;
	height: 40px;
	width: 33%;
	background: #D9F7FF;
	padding-left: 10px;
	
}

.grayTitle {
	font-size: 14px;
	color: Black;
	font-family: verdana;
	font-weight: bold;
	height: 40px;
	width: 33%;
	background: #F9F9F9;
	padding-left: 10px;
	
}

.subtitle{
	font-size: 10px;
	color: Black;
	font-family: verdana;
	font-weight: bold;
	height: 10px;
	width: 100%;
	padding-left: 40px;
}

.subSection{
	font-size: 13px;
	color: Black;
	font-family: verdana;
	font-weight: bold;
	height: 40px;
	width: 100%;
	background: #F9F9F9;
	text-indent: 20px;
}

.smallSubtitle{
	font-size: 13px;
	color: Black;
	font-family: verdana;
	font-weight: bold;
	height: 40px;
	width: 100%;
	background: #F9F9F9;
	text-indent: 20px;
}

.helpSubtitle{
	font-size: 12px;
	color: Black;
	font-family: verdana;
	font-weight: bold;
	height: 20px;
	width: 100%;
	background: #F1FBFE;
	text-indent: 20px;
}

.subtitle2{
	font-size: 10px;
	color: Black;
	font-family: verdana;
	font-weight: bold;
	height: 14px;
}

.fourWays{
	font-size: 12px;
	color: Black;
	font-family: verdana;
	font-weight: bold;
	height: 20px;
	width: 100%;
	background: #D9F7FF;
	text-align: center;
}

.blockWay{
	font-size: 11px;
	color: Black;
	font-family: verdana;
	font-weight: bold;
	height: 50px;
	width: 25%;
	background: #F1FBFE;
	text-align: center;
}

.columnNameFirst{
	font-size: 10px;
	color: White;
	font-family: arial;
	font-weight: bold;
}

.columnNameNormal{
	font-size: 10px;
	color: White;
	font-family: arial;
	font-weight: bold;
}

.columnNameCenter{
	margin-right: auto;
	font-size: 10px;
	color: White;
	font-family: arial;
	font-weight: bold;
	margin-left: auto;
}

.textInTable{
	font-size: 10px;
	color: Black;
	font-family: arial;
	font-weight: bold;
}

.defaultFont{
	font-size: 10px;
	color: Black;
	font-family: verdana;
}

.defaultTd{
	font-size: 10px;
	color: Black;
	font-family: verdana;
	background: #F1FBFE;
}

.defaultTd10{
	font-size: 10px;
	color: Black;
	font-family: verdana;
	background: #F1FBFE;
	width: 10%;
}

.defaultTd90{
	font-size: 10px;
	color: Black;
	font-family: verdana;
	background: #F1FBFE;
	width: 90%;
}

.font1{
	font-size: 10px;
	color: Gray;
	font-family: arial;
	font-weight: bold;
}

.codeFontBlack{
	font-size: 14px;
	color: Black;
	font-family: "Courier New";
}

.fontWhite{
	font-size: 10px;
	color: White;
	font-family: verdana;
}

.fontWhiteOverflow{
	font-size: 10px;
	color: White;
	font-family: verdana;
	width:205px; height:98px; overflow:auto;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.codeFontBlue{
	font-size: 14px;
	color: Blue;
	font-family: "Courier New";
}

.codeFontGreen{
	font-size: 14px;
	color: Green;
	font-family: "Courier New";
}

.codeFontShade{
	font-size: 14px;
	color: #C0C0C0;
	font-family: "Courier New";
}

.font1indent{
	font-size: 10px;
	color: gray;
	font-family: Verdana;
	font-weight: bold;
	text-indent: 40px;
}
.justify{
	font-size: 10px;
	color: Black;
	font-family: verdana;
	text-align: justify;
}

.center{
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

.right{
	margin-right: auto;
	border: 0;
}

.textField{
	font-size: 10px;
	color: Black;
	font-family: verdana;
	width: 99.3%;
	font-weight: normal;
}

.error{
	font-size: 11px;
	color: Red;
	font-family: verdana;
	font-weight: bold;
	text-align: center;
}

.error1{
	font-size: 11px;
	color: Red;
	font-family: verdana;
	font-weight: bold;
}

.license{
	font-size: 11px;
	color: Black;
	font-family: verdana;
	font-weight: bold;
	height: 40px;
	width: 100%;
	text-indent: 40px;
}

.hr1{
	color: Gray;
}

.customerLinks{
	text-decoration: none;
	color: #293d6b;
}
.customerLinks:visited{
	text-decoration: none;
	color: #293d6b;
}
.customerLinks:hover{
	text-decoration: underline;
	color: #293d6b;
}

.tdStandard{
	background-color: #FFFFFF;
	border: 0;
	width: 100%;
}

.tdBack1{
	background-image: url("../siteSlices/Index_02.jpg");
	background-repeat: repeat-x;
	height: 159px;
}

.tdBack1a{
	background-image: url("../siteSlices/Index_04.jpg");
	background-repeat: no-repeat;
}

.tdBack2{
	background-image: url("../siteSlices/Index_37.jpg");
	background-repeat: repeat-y;
}

.tdBack3{
	background-image: url("../siteSlices/Index_11.jpg");
	background-repeat: repeat-x;
}

.tdBack4{
	background-image: url("../siteSlices/Index_13.jpg");
	background-repeat: repeat-y;
}

.tdBack5{
	background-image: url("../siteSlices/Index_16.jpg");
	background-repeat: repeat-y;
}

.tdBack6{
	background-image: url("../siteSlices/Index_21.jpg");
	background-repeat: repeat-x;
}

.tdBack6a{
	background-image: url("../siteSlices/Index_09.jpg");
	background-repeat: repeat-x;
}

.tdBack7{
	background-image: url("../siteSlices/Index_38.jpg");
	background-repeat: repeat-y;
}

.tdBack7a{
	background-image: url("../siteSlices/Index_07.jpg");
	background-repeat: no-repeat;
}

.tdBack8{
	background-image: url("../siteSlices/Index_31-a.jpg");
	background-repeat: no-repeat;
}

.tdBack8a{
	background-image: url("../siteSlices/Index_08.jpg");
	background-repeat: repeat-x;
}

.tdBack9{
	background-image: url("../siteSlices/Index_32-a.jpg");
	background-repeat: repeat-x;
}

.tdBack10{
	width: 100%;
	background-image: url("../siteSlices/Index_34-a.jpg");
	background-repeat: repeat-x;
}

.tdBack10a{
	width: 100%;
	background-image: url("../siteSlices/Index_10.jpg");
	background-repeat: no-repeat;
}

.tdBack11{
	background-image: url("../siteSlices/Index_36-a.jpg");
	background-repeat: no-repeat;
}

.tdBack11a{
	background-image: url("../siteSlices/Index_28.jpg");
	background-repeat: repeat-y;
}

.tdBack12{
	background-image: url("../siteSlices/Index_37.jpg");
	background-repeat: repeat-y;
}

.tdBack13{
	background-image: url("../siteSlices/Index_38.jpg");
	background-repeat: repeat-y;
}

.tdBack14{
	background-image: url("../siteSlices/Index_48.jpg");
	background-repeat: repeat-y;
}

.tdBack15{
	background-image: url("../siteSlices/Index_46.jpg");
	background-repeat: repeat-y;
}

.tdBack16{
	background-image: url("../siteSlices/Index_56.jpg");
	background-repeat: repeat-y;
}

.tdBack17{
	background-image: url("../siteSlices/Index_58.jpg");
	background-repeat: repeat-x;
}

.tdBack18{
	background-image: url("../siteSlices/Index_60.jpg");
	background-repeat: repeat-x;
}

.tdBack19{
	background-image: url("../siteSlices/Index_61.jpg");
	background-repeat: repeat-y;
}

.tdBack20{
	background-image: url("../siteSlices/Index_65.jpg");
	background-repeat: repeat-x;
}

.tdBack21{
	background-image: url("../siteSlices/Index_66.jpg");
	background-repeat: repeat-x;
}

.tdCrtica{
	background-image: url("../siteSlices/crtica.jpg");
	background-repeat: repeat-x;
}

.tdCrtica1{
	background-color: #F9F9F9;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 267px;
}

.tdCrtica2{
	background-color: #F9F9F9;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 266px;
}

.tdCrtica3{
	background-color: #F9F9F9;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 101px;
	text-align: center;
}

.tdCrtica4{
	background-color: #F9F9F9;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 61px;
	text-align: center;
}

.tdCrtica5{
	background-color: #F9F9F9;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 113px;
	text-align: center;
}

.tdCrtica6{
	background-color: #F9F9F9;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
}

.tdCrtica6x{
	background-color: #F9F9F9;
	background-image: url(../siteSlices/crtica2.jpg);
	width: 196px;
	height: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-left: 10px;
}

.tdCrtica1a{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 60px;
	text-align: center;
}

.tdCrtica2a{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 45px;
	text-align: center;
}

.tdCrtica3a{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 157px;
}

.tdCrtica4a{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 266px;
	text-align: center;
}

.tdCrtica5a{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 101px;
	text-align: center;
}

.tdCrtica6a{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 61px;
	text-align: center;
}

.tdCrtica7a{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 113px;
	text-align: center;
}

.tdCrtica1b{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 40px;
	text-align: center;
}

.tdCrtica2b{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 45px;
	text-align: center;
}

.tdCrtica3b{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 170px;
}

.tdCrtica4b{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 300px;
}

.tdCrtica5b{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 100px;
	text-align: center;
}

.tdCrtica6b{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 101px;
	text-align: center;
}

.tdCrtica7b{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 61px;
	text-align: center;
}

.tdCrtica1c{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 63px;
	text-align: center;
}

.tdCrtica2c{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 43px;
	text-align: center;
}

.tdCrtica3c{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 179px;
}

.tdCrtica4c{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 364px;
}

.tdCrtica5c{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 63px;
	text-align: center;
}

.tdCrtica6c{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 45px;
	text-align: center;
}

.tdCrtica7c{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 62px;
	text-align: center;
}

.tdCrtica1d{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 57px;
	text-align: center;
}

.tdCrtica2d{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 38px;
	text-align: center;
}

.tdCrtica3d{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 190px;
}

.tdCrtica4d{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 300px;
}

.tdCrtica5d{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 51px;
	text-align: center;
}

.tdCrtica6d{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 50px;
}

.tdCrtica7d{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 110px;
	text-align: center;
}

.tdCrtica8d{
	background-color: #EBEBEB;
	background-image: url("../siteSlices/crtica2.jpg");
	background-repeat: repeat-x;
	height: 40px;
	width: 50px;
}

.trHeight40{
	height: 40px;
}

.tdBgBlue{
	background-color: #000062;
}

.tdBgWhite{
	background:#FFFFFF;
}

.tdDimensions1{
	height:10px;
}

.tdDimensions2{
	width: 50%;
	height: 19px;
	font-size: 10px;
	color: Black;
	font-family: arial;
	font-weight: bold;
}

.tdDimensions3{
	width:156px;
}

.tdDimensions4{
	width:100px;
}

.tdDimensions5{
	width:20px;
}

.tdDimensions6{
	width:88px;
}

.tdDimensions7{
	width:45px; 
	text-align:right
}

.tdDimensions8{
	height:10px; 
	background:#000062;
}

.tdDimensions50{
	width:50%; 
	height:20px; 
	background-image:url("../siteSlices/crtica.jpg"); 
	background-repeat:repeat-x;
}

.tdDimensions100{
	width: 100%;
	height: 100%;
}

.tdDimensions100Blue{
	width:100%;
	background:#000062;
}

.tdDimensions100White{
	width:100%;
	background:#FFFFFF;
}

.tdWidth1{
	width:1%;
}

.tdWidth2{
	width:2%;
}

.tdWidth3{
	width:3%;
}

.tdWidth4{
	width:4%;
}

.tdWidth5{
	width:5%;
}

.tdWidth6{
	width:6%;
}

.tdWidth7{
	width:7%;
}

.tdWidth8{
	width:8%;
}

.tdWidth9{
	width:9%;
}

.tdWidth10{
	width:10%;
}

.tdWidth20{
	width:20%;
}

.tdWidth30{
	width:30%;
}

.tdWidth33{
	width:33%;
}

.tdWidth40{
	width:40%;
}

.tdWidth50{
	width:50%;
}

.tdWidth60{
	width:60%;
}

.tdWidth70{
	width:70%;
}

.tdWidth80{
	width:80%;
}

.tdWidth90{
	width:90%;
}

.tdWidth100{
	width:100%;
}


.copyright{
	font-size: 10px;
	color: White;
	font-family: arial;
	font-weight: bold;
}

img1 {
	display: block;
}

.flow{
	float: left;
	padding: 2px 20px 40px 2px;
}
.imgCenter {
	position: inherit;
	border: 0;
	azimuth: center;
}

.u{
	text-decoration: underline;
}
.whiteLink{
	text-decoration: none;
	color: Gray;
}
.whiteLink:hover{
	color: Gray;
	text-decoration: none;
}
.whiteLink:visited{
	color: Gray;
	text-decoration: none;
}

