.bar_struct{

	border-right: 1px solid #cccccc;


}
.bar{
	font-family:   Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	border: 1px solid #666666;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


.heading{
	font-family:   Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;	
}

.hr{
	width: 100%;
	color: #000000;
	height: 1px;
}

.app_input{
	border-bottom: 1px dotted #000000;
	font-family:   Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}

.news{
	border: 0px;
	width: 150px;
	padding: 2px;
	cursor: pointer;
	margin: 0;
	border-collapse: collapse;
}

.news_head{
	background-color: #CFE0F4;
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif; 
	margin: 0;
}

.news_head_date{
	color: #000000;
}

.news_head_title{
	color: #000000;
	font-weight: bold;
}

.news_item{
	color: #000000;
	background-color: #E2E7EC;
	font-weight: normal;
}
/*a.news_item{
	color: #000000;
	font-weight: 0;
	text-decoration: none;
}*/




a{
	color: #3285AD;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

table{
	font-family:   Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000000;
	empty-cells: show;
}

body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;

		
}
input{
	background-color: #CFE0F4;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	color: #686262;
	border: 1px solid #000066;
}

textarea{
	background-color: #CFE0F4;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	color: #686262;
	border: 1px solid #000066;
}

.button{
	font-size: 11px;
	font-family: verdana, Helvetica, Sans-serif;
	color: #333333;
	border: 1px solid #666666;
}
tr.caption td{
	vertical-align: top;
	padding-bottom: 8px;
}
body#caption div{
	padding: 2px;
	text-align: center;
}
body#caption div p{
	font-family:   Verdana, Helvetica, Sans-serif;
	font-size: 11px;
}