@charset "UTF-8";

body {
	background-color: #000000;
	}

.link {
	color: #888888;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	padding-bottom: 5px;
	text-decoration: none;
	}

.link:hover {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-decoration: underline;
	}

.fakelink {
	color: #888888;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	padding-bottom: 5px;
	text-decoration: none;
	}

.link_selected {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	padding-bottom: 5px;
	font-style: italic;
	text-decoration: none;
	}

.link_selected:hover {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-decoration: underline;
	}
	
.nolink_selected_nounderline {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	padding-bottom: 5px;
	font-style: italic;
	text-decoration: none;
	}
	
.caption {
	background-color: #2d2d2d;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	font-style: normal;
	}

.overlay {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	font-style: normal;
	padding-right: 20px;
	}

.link_dark {
	color: #222222;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	padding-bottom: 5px;
	text-decoration: none;
	}

.link_dark:hover {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-decoration: none;
	}

.black {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	padding-bottom: 5px;
	text-decoration: none;
	}


