/* Global Styles */

body {
	margin:0;
	background-color: #000000;
	}

td {
	font:12px arial;
	color:#CC9966;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: 0;
	}
	
a {
	color: #FF9966;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navi a , #navi strong {
font:12px  georgia;
	color: #CC9966;
	font-weight: bold;
	letter-spacing:.1em;
	text-decoration: none;
	border: 1px solid #660000;
	background: #DDD;

	display: block;
	width: 140px;
	padding: 3px 5px;
	margin: 3px;
}

#navi strong {
	font-weight: bold;
	background: #DDD;
}

#navi a {
font-weight: bold;
	background: #660000;

}

#navi a:hover {
	background: #000;
	color: #cc9966;
	font-weight: bold;
	border: 1px solid #cc9966;
}


#colheader {
	padding:6px;
	color: #FF0000;
	}

#navheader {
	font:20px/26px georgia;
	color: #990000;
	letter-spacing:.2em;
	text-align: center;
	vertical-align: middle;
	padding:6px;
	}
	
#sidebar a {
	color: #FF9966;
	}
	
#sidebar a:hover {
	color: #FFCC66;
	text-decoration: underline;
	}	

#logo {
	font:24px georgia;
	color: #FF0000;
	letter-spacing:.3em;
	}

#tagline {
	font:bold 10px georgia;
	color: #CC3300;
	letter-spacing:.5em;
	}
	
#dateformat {
	font:11px arial;
	color: #CC9966;
	letter-spacing:.4em;
	vertical-align: middle;
	}
	
#dateformat a {font:bold 11px arial;
	color: #FF9933;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #999999;
	letter-spacing:.1em;
	}

/* Class Styles */
	
.bodyText {
	font:12px/20px arial;
	color:#FFFFFF;
	letter-spacing:.1em;
	margin-top:0;
	}
	
.pageName{
	font:22px/26px georgia;
	color: #FF0000;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:12px/16px georgia;
	color: #FFCC66;
	letter-spacing:.2em;
	}	
	
.smallText {
	font:10px arial;
	color:#999999;
	}

.sidebarHeader {
	font:bold 12px/14px georgia;
	color: #FF0000;
	letter-spacing:.2em;
	}
	
#screech a { color: #006600; text-decoration: none; font-weight: bold; font-size: 15px; display: block; width:73px; height:159px; background: url(http://ajaban.com/assets/images/outside/uwilllafblue.jpg) no-repeat;}
#screech a:link { color: #000000; text-decoration: none; valign:bottom; font-weight: bold; font-size: 15px; display: block; width:73px; height:159px; background: url(http://ajaban.com/assets/images/outside/uwilllafblue.jpg) no-repeat;}
#screech a:hover {width:73px; height:159px; background: url(http://ajaban.com/assets/images/outside/uwillcryblue.jpg) no-repeat;  color: #000000; text-decoration: none; font-weight: bold; }
#screech a:visited { color: #000000; text-decoration: none; font-weight: bold; }
#thiscontent {position:relative; top:180px;}

/*  Former incarnation:

table#navigation {
	font:11px  georgia;
	color: #0099FF;
	letter-spacing:.1em;
	}
	
table#navigation li {
	list-style-type: square;
	color: #FF0000;
	padding:10px;
	}
	
table#navigation a {
	font:bold 12px/14px georgia;
	color: #FF9966;
	text-decoration: none;
	letter-spacing:.1em;
	}
	
table#navigation a:hover {
	color: #FFCC66;
	text-decoration: underline;
	}
	*/