<!--
body {
	margin:					0px;
	padding:				0px;
	background-color:		#454545;
}
a {
	color:					#005DA7;
	text-decoration:		none;
}
a:hover {
	color:					#38A0F2;
	text-decoration:		none;
}
a.small_grey {
	font-size:				10px;
	color:					#ABABAB;
	text-decoration:		underline;
}
a:hover.small_grey {
	font-size:				10px;
	color:					#38A0F2;
	text-decoration:		underline;
}
a img {
	border-style: 			solid;
	border-width:			3px;
	border-color:			#D4BBBB;
	margin:					10px;
}
div.upload_div
{
	display: 				none;
	position: 				absolute;
	float:					left;
	top: 					200px; 
	left: 					400px;
	width: 					400px;
	height: 				390px;
	padding:				10px;
	border:					1px solid #D4BBBB;
	background-color:		#FFFFFF;
}
iframe.upload_frame
{
	display:				none;
	width:					400px;
	height:					300px;
}
img.news_image
{
	margin:					10px;
}
input, textarea {
	background-color:		#EEE6E6;
	border:					1px solid #AA9393;
	font-family:			Arial;
	font-size:				11px;
	color:					#5B5B5B;
}
font.small_grey {
	font-size:				10px;
	color:					#ABABAB;
}
font.big_blue {
	font-size:				20px;
	color:					#005DA7;
	font-weight:			bold;
}
font.big_red {
	font-size:				20px;
	color:					#E3001B;
	font-weight:			bold;
}
td {
	font-family: 			Arial;
	font-size:				12px;
	color:					#000000;
}
td.table_head_left {
	height:					36px;
	width:					10px;
	background:				url(./images/table_head_left.jpg) 0 100% no-repeat;
}
td.table_head_right {
	height:					36px;
	width:					10px;
	background:				url(./images/table_head_right.jpg) 0 100% no-repeat;
}
td.table_head_bg {
	height:					36px;
	vertical-align:			middle;
	text-align:				left;
	color:					#E6E6E6;
	font-weight:			bold;
	font-size:				14px;
	background:				url(./images/table_head_bg.jpg) 0 100% repeat-x;
}
td.table_content_text {
	padding:				5px 10px 5px 10px;
	text-align:				justify;
}
ul li {
	margin-bottom:			10px;
}
  div#full_screen
  {
	background-color: #FFFFFF;
	width: 100%;  
	height: 200%;
	left: 0px;
	top: 0px;
	position: absolute;
	overflow: visible;
	text-align: center;
  }
* html div#full_screen {
	width: 100%;
	height: 300%;
  }
  div#full_screen div
  {
  	overflow: visible;
  	text-align: center;
  }
  div#full_screen div img
  {
  	border: 3px solid #D4BBBB;
  }

-->
