body { 
	font-family: Verdana,Trebuchet MS, arial;
        font-size: 10px;
        background: #222222;
        color: #999999;
        margin-bottom: 5px;    
        margin-top: 5px;
        margin-left: 5px;      
        margin-right: 5px;

}


div.thepage {
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: -320px;
	padding-bottom: 20px;

	width: 640px;
        background: #555555;
	border: 1px solid #aaaaaa;

  	background-image: url(/fade.jpg);
        background-repeat: repeat-y;
        background-position: left top;
	
}

img.preimg {
	border: 2px solid #aaaaaa;
}

img.fullimg {
	border: 4px solid #aaaaaa;
}



ul {
	list-style-type: square;
}

span.ttt {
	font-family: fixed, courier, "Lucida Console";
}



div.titlediv {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
	top: 0px;
	width: 640px;   
	height: 100px;   
	background-repeat: no-repeat;
        background-position: 0px 0px;
}


div.titletextdiv {
	position: relative;
	top: 5px;
	right: 0px;
	width: 620px;   
	height: 80px;   
	text-align: right;

	margin: 10px;
}

div.allentriesdiv {
	position: relative;
	width: 640px;  

}



div.singlentry {
	background: #555555;
	margin: 10px;
	border: 1px solid #aaaaaa;
}

div.singlemessagewrap {
	text-align: left;

	padding-left: 15px;

}


div.singlemessage {
	text-align: justify;
}



h1 {
        font-size: 18px;	
}

h2 {
        font-size: 12px;	

}

h1.allh1 {
	margin: 0px;
        font-size: 32px;	
}

h2.allh2 {
        font-size: 17px;	
}

h2.entrytitle {
        font-size: 14px;
	padding-left: 4px;
	text-align: right;


}


table {
	border: 1px solid #aaaaaa;
	font-family: Verdana,Trebuchet MS, arial;
        font-size: 14px;
        background: #444444;
        color: #999999;

}

tr.trheader { 
        font-size: 14px;
	text-align: left;
	font-weight: bold;
	background: #444444;
	color: #999999;

}


td.tdheader { 
        font-size: 14px;
	text-align: left;
	font-weight: bold;
	background: #444444;
	color: #999999;
}



td { 
	font-family: Verdana,Trebuchet MS, arial;
        font-size: 14px;
	background: #444444;
        
        color: #999999;

}


a { outline: none; }
a:link { text-decoration: none;  color: #bbbbbb;     }
a:visited { text-decoration: none; color: #bbbbbb;   }
a:hover { text-decoration: none; color: #ffaaaa;  }

input:focus {
	background: #111111;
        color: #ffffff;
	border: 1px solid #222222;

}
textarea:focus {
        color: #aaaaaa;
	border: 1px solid #222222;
	background: #111111;
        color: #ffffff;
}

input {
	font-family: Verdana,Trebuchet MS, arial;
        font-size: 14px;
        background: #000000;
        color: #888888;
	border: 1px solid #222222;

}

textarea {
	font-family: Verdana,Trebuchet MS, arial;
        font-size: 14px;
        background: #000000;
        color: #888888;
	border: 1px solid #222222;

}

