/* CSS Document */


body {
  margin: 0;
  padding: 0;
  background-color:#fff;
  background-image:url(../image/bg.jpg);
  background-repeat:repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
div.wrapper {
   text-align: center;
   }
#header {
	width: 894px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	margin-top:28px;
	}
#navbg {
	width: 894px;
	height: 56px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background:url(../image/navbg.png);
	}
#main {
	width: 894px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}
#footer {
	width: 894px;
	height: 66px;
	background:url(../image/bottombg.png);
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	}
.msgfield {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	width: 200px;
	height: 120px;
	color: #333;
	margin-top:2px;
	margin-bottom:2px;
	font-size:11px;
}
.contactfield {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	width: 200px;
	height: 18px;
	color: #333;
	margin-top:2px;
	margin-bottom:2px;
	font-size:11px;
}
.box {
	background-color: #fff;
	border-style: solid;
	border-width: 8px;
	border-color:#800040;
	}
.supportbox {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color:#ccc;
	}	
a:link { color:#666; }
a:visited { color:#666; }
a:hover { text-decoration:none; color:#000; }
a:active { color:#666; }

a.nav:link { text-decoration:none; color:#fff; font-size: 13px; font-weight:bold;  }
a.nav:visited { text-decoration:none; color:#fff; font-size: 13px; font-weight:bold; }
a.nav:hover { text-decoration:none; color:#FFFF00; font-size: 13px; font-weight:bold; }
a.nav:active { text-decoration:none; color:#fff; font-size: 13px; font-weight:bold; }

.navline { color:#FFFFFF; font-size: 13px; margin-left:9px; margin-right:9px; }
.style1 {
	color: #666666;
	font-size: 10px;
}
.style3 {color: #6633FF; font-weight: bold; font-size: 14px; }
.style4 {
	font-size: 16px;
	color: #CC3366;
}
.imgspacing { margin-right:1px; }
.packagebox { 
	background-color: #ddd;
	border-style: solid;
	border-width: 1px;
	border-color:#999;
	padding: 4px 4px 4px 10px;
	}
.style6 {
	font-size: 24px;
	font-weight: bold;
	color: #FF3300;
}
.style7 {
	font-size: 14px;
	font-style: italic;
}
.style8 {color: #000000; font-size: 16px;}
.formtxt { font-size:11px; font-color:#000; }
.msgfield {
	background-color: #eee;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	width: 200px;
	height: 110px;
	color: #333;
	font-size:11px;
}
.contactfield {
	background-color: #eee;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	width: 200px;
	height: 18px;
	color: #333;
	font-size:11px;
}
.style12 {font-size: 10px}
.style13 {color: #FF0000}
.style15 {font-size: 16px; color: #CC3366; font-weight: bold; }

.button {
	display:block;
	background:#ddd;
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 16px 4px 4px;
	width:210px;
	margin-bottom:6px;
	cursor:pointer;
}
.buttonactive {
	display:block;
	background:#666;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 16px 4px 4px;
	width:210px;
	margin-bottom:6px;
}
.button:hover {
	background:#666;
	color:#fff;
}
.footertxt { font-size:10px; }
.title {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.pagetitle {
	color: #FF3300;
	font-size: 16px;
	font-weight: bold;
}

img, div, background { behavior: url(iepngfix.htc) }