
body{
	padding:0;
	margin:0;
	font-family:Tahoma, Arial, Verdana, Helvetica, Sans Serif;
	font-size:14px;
	line-height:23px;
	background-color: #eff6fa;
	background: url(img/pagebg.gif) 0 0 repeat-x;

}

a {
	text-decoration:none;
	color:#339;
}
a:hover {
	text-decoration:none;
	color:#33d;
}
table.bodyWidth{
	width:790px;
}
td{
	text-align:left;
	vertical-align:top;

}
img{
	border:none;
}
h2{
	font-family:arial;
	font-weight:normal;
	font-size:22px;
	color:#339;
	margin-bottom:5px;
}
h3{
	font-family:arial;
	font-weight:normal;
	font-size:18px;
	color:#339;
	margin-bottom:5px;
}

.bodyMainPage{
	background-image: url("img/bg-header.jpg");
	background-repeat: no-repeat;
	padding:60px 60px 0px 60px;

}
.top-right{
	text-align:right;
	vertical-align:bottom;
	color:#666;
	padding:20px 4px 7px 0;
	font-size:12px;
}
ul{
	margin-left:0px;
	padding-left:30px;
	padding-top:0;
	margin-top:5px;
}
li{

	list-style: square outside ;
}
.tiny{
	font-family:verdana, arial, helvetica, sans serif;
	font-size:12px;
	line-height:18px;
	color:#666;
}
.button{
	background-image: url("img/bg-button.jpg");
	text-decoration:none;
	color:#336;
	padding:3px 20px 3px 20px ;
	background-repeat: repeat-x;
	border:1px solid #666;
	font-size:14px;

}
form {
	margin:0px;
}	
input{
	font-size:14px;
	padding:3px;
}
.button:hover{
	border:1px solid #999;
	color:#339;
}
.buttonText{
	text-decoration:none;
	color:#336;
}
.buttonText:hover{
	text-decoration:none;
	color:#33d;
}
.footer{
	background-image:url(img/footer.jpg);
	background-repeat: no-repeat;
	padding-top:40px;
}
table.formTable th {
	padding-top:5px;
	padding-bottom:5px;
	font-weight:normal;
}
table.formTable td.label {
	white-space: nowrap;
	color:#114;
	padding-right:5px;
}
.help{
	font-size:12px;
	line-height:20px;
	color:#666;
}
textarea{
	font-family:arial, helvetica, verdana;
	padding:5px;
	font-size:12px;
}

table.packageTable{
	border-collapse:seperate;
	border-spacing:10px;
}

table.packageTable td{
	border:1px solid #666;
	padding:20px;
	background-color:#f1f1ff;
	font-size:13px;
	line-height:18px;	
}
div.formBox {
	padding:20px;
	border:1px solid #999;
	background-color:#f6f6ff;
}
hr {
	border: none 0;
	border-top: 1px dashed #ddd;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
div.plate{
	margin:10px;
	padding:20px;
	border:1px solid #999;
	width:600px;
}
