a{
	color: rgb(11,23,91);
}

a:hover{
	color: rgb(0,157,220);
}

#gsHeader{
	background-image: url('header_bg.gif');
	background-image: repeat-x;
	text-align: right;
	font-size: 70%;
}

#gsHeader span{
	margin-right: 5px;
}

#container{
	margin-top: 0;
	text-align: center;
}

#contents{
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#contentsTepa{
}

h3.topicTitle{
	margin-top: 1em;
	color: #3C76E0;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #AFC9ED;
	text-align: left;
	padding-left: 0.5em;
	background-image: url("tepa_back_topic_s.gif");
	background-repeat: no-repeat;
}

#context{
	margin-top: 4em;
	margin-bottom: 2em;
	padding: 1em 0;
	list-style-type: none;
	text-align: center;
	border: 1px solid rgb(210,212,215);
	border-width: 1px 0;
}

#context li{
	display: inline;
	margin: 0 1em;
	font-size: 80%;
}

#contentsTepa.download h2,
#contentsTepa.about h2,
#contentsTepa.support h2
{
	margin: 1em 0;
	font-size: 150%;
	font-weight: bold;
	color: #3C76E0;
}

div.ad{
	margin: 4em 0;
	text-align: center;
}

/* top */

#topImage{
	margin-top: 30px;
	width: 850px;
	height: 330px;
	position: relative;
	background-image: url('ss_top.png');
	background-position: 90% 0;
	background-repeat: no-repeat;
}

#topImage h1{
	position: absolute;
	top: 100px;
	left: 40px;
	width: 286px;
	height: 86px;
}

#topDownload{
	width: 500px;
	padding: 10px 0;
	margin: 2em auto;
	text-align: center;
	/*border: 1px solid rgb(60,118,224);*/
	background-color: rgb(236,242,252);
}

#topDownload h2{
	color: rgb(60,118,224);
	margin: 0.5em 1em;
	font-size: 120%;
	font-weight: bold;
}

#topDownload span.version{
	font-size: smaller;
	font-weight: 100%;
}

#topDownload p{
	margin: 0.5em 1em;
}

#topDownload p.downloadLink{
}

#topDownload p.downloadLink a{
	font-size: 130%;
	font-weight: bold;
}

#topDownload p.info{
	font-size: 80%;
}

#eula{
	/*border: 1px solid rgb(60,118,224);*/
	background-color: rgb(236,242,252);
	margin: 1em;
	padding: 5px;
	font-size: 80%;
}

#eula ul{
	list-style-type: disc;
}

#eula ul li{
	margin-left: 1em;
}

#eula a{
	font-size: 120%;
	font-weight: bold;
}

/* about */


#contentsTepa.about ul{
	margin: 2em 0;
}

#contentsTepa.about ul li{
	margin-left: 1em;
}

/* download */



#contentsTepa.download h3{
	margin-top: 2em;
	margin-bottom: 1em;
}

#contentsTepa.download dt a{
	font-weight: bold;
}

#contentsTepa.download dd{
	margin-bottom: 1em;
}

#contentsTepa.download span.info{
	font-size: 90%;
	color: rgb(186,189,191);
}

#contentsTepa.download ul{
	list-style-type: none;
}


