@charset "utf-8";
#logo {
	padding-left:15px;
	padding-top:30px;
}
div#home {
	position:absolute;
	left:800px;
	top:62px;
}
div#home a {
	color:white;
	text-decoration:none;
	position:relative;
	font-size:90%;
}
div#home a:hover {
	color:#ff0;
}
 div#content {
	min-height:500px;
	padding-top:60px 100px 30px 100px;
}
#copyright {
	width:350px;
	float:right;
	text-align:right;
	padding-right:10px;
	color:#808080;
}
#links {
	width:350px;
	float:left;
	padding-left:10px;
	color:#808080;
}
#links a {
	color:#808080;
	text-decoration:none;
}
#links a:hover {
	text-decoration:underline;
}
#T {
	position:absolute;
	background:url(../images/smallT.gif) no-repeat;
	left:28px;
	top:123px;
	width:31px;
	height:31px;
	z-index:1;
}
#DA {
	position:absolute;
	left:28px;
	top:128px;
	width:310px;
	height:22px;
	z-index:1;
	font-size:90%;
	font-weight:bold;
}
h2 {
	color:#333333;
	font-size:120%;
}
h1 {
	font-size:150%;
}
h3 {
	font-size:100%;
	font-style:italic;
	color:#666666;
}

sup {
    font-size: xx-small;
    vertical-align: baseline;
    position: relative;
    bottom: 0.66em;
}

h1 sup {
    font-size: xx-small;
    vertical-align: baseline;
    position: relative;
    bottom: 1.3em;
}

table#steps td.socialBookMark
{
    padding-bottom:0px;
    padding-left: 5px;
    padding-right: 5px;
}

a.version
{
    color: #606060;
    text-decoration: none;
}

/* Generics */
img
{
    border: none;
}

a,
a:visited
{
    color:#0f5eae;
	text-decoration:none;
}
a:hover
{
    text-decoration: underline;
}

