/* TMT Content Area */

.col2 {
}

/* TMT Menu */

#tmt-menu{
	padding-left:30px;
    padding-right:10px;
    padding-top:5px;
	font-size:1.2em;
	text-align:right;
}

#tmt-menu h3 {
    margin-bottom: -5px;
    color: #4c3a26;
    font-weight: bold;
}

#tmt-menu ul {
    margin-bottom: 20px;
}

#tmt-menu li {
    line-height: 20px;
}

#tmt-menu img {
    margin: 3px auto;
}

/* TMT Main Content */

#tmt-content,
#tmt-version {
	padding-top:10px;
	padding-right:10px;
	margin-right:40px;
}           

#tmt-content h3,
#tmt-version h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    color:#e8643b;
    font-size:1.2em;
    font-weight:bold;
}

#tmt-content {
    line-height: 18px;
}

#tmt-content h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #4c3a26;
    font-weight:bold;
}

#tmt-content p {
    padding-bottom:15px;
}

#tmt-content ul{
	padding-left:20px;
}

#tmt-content li{
	list-style: circle;
}

