body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background: #141414 url("images/ut3-2/bg.png") repeat-x;
	text-align: center;
}

img {
	border: 0px;
}

td {
	font-size: 0.8em;
}

a:link, body_alink
{
	color: #FFFF00;
}
a:visited, body_avisited
{
	color: #FFFF00;
}
a:hover, a:active, body_ahover
{
	color: #FFFFFF;
}

#menu {
	text-align: left;
}

#content {
	margin-top: 20px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content .head {
	background: url("images/ut3-2/title-40.png") repeat-x;
	border: 0px solid #000000;
	height: 35px;
	font-family: Impact, sans-serif;
	font-size: 2em;
	padding: 5px;
	padding-bottom: 0px;
	color: #000000;
}

#content .subhead {
	background: url("images/ut3-2/title-25.png") repeat-x;
	border-top: 0px;
	height: 20px;
	font-size: 1.3em;
	padding: 5px;
	font-weight: bold;
	padding-bottom: 0px;
	color: #000000;
}

#content .minihead {
	background: url("images/ut3-2/title-25.png") repeat-x;
	border: 0px solid #000000;
	height: 20px;
	font-size: 1em;
	padding: 5px;
	padding-top: 7px;
	font-weight: bold;
	padding-bottom: 0px;
	color: #000000;
}

#content .content {
	background: #252525 url("images/ut3-2/bg_bottom.png") repeat-x bottom;
	border-top: 0px;
	padding: 10px;
	padding-bottom: 20px;
}

#content .content-mid {
	background: #252525 url("images/ut3-2/bg_bottom.png") repeat-x bottom;
	border-top: 0px;
	border-bottom: 0px;
	padding: 10px;
	padding-bottom: 20px;
}

.alt1 {
	background-color: #151515;
}

.alt2 {
	background-color: #1e1e1e;
}


#twocols {
	
}

#twocols #leftcol {
	float: left;
	width: 220px;
}

#twocols #leftcol .content {
}

#twocols #rightcol {
	margin-left: 230px;
}

.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu li {
	cursor: pointer;
}

.menu a {
	cursor: pointer;
	display: block;
	padding: 3px;
	text-decoration: none;
	width: 100%;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: #FFFFFF;
}

.menu a:hover, .menu tr:hover {
	background: #303030;
	color: #fc0;
	font-weight: bold;
}

#fileList {
	max-height: 250px;
	overflow: auto;
	padding-bottom: 5px;
}

#fileList .fentry  {
	cursor: pointer;
	width: 98%;
}

#fileList .fhead {
	cursor: default;
	padding: 5px;
	font-weight: bold;
	width: 98%;
}

.fentry a {
	padding: 5px;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.fentry .regLink {
	padding: 0px;
	display: inline;
}

.fentry a:link, .fentry a:active, .fentry a:visited {
	color: #FFFFFF;
}

#fileList .fentry a:hover {
	background: #303030;
	color: #fc0;
	font-weight: bold;
}

#fileList .fname {
	float: left;
	width: 50%;
}

#fileList .fversion {
	float: left;
	width: 24%;
	text-align: right;
}

#fileList .fsize {
	float: right;
	width: 24%;
	text-align: right;
}

#fileInfo {
	margin-top: 10px;
}

#fileInfo img {
	max-width: 500px;
}


.clearDiv {
	clear: both;
}