@charset "utf-8";

*{
	margin:0;
	padding:0;
	color:#ffffff;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(sjtImages/SjtSupportBG.gif);
}

#wrapper {
	width: 460px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	background-color:none;
}

.floatBox {
	width:100%;
	display:inline;
	float:left;
}

table {
	display:inline;
	float:left;
	border:none;
	border-collapse:collapse;
}

img {
	display:inline;
	float:left;
	border:none;
}


p{
	display:inline;
	float:left;
	width:100%;
	margin-top:8px;
	text-align:justify;
	font-size: 12px;
	line-height:150%;
}

ul{
	display:inline;
	float:left;
	width:97%;
	margin-top:8px;
	margin-left:16px;
	text-align:justify;
	font-size: 12px;
	line-height:150%;
}

h1 {
	display:inline;
	float:left;
	text-align:left;
	font-size: 31px;
	font-weight: bold;
}

h3 {
	display:inline;
	float:left;
	width:97%;
	text-align:left;
	font-size: 14px;
	border-left:solid 6px #ffffff;
	border-bottom:solid 1px #ffffff;
	margin-top:20px;
	padding-left:3px;
}

h4 {
	display:inline;
	float:left;
	width:100%;
	text-align:center;
	font-size: 13px;
	font-weight: normal;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}

a {
	text-decoration: underline;
	color: #ffffff;
}

#btnAutherSite a{
	display:inline;
	float:left;
	margin-top:10px;
	margin-left:5px;
	width:84px;
	height:26px;
	background:url(sjtImages/BtnAutherSiteA.gif) no-repeat;
}

#btnAutherSite  a:hover{
	background:url(sjtImages/BtnAutherSiteB.gif) no-repeat;
}

#btnEmail a{
	display:inline;
	float:left;
	margin-top:10px;
	margin-left:5px;
	width:84px;
	height:26px;
	background:url(sjtImages/BtnEmailA.gif) no-repeat;
}

#btnEmail  a:hover{
	background:url(sjtImages/BtnEmailB.gif) no-repeat;
}

#btnBlog a{
	display:inline;
	float:left;
	margin-top:10px;
	margin-left:5px;
	width:84px;
	height:26px;
	background:url(sjtImages/BtnBlogA.gif) no-repeat;
}

#btnBlog  a:hover{
	background:url(sjtImages/BtnBlogB.gif) no-repeat;
}