*{
	font-family: arial;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height:150%;
	color: #333;
}
a{
	color: #1989d7;
	text-decoration:none;
}
a:hover{
	color: #333;
	text-decoration:underline;
}
img{
	border: 0px;
}
h1{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
h2{
	font-weight: normal;
}
h4{
	font-size: 14px;
	font-weight: bold;
}
#DashedTable{
	border: 0px;
	background-color: #666;
	width: 100%;
}
#DashedTable tr{
	background-color: #fff;
}
#DashedTable td{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.wsTextArea{
	border: 1px solid #99bbe8;
}
.wsText{
	border: 1px solid #99bbe8;
	height: 19px;
	padding: 3px;
}
.wsSubmitButton{
	height: 25px; 
	color: #fff; 
	font-size: 12px; 
	background: #1989d7; 
	padding: 2px 10px;
	border-left: 1px solid #eee; 
	border-top: 1px solid #eee; 
	border-right: 1px solid #6a6a6a;
	border-bottom: 1px solid #6a6a6a; 
	cursor:pointer;
}

.weSimpleTableTitle{
	width: 490px;
	border: 1px solid #99bbe8;
	background-image: url(../Images/layout/layout_title_bg.gif);
	height: 28px;
	border-bottom: 0px;
	font-weight: bold;
	color: #333;
	font-size: 13px;
}
.weSimpleTableTitle td{
	padding-left: 5px; 
}
.weSimpleTableBody{
	width: 490px;
	border: 1px solid #99bbe8;
}
.weSimpleTableBody td{
	padding: 5px; 
}

.wsh1{
	font-size: 14px;
	color: green;
	font-weight: bold;
}