
body {
	margin:0;
	background-color:17222F; 
	background-repeat: repeat-x;
	background-position: top center;
	font-family:verdana;
	color:#444444;
}

.title {
	font-size:16x;
	font-weight:bold;
	margin-bottom:10px;
	color:white;
}

h1 {
	font-size:10px; 
	font-weight:bold;
    color:white;
    margin-bottom:2px;
}

p {
	font-size:10px; 
    color:white;
}

.menu, a.menu, a.menu:visited {
    font-family:verdana;
    font-weight:bold;
    font-size:8px;
    letter-spacing: .2em;
    color:#dedede;
	border: #333333 1px solid;
	background-color:#081821;
	padding-top: 0px;
	padding-bottom:0px;
	padding-left: 4px;
	padding-right: 4px;
	margin:1px;
	width:60px;
	background-image:url('images/buttonback.png');
}

a.menu:hover {
	background-image:url('images/buttonback2.png');
	color:#ffffff;
	text-decoration:none;
}

.copyright, a.copyright, a.copyright:visited {
	font-family: verdana;
    font-size:8px;
    color:silver;
    letter-spacing: .3em;
}

td {
	font-family: verdana;
	font-size: 11px;
    color:white;
}

td.top {
	height:140px;
	width:750px;
	padding-top:30px;
    padding-right:40px;
    text-align:right;
	vertical-align:top;
	background-image: url('images/upload-script_top.png');
}

td.middle {
	width:750px;
    height:257px;
	background-image: url('images/upload-script_middle.png');
	padding-left:50px;
	padding-right:50px;
}

td.bottom {
	height:128px;
	width:750px;
	background-image: url('images/upload-script_bottom.png');
	vertical-align:bottom;
	padding-bottom:35px;
}

.content {
	text-align:right;
	padding-left:40px;
	padding-right:40px;
}

.inputbg {
	background-image: url('images/inputbg.png');
    height:17px;
    font-size:10px;
    font-family:verdana;
}

a, a:visited {
	color: D9E6FF;
	text-decoration:none;
}

a:hover {
	color: D9E6FF;
	text-decoration:underline;
}


