/* Global Styles */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-family:Tahoma, Geneva, sans-serif;
}

.style13 {
	font-size: large;
	color: #000000;
}
.style23 {color: #000000; 
	font-weight: bold; 
}
.style21 {color: #000000;
}

#arnie {
	position: absolute;
	top:200px;
	right:auto;
	width:183px;
	height:540px;
	background:url(../images/a-a_bw.jpg) no-repeat;
	left: 580px;
	overflow: auto;
	visibility: inherit;
	z-index: 5;
		}
		
#box {
	position: inherit;
	top:auto;
	right:auto;
	width:auto;
	height:auto;
	background:url(../images/box.gif) no-repeat;
	left: auto;
	overflow: auto;
	visibility: inherit;
	z-index: auto;
	padding-top: 10px;
	padding-bottom: 10px;
		}
	
	
	
td {
	font: small, Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #336699; text-decoration:none;
	}
	
a:hover {
	color: #336699; text-decoration:underline;
	}
	
a.color {
	color: #376295; text-decoration:none;
	}
	
a.color:hover {
	color: #376295; text-decoration:underline;
	}

/* Class Styles */
	
.bodyText {
	color:#DECFBC;
	line-height:18px;
	}

.line {
	color:#FFFFFF;
	line-height:18px;
	}
	
