a:link{
	text-decoration: none;
	color: #3333CC;
}
a:visited{
	text-decoration: none;
	color: #3333CC;
}
a:hover{
	text-decoration: underline;
	color: #CC3300;
}
a:active{
	text-decoration: none;
	background: #CC3300;
	color: #FFFFFF;
}
body{
	background: #FFFFFF;
	background-image: URL('../img/background.png');
	color: #333399;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
h1{
	font-size: 24px;
	color: #333399;
	font-family: verdana, arial, helvetica, sans-serif;
}
h2{
	font-size: 20px;
	color: #333399;
	font-family: verdana, arial, helvetica, sans-serif;
}
h3{
	font-size: 18px;
	color: #333399;
	font-family: verdana, arial, helvetica, sans-serif;
}
h4{
	font-size: 16px;
	color: #333399;
	font-family: verdana, arial, helvetica, sans-serif;
}
h5{
	font-size: 14px;
	color: #333399;
	font-family: verdana, arial, helvetica, sans-serif;
}
h6{
	font-size: 12px;
	color : #333399;
	font-family : verdana, arial, helvetica, sans-serif;
}
hr{
	color: #CCCCFF;
	background-color : #CCCCFF;
	height : 1px;
	width: 100%;
	border: 0px;
}
table{
	background: #FFFFFF;
	font-size: 12px;
	border: 0px solid #FFFFFF;
	border-collapse: collapse;
	width: 100%;
}
table.layout{
	background: transparent;
	font-size: 12px;
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.menu{
	background: #FFFFFF;
	font-size: 12px;
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 400px;
}
td{
	border: 0px solid #FFFFFF;
	padding: 1px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
td.menuheader, td.titlebar {
	background: #CCCCCC;  
	background-image: url('../img/gradient.jpg'); 
	background-position: top;
	background-repeat: repeat-x; 
	text-align: center;
	vertical-align: middle; 
	font-size: 16px;
	font-weight: bold;
	color: #000000; 
	text-transform: none;
	letter-spacing: 1px;
	height: 30px;
	line-height: 30px;
	text-indent: 0px;
}
td.listhead{
	background-image: url('../img/gradient.jpg');
	background-position: top; 
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle; 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: none;
	letter-spacing: 1px;
	height: 20px;
	line-height: 20px;
	text-indent: 0px;
}
td.menu{
	padding: 5px;
}
td.listhead_old
{ 
	background-color: #99CCFF; 
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
td.filenamecol{
	background: #FFFFFF;
	color: #333399;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
TR{
}
.button {
	background: #CCCCCC;
	background-image: url('../img/gradient.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
} 
.button:hover {
	color: #CC3300;
}
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
}
.inputboxbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
}
