/* global styles */

body { 
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #FF6600;
	/*background-color: #DDDED4;*/
}

body.orange { 
	background-color: #271B14;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decorationt: underline;
	color: #FF6600;
}

p, td, textarea, input, select { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 4px 0;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 15px;
	margin: 0 0 10px 0;
	color: #FF6600;
}

sup {
	line-height: 6px;	
}

img {
	border: none;
	}

#main {
	position: absolute;
	width: 698px;
	height: 485px;
	left: 50%;
	top: 50%;
	background-image: url(images/togart_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: -242px;
	margin-left: -349px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#text {
	position: absolute;
	left: 435px;
	top: 82px;
	width: 240px;
	height: 158px;
}

#scroller {
	position: absolute;
	left: 435px;
	top: 250px;
	width: 240px;
	height: 30px;
}

#links {
	position: absolute;
	left: 435px;
	top: 288px;
	width: 240px;
	height: 105px;
	color: #FFFFFF;
}

#links p {
	line-height: 12px;
	margin: 0 0 5px 0;
}

#itext {
	position: absolute;
	left: 0;
	top: 0;
}

p.small { 
	font-size: 10px;
	line-height: 12px;
}

.filesize {
	color: #DDDED4; }
