/* CSS Document */

body{
margin:0px;
background-image: url(images/bg-main.jpg);
background-repeat:repeat-x;

}

table{
font-family: "Trebuchet MS";
font-size:11px;
color: #666666;

}

.normaltext1{
font-family:"Trebuchet MS";
font-size:11px;
color: #ea561a;

}

.normaltext2{
font-family:"Tahoma";
font-size:11px;
color: #FFFFFF;

}

.heading1{
font-family: "Arial";
font-size:20px;
color: #ea561a;
font-weight:none;
}

.linkheading{
font-family: "Arial";
font-size:14px;
color: #333333;
font-weight:Bold;
text-decoration:none;

}

.linkheading:hover{
font-family: "Arial";
font-size:14px;
color: #FF0000;
font-weight:Bold;
text-decoration:underline;

}

.heading2{
font-family: "Arial";
font-size:11px;
color: #ea561a;
}

.heading3{
font-family: "Arial Black";
font-size:22px;
color: #FF0000;
}

.heading4{
font-family: "Arial";
font-size:16px;
font-weight: none;
color: #ea561a;
}

a.viewmore{
font-family:tahoma;
font-size:11px;
color: #000000;
text-decoration:none;
}

a.viewmore:hover{
font-family:tahoma;
font-size:11px;
color: #996600;
text-decoration:underline;
}

a.link1{
font-family:tahoma;
font-size:11px;
color: #666666;
text-decoration:none;
}

a.link1:hover{
font-family:tahoma;
font-size:11px;
color: #ea561a;
text-decoration:underline;
}

a.link1web{
font-family:tahoma;
font-size:11px;
color: #ea561a;
text-decoration:none;
}

a.link1web:hover{
font-family:tahoma;
font-size:11px;
color: #CCCCCC;
text-decoration:underline;
}


a.emaillink{
font-family:tahoma;
font-size:11px;
color: #666666;
text-decoration:none;
}

a.emaillink:hover{
font-family:tahoma;
font-size:11px;
color: #ea561a; 
text-decoration:underline;
}

a.websitelink1{
font-family:tahoma;
font-size:11px;
color: #ea561a;
text-decoration:none;
}

a.websitelink1:hover{
font-family:tahoma;
font-size:11px;
color: #CCCCCC;
text-decoration:none;
}

a.sumtechlink{
font-family:tahoma;
font-size:11px;
color: #666666;
text-decoration:none;
}

a.sumtechlink:hover{
font-family:tahoma;
font-size:11px;
color: #FF0000;
text-decoration:underline;
}

a.linktop{
font-family:Tahoma;
font-size:11px;
color: #333333;
}

a.linktop:hover{
font-family:Tahoma;
font-size:11px;
color: #FF0000;
}

.CellNormal {
	font-family:tahoma;
	font-size:11px;
	padding:10px;
	background-color:#666666;
	height: 12px;
	cursor: hand;

	}

.CellOver {
	font-family:tahoma;
	font-size:11px;
	background-color:#ea561a;;
	padding:10px;
	height: 12px;
	cursor:hand;

	}
	
.ViewCellNormal {
	font-family:tahoma;
	font-size:11px;
	color: #FFFFFF;
	padding:0px;
	background-color:#666666;
	height: 14px;
	cursor: default;

	}

.ViewCellOver {
	font-family:tahoma;
	font-size:11px;
	color: #000000;
	background-color:#ea561a;;
	padding:0px;
	height: 14px;
	cursor: default;

	}

INPUT.textfield {
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	PADDING-LEFT: 5px; 
	BORDER-LEFT: #999999 1px solid; 
	WIDTH: 235px; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	HEIGHT: 16px;
	font-family:Verdana;
	font-size:11px;
	color:#333333;
}
INPUT.textfield2 {
	 BORDER-RIGHT: #D5D5D5 1px solid;
	 BORDER-TOP: #D5D5D5 1px solid; 
	 PADDING-LEFT: 5px; 
	 BORDER-LEFT: #D5D5D5 1px solid;
	 WIDTH: 125px; 
	 BORDER-BOTTOM: #D5D5D5 1px solid; 
	 HEIGHT: 15px;
	 font-family:Verdana;
	 font-size:11px;
	 color:#333333;
}

.select {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #333333; 
	FONT-FAMILY: Verdana;
	width:90px;
}

.select1 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	WIDTH: 190px; 
	COLOR: #333333; 
	FONT-FAMILY:Verdana;
	HEIGHT: 20px
}

INPUT.submit {
	BORDER-RIGHT: #b7b1a5 1px solid; 
	BORDER-TOP: #d8d5cd 1px solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #d8d5cd 1px solid; 
	WIDTH: 75px; COLOR: #666666; 
	BORDER-BOTTOM: #b7b1a5 1px solid; 
	FONT-FAMILY: Verdana;
	HEIGHT: 20px; 
	BACKGROUND-COLOR: #f4f2ec; 
	TEXT-ALIGN: center;
}

.TEXTAREA {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #de531a;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #3d271e;
	width:180px;
	height:20px;
	border: 1px solid #853b1c;
	}
	
.TEXTAREA1 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #de531a;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #3d271e;
	width:200px;
	height:90px;
	border: 1px solid #853b1c;
	}

.SLECTAREA {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: black;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #FFFFFF;
	width:255px;
	border: 1px solid #D5D5D5;
	}

