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

html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	background:url(images/noise-tile.png)
}

p{

}
a {
	text-decoration:none;
}

a:link {
	color:#006;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color:#006;
}

a.menu {
	color:#FFF;
}

a.menu:link {
	text-decoration:none;
}

a.menu:hover {
	text-decoration:underline;
}

a.menu:visited {
	color:#FFF;
}

a.sel {
	color: #72D2EF;
	font-style:oblique;
}

a.sel:link {
	text-decoration:none;
}

a.sel:hover {
	text-decoration:underline;
}

a.sel:visited {
	color: #72D2EF;
}


.selected {
	color: #72D2EF;
	font-style:oblique;
}

.unselected {
	color:#FFF;
	font-style:normal;
}

.bottom {
	font-size:12px;
	color:#009;
}

.caption {
	font-size:11px;
	color:#333;
}

.image {
	text-align:center;
}

img.icon {
	opacity: 0.5;
	filter:alpha(opacity=50);	
}

img.icon:hover {
	opacity: 1.0;
	filter:alpha(opacity=50);
}

img.selicon {
	opacity: 1.0;
}
