body {
  color: #484A4B; 
  background-color: #ffffff; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
    font-size: .8em;
	margin-bottom: 20px;
}

table {
  border-spacing: 0px;
  border: 0px;
  color: #484A4B;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr.blue {
  height: 4px;
  width: 80%;
  color: #1c4ab8;
  background-color: #1c4ab8;
  margin-bottom: 0px;
}

li {
  font-size: .8em;
}

li.tall {
  margin-bottom: 15px;
}

a:visited {
  color: #0d1f8c;
  text-decoration: none;
}

a:link { 
  color: #8908db; 
  text-decoration: none; 
} 

a:hover { 
  color: #511ba8;
  text-decoration: underline; 
} 

.grey {
  color: #777777;
}

.deep_pink {
  color: #f71B82;
}

.comic {
  font-family: Comic Sans MS;
}

.em25 {
  font-size: 2.5em;
}

.strong {
  font-weight:bold;
}


  
.copyright {
  font-size: 0.8em;
  color: #1c4ab8;
  text-align: center;
}

.page_title {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #666666;

}

.block_title {
  font-weight: bold;
  margin-bottom: -10px;
}

.back_to_top {
  text-align: right;
  font-size: 0.7em;
}

a.side_links {
  background-color: white;
  padding: 5px;
}

.link_tab_block {
	width:100%;
	text-align:left;
}
.link_tab_title_outer {
	width:100%;
	text-align:center;
}
.link_tab_title {
	width:auto;
} 
.link_tab_inner {
	width:100%;
	text-align:left;
}
.link_tab_clear {
	clear:both;
}
hr.blue {
	margin-left:14%;
	width:76%;
	float:left;
}
.oscar_photo_block {
	text-align:center;
	width:100%;
	height:auto;
	font-size:11px;
	padding:5px 0px;
}
.oscar_photo_img img {
	width:100px;
	border:1px solid #333;
}
.oscar_photo_cnt {
	width:100%;
	height:22px;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
}
.oscar_photo_big_block {
	text-align:center;
	width:33%;
	height:auto;
	float:left;
	font-size:11px;
	padding:5px 0px;	
}

.oscar_photo_big_block .oscar_photo_img img {
	width:220px;
	border:1px solid #333;
}
.oscar_photo_cnt_btm {
	width:100%;
	height:auto;
	font-size:12px;
}
.oscar_photo_popup_block {
	width:80%;
	position:absolute;
	top:150px;
	left:10%;
	min-height:400px;
	height:auto !important;
	height:400px;
	background:#fff url(images/loading_popup.gif) no-repeat center center;
	border:4px solid #000;
	z-index:1000;
	display:none;
}
.oscar_photo_popup_block_inner {
	width:100%;
	float:left;
	overflow:auto;
	position:relative;
}
.oscar_photo_popup_block_outer {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	display:none;
	z-index:900;
	opacity:0.6;
	filter:alpha(opacity=60);
	background:#000;
}
.oscar_photo_popup_close {
	float:right;
	width:60px;
	opacity:0.8;
	position:absolute;
	right:0px;
	top:0px;
	z-index:1100;
	cursor:pointer;
	font-weight:bold;
	line-height:25px;
	font-size:15px;
	text-align:center;
	filter:alpha(opacity=80);
	background:#fff;
}
.back_end_loading {
	height:400px;
	width:400px;
	display:none;
	background:#fff url(images/loading_popup.gif) no-repeat center center;
}
.exp_opn_detail {
	float:left;
	width:100%;
}
.exp_opn_detail img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.exp_opn_thumb img {
	border:0px solid #000;
}
.popup_block {
	width:80%;
	position:absolute;
	top:150px;
	left:10%;
	min-height:400px;
	height:auto !important;
	height:400px;
	background:#fff;
	border:4px solid #000;
	z-index:1000;
	display:none;
}
.popup_block_inner {
	width:96%;
	float:left;
	padding:2%;
	overflow:auto;
	position:relative;
}
.popup_block_outer {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	display:none;
	z-index:900;
	opacity:0.6;
	filter:alpha(opacity=60);
	background:#000;
}
.popup_close {
	float:right;
	width:60px;
	opacity:0.8;
	position:absolute;
	right:0px;
	top:0px;
	z-index:1100;
	cursor:pointer;
	font-weight:bold;
	line-height:25px;
	font-size:15px;
	text-align:center;
	filter:alpha(opacity=80);
	background:#fff;
}
.floated_img {
	float:left;
	margin:0px 10px 10px 0px;
}