@charset "utf-8";
/* CSS Document */

.background {
 background: transparent url ('Pics/background.jpg') 0 0 repeat-y;
 width:780px;
}

html*.topframe {
	background:url(background-top.jpg) 0 0 repeat;
	height:196px;
}

html*.bottomframe {
	background:url(background.jpg) 0 0 repeat-x;
}

.topframe {
	background:url(background-top.jpg) 0 0 repeat;
	height:196px;
}

.bottomframe {
	position:relative;
	top:-10px;
	background:url(background.jpg) 0 0 repeat-x;

}

body {
	 background: #ffffff;
	 color:#999999;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:9px;
}

a, a.visited {
	color: #999999;
	text-decoration:none;
}

a.hover {
	color: #999999;
	text-decoration:underline;
}

