@charset "utf-8";
/* CSS Document */


/*  GENERAL STYLES  */

.half {
	width: 48%;
}

.left {
	border-right: 1px solid #777777;
	padding-right: 12px;
}

#rightcontent .half h3 {
	padding: 2px 0px 6px 0px;
}

.acctable td {
	padding: 4px 0 4px 3px;
	text-align: center;
	height: 25px;
    
}



.bgcolor {
	background-color: #dddddd;
}

.acctable .textleft {
	text-align: left;
}

#rightcontent .acctable a:hover {
	background-color: transparent;
}

.yo {
	
	border-top: #777777 1px solid;
	margin: 10px 0px 10px 0px;
	
}

.atozbox {
    padding: 2px 4px;
    border: 1px solid #434343;
    margin:0px;
    font-size:100%;
}
.atoz ul{
	list-style: square;
}

#rightcontent h3 a {
	color: #990033;
}

