body{
	margin:0;
	padding:0;
}

td{
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#6562ac;
	vertical-align:top;
}

.title{
	font-size:14px;
	font-weight:bold;
}

a:link,a:visited,a:active,a:hover{
	color:#6562ac;
	text-decoration:none
}

a:link.grayLink,a:visited.grayLink,a:active.grayLink{
	color:#999999;
	text-decoration:none;
}
a:hover.grayLink{
	text-decoration:underline;
}

.search{
	width:140px;
	height:17px;
	font-size:10px;
	color:#6562ac;
	border:1px solid #6562ac;;
}

.searchBtn{
	background-image:url('../graphics/0.png'); 
	background-color:transparent; 
	background-repeat:repeat;
	border:0px; 
	font-family:Tahoma; 
	font-size:11px;
	font-weight:bold; color:#6562ac; 
	text-align:left; 
	width:55px; 
	height:18px;
	vertical-align:top;
	margin-left:5px;
}

.news_title{
	font-weight:normal;
}


/* gallery */
.gallery_thumb_container {
	margin:0px 5px 15px 5px;
	/*width:126px;
	height:145px;*/
	float:left;
	border:0px solid #333333;
}
.gallery_thumb_bgr {
	border:0px solid #CDCDCD;
	background-color:#edeff5;
	/*
	margin:auto;
	width:126px;
	height:126px;*/
}
.gallery_thumb {
	border:0px;
	/*margin:auto;
	max-width:126px;
	max-height:126px;*/
	/*width:126px;
	height:126px;*/
}

.borderTrue{
	border:1px solid #FF0000;
}