body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000066;
	background-attachment: fixed;
	background-image: url(images/tile.gif);
	background-repeat: repeat;
}
.AT_mainblock {
	background-color: #FFFFFF;
	width: 750px;
	text-align: left;
	background-image: url(images/alexander1.jpg);
	border: 1px solid #74CFA3;
	background-repeat: repeat-y;
}
#AT_menublock {
	font-family: "Comic Sans MS", Arial;
	font-size: medium;
	font-weight: bold;
	width:160px;
	color: #000000;
	vertical-align: top;
}
#AT_maintable {
	position:relative;
	top:70px;
	left:20px;
	background-color: #FFFFFF;
}
.AT_cell {
	width:100%;
	height:50px;
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid #000000;
}
.AT_cell a {
	color: #000000;
	text-decoration: none;
}
.AT_cell a:hover {
	text-decoration: underline;
	color: #006600;
}
.AT_cell_off {
	width:100%;
	height:50px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.AT_cell_blank {
	width:100%;
	height:5px;
}
#AT_maintextarea {
	font-size: medium;
	color: #663333;
	text-align: justify;
	vertical-align: top;
	margin-right: 10px;
}
.AT_email {
	color:#000000;
	text-decoration:none;
}
.AT_email a{
	color:#000000;
	text-decoration:none;
}
.AT_email a:hover{
	color:#000000;
	text-decoration:underline;
}
.AT_flright {
	float : right;
	border: 1px solid #FFFFFF;
	margin-left: 10px;
}
.AT_flleft {
	float : left;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}
