		body{			margin: 0px 0px 0px 0px;
			ackground-color: black;
			background-image: url('../images/bg.jpg');
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: gray;
		}

		td{
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #5c5c5c;
			letter-spacing: -1px;
		}
		
		a{color: #7e0000; text-decoration:none;}
		a:hover{color: #CC0000; text-decoration:underline;}

	input, text {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		border: 1px solid #cccccc;
		background-color: #efefef;
	}
	
	.checknobord {
		border-right: 0px solid silver;
	}
	
	select,textarea {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 1px solid silver;
		background-color: #ededed;
		width:100%;
	}
		
		.maintable {
			height: 100%;
		}

		.innertable {
			width: 100%;
			background-color: white;
			/* opacity:0.9;filter:alpha(opacity=90) */
		}

		.contenttable{
			background-image: url('../images/bgcontent.jpg');
			background-repeat: repeat-x;
			background-color: white;
		}
		
		.sidenav{
			background-color: white;
			/* opacity:0.7;filter:alpha(opacity=70) */
			border: 1px dashed silver;
		}

		#toptable td{font-size: 12px; color: #5c5c5c;}
		#toptable a{letter-spacing: 0px; color: #ffffff; text-decoration:none;}
		#toptable a:hover{letter-spacing: 0px; color: #5c5c5c; text-decoration:none;}
		#toptable .date{letter-spacing: -1px; font-size: 9px; color: #ffffff;}
		
		h3{
			font-size: 14px;
			font-weight: bold;
			color: #7e0000;
			}
			
		#bottomtable table{font-size: 10px; color: #888888; opacity:0.55;filter:alpha(opacity=55); background-color: white;}
		#bottomtable td{font-size: 10px; color: #888888;}
		#bottomtable a{color: #5c5c5c; text-decoration:none;}
		#bottomtable a:hover{color: #7e0000; text-decoration:none;}
		
		#entrytable table{font-size: 11px; color: black; opacity:0.55;filter:alpha(opacity=55); background-color: white;}
		#entrytable td{font-size: 11px; color: black;}
		#entrytable a{color: #5c5c5c; text-decoration:none;}
		#entrytable a:hover{color: #7e0000; text-decoration:none;}
			
			li {font-size: 12px; color: #888888;}
			
			.ainfo2{color: white; text-decoration:none;}
			.ainfo2:hover{color: #7e0000; text-decoration:none;}