body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../../images/bs09_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	line-height: 18px;
}

td {
	text-align:left;
}
.content_bkg {
	background-image: url(../../images/bs09_12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_bkg_admin {
	padding-left:30px;
	padding-right:30px;
	background-image: url(../../images/bs09_12_admin.jpg);

	background-position: left top;
	height:300px;
	vertical-align:top;
}
.txt_hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}
.txt_news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #355190;
}


a {
	color: #2523BF;
}

a img{
	border:0;
}

.button {
	padding: 5px 10px 5px 10px;
	border: 1px solid #000000;
	background-color:#DFDFDF;
}

.button:hover {
	background-color: #CCFEFD;
}

.button a {
	color: #000000;
	text-decoration:none;
}

.content {
	
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}


.admin_nav {
	vertical-align:bottom;
	background-image: url(../../images/admin_nav_bkg.jpg);
}

.admin_nav a {
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	
	text-decoration:none;
}

.list_table  {
	border-collapse: collapse;
	border: 1px solid #000000;
}

.list_table .tr0 {
	background-color:#DFDFDF;
}
.list_table .tr1 {
	background-color:#C8C8C8;
}

.list_table .tr0:hover, .list_table .tr1:hover {
	background-color:#CCFEFD;
}

.list_table td {
	height:35px;
	padding:3px;
	border: 1px solid #000000;
}

.list_table thead {
	background-color:#7A7675;
}

.list_table th {
	text-align:left;
	color: #ffffff;
	padding:3px;
	font-size: 16px;
	border: 1px solid #000000;
}

.list_table .thead {
	text-align:left;
	color: #ffffff;
	padding:3px;
	font-size: 16px;
	border: 1px solid #000000;
	background-color:#7A7675;
	font-weight: bold;
	vertical-align:center;
}



