body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #231f20;
	text-align: left;
	background-color: #FFF;
	background-image: url(../images/layout/tile.gif);
	background-repeat: repeat-x;
}

A:link { 
	color: #b32017; 
	text-decoration: none; 
	font-weight:bold;
}

A:visited { 
	color:#b32017; 
	text-decoration: none; 
	font-weight:bold;
}

A:hover { 
	color: #b32017; 
	text-decoration: underline; 
	font-weight:bold;
}

#wrapper { 
	 margin: 0 auto;
	 width: 934px;
}

#content {
	 position: relative;
	 padding: 0px;
	 border: 0px;
 	 margin: 0px;
	 width: 934px;
	 float: left;
	 background-image: url(../images/layout/body_tile.gif);
	 background-repeat: repeat-y;
}

td.middle {
	 background-image: url(../images/layout/mid_tile.gif);
	 background-repeat: repeat-x;
}

td.text {
	 padding: 20px;
}

td.footer {
	 background-image: url(../images/layout/footer_tile.gif);
	 background-repeat: repeat-y;
}

img {
	border: none;
}

form {
	display: inline;
}
