body {
    font: 12px Arial, sans-serif; 
	line-height: 1.5em;
	background: #3d3d3d; 
	color: #eee;
}

img {
    border: 0;
}

a {
    color:#555;
    text-decoration: none;
}

a:hover {
    color:#999;
}

h1 {
    text-indent: -9999px;
    background: url(/images/gotweb.png);
    width: 230px;
    height: 120px;
    margin: 0;
}

#header {
    width: 480px;
    margin: 0 auto;
}

#header h3 {
    color: #111;
    margin: 0;
}

#header div.logo {
    float:left;
    margin-left: -10px;
}

#contact {
    margin-top: 8px;
    float: right;
    background: #fff;
    line-height: 1.5;
    padding: 10px;
    color: #111;
}

#contact label {
    font-weight: 600;
    line-height: 1.5;
}

#main {
    clear: both;
    width: 480px;
    margin: 10px auto;
    text-align: center;
}

#main h2 {
    border-bottom: 1px solid 
}

#main img {
    padding: 10px;
}

.white {
    background: #fff;
    margin:0 auto;
    width:430px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

h3 {
    color: #111;
    padding: 10px 0 0 0;
    text-align: left;
}

h3 span {
    font-size: 10px;
    color: #999;
    font-weight: normal;
}

h3 a {
    color: #111;
}

h3 a:hover {
    color: #444;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

li img {
    float: left;
}

td {
    padding: 1px;
}

td.right {
    text-align: right;
    padding-left: 10px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-11px;
	height:23px;
	width:10px;
    top:0px;
}

#JT_arrow_right{
	background-image: url(/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #bbb;
	background-color: #fff;
}

#JT li {
    height:auto;
    font-weight: 400;
}

#JT p {
    line-height: 1.5;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #3d3d3d;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #3d3d3d;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #bbb;
}

.jTip{
cursor:help;
}
