/* CSS Document */

td.txt {padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;}
		
.ttp_w { font : bold 12px Helvetica; color:#FFFFFF;}
.ttp_w A:link { text-decoration: none; color: #fff;}
.ttp_w A:visited { text-decoration: none; color: #fff;}
.ttp_w A:active { text-decoration: none; color: #fff; }
.ttp_w A:hover { text-decoration: none; color: #FFCC00;}

.ttp { font : bold 12px Helvetica;}
.ttp A:link { text-decoration: none; color: #000;}
.ttp A:visited { text-decoration: none; color: #000;}
.ttp A:active { text-decoration: none; color: #000; }
.ttp A:hover { text-decoration: none; color: #0066FF;}

.ttplist ul{ 
text-indent: 5px;
list-style-position: outside;
list-style-type: square;
padding: 5px;
margin: 10px;}

.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 535px;
background-color: #3300CC;
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: #FFCC00;
background-color: #3300CC;
border: 2px solid #3300CC;
}

.bevelmenu li a:hover{
color: #FFCC00;
background-color: #0066FF;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}