body{
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #221E1F;
}

a{
	color: #444444;	
}
a:hover{
	/*text-decoration: underline;*/
}

.sep, body{
	background: #000000;
}

.input{
	background-color: #636466;
	color: #FFFFFF;
	border: 0px;
}

.paneHeader{
	height: 19px;
	background:#8B8C90;
	border-bottom: 1px solid #737477;
	letter-spacing: 1px;
	padding-left: 11px;
	line-height: 19px;
	text-align: left;
	font-weight: bold;
}

.paneHeader a,.paneHeader{
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.gallery{
}
.footer{
	height: 22px;
	background:#8B8C90;
	color:#FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
	text-align:right;
	padding-right: 10px;
}

.lightPane, .rightPane  {
	background-color: #F3F3F5;
	font-weight: bold;
}
.rightPane {
	border: 1px solid #C1C3C5;
	border-bottom:0px;
}
.rightPane, .padded{
	padding: 12px;
	padding-top: 11px;
}

.darkPane {
	background:#D1D2D4;
	/*
	
	border-bottom: 1px solid #A7A9AC;
	border-left: 1px solid #A7A9AC;
	border-right: 1px solid #A7A9AC;
	*/
}

.menu {
	list-style-type: none;
	width: 181px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

.menu li{
	line-height: 16px;
	height: 16px;
	padding-left: 9px;
	margin-bottom: 9px;
	background-image: url(images/menu_bg.gif);
}

.menu li.selected{
	background-image: url(images/selected.gif);
}

.menu a{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}


.topline{
	height: 21px;
	background-color: #ED1B24;
	color: #FFFFFF;
	letter-spacing: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
.paging{font-size:11px; font-weight:bold;}
.paging a{color:#000000; text-decoration: none;}
.pagingArrows{font-family: Webdings;}
.pagingLink{text-decoration:none;}
.paging .selected{}