html {
	text-align: center;
}

body {
	color: #fff;
	background-color: #000000;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 40px;
	padding: 0;
	font-size: 1.0em;
	position: relative;
	text-align: left;
}




h1
{
	color: #fff;
	font-size:47px;
	font-weight: bolder;
	margin:0;
	padding: 0.08em 0;
}

h1 sup {
	color:#DDDDDD;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #fff;
	font-size: 2.5em;
	margin-top: 40px;
}

h3
{
	color: #FA9C94;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
	color: #92BDFA;
}

.content
{
	margin: 0 20px;
}

.content a, .footer a
{
	color: #CE91FA;
	text-decoration: none;
}

.content a:hover
{
	font-style: italic;
}

.content strong
{
	font-weight: bolder;
	color: #FA9A91;
}

.content em
{
	color: #BDFA91;
}

/* Showcase content */

.demo_container
{
	text-align: center;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

.content p.linkage
{
	margin-top: 2em;
	text-align: right;
}

.content p.linkage a
{
	font-size: 1.7em;
	color: #fff;
	background: url('biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('biglink_on.gif') center right no-repeat;
	font-style: italic;
}

/* detail content */

.content #jdsgShowcase
{
	width: 500px;
	height: 200px;
	overflow: hidden;
}

.content p.detail
{
	margin: 0 auto;
	width: 800px;
	text-align:center;
	background: #eee;
	padding: 5px;
	color: #333;
}

/* Raw content */
.content code
{
	background:#444444 none repeat scroll 0% 50%;
	display:block;
	font-family:courier,monospace;
	font-size:0.7em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:120%;
	margin:10px 15px;
	overflow:auto;
	padding:10px;
}


.style2 {
	font-family: "Copperplate Gothic Bold";
	font-size: 18px;
	color: #999999;
}

.style2 a:link {
	color: #FFFFFF; TEXT-DECORATION: none
}
.style2 a:visited {
	color: #FFFFFF; TEXT-DECORATION: none
}
.style2 a:hover {
	color: #0000FF; TEXT-DECORATION: none
}
.style2 a:active {
	color: #FFFFFF; TEXT-DECORATION: none
}

.style13 {font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
	font-size: 9px;
}