
body    { color: #09c; font-size: 11px; font-family: verdana; background-color: #fff; margin: 10 }

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

h1    { font-size: 10px; font-family: Arial; font-style: normal; font-weight: normal }
h2   { font-size: 10px; font-family: Arial; font-style: normal; font-weight: normal }

.menu, a.menu, a.menu:visited   { color: #e8eef4; background-color: #999; margin: 1px; padding: 1px 4px; width: 60px; border: solid 1px }

a.menu:hover {
	background-color:#E3F0FF;
	color:#156285;
	text-decoration:none;
}

.copyright, a.copyright, a.copyright:visited    { color: #999; font-size: 9px; letter-spacing: 0.05em }

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

td.top {
	height:140px;
	text-align:center;
	padding-top:30px;
	vertical-align:top;
	background-image: url('images/upload-script_top.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

td.bottom {
	height:128px;
	text-align:center;
	background-image: url('images/upload-script_bottom.gif');
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align:bottom;
	padding-bottom:35px;
}

.content {
	background-image: url('images/upload-script_middle.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

.content-text {
	text-align:left;
	width:700px;
}

.image        { right: 0; bottom: auto; max-width:800px; height: auto; border: solid 1px #09c }

a, a:visited     { color: #09c; text-decoration: none }

a:hover     { color: #ccc; text-decoration: underline }


