body, td, form, p{
	background-color : White;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Tahoma;
	font-size: 13px;
	color: #000;
}
p{
	text-align : justify;
	padding : 0 15 15 15;
	background-color: transparent;
}
h1{
	font-family: Tahoma;
	font-size: 15px;
	color: #000;
}
input {
	border : 1px solid  #D52026;
}
ul.nav{
	list-style-image : url(i/ul.jpg);
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
li.nav{
	margin-bottom: 10px;
}

ul.pj{
	list-style-image : url(i/ul.jpg);
	padding-top: 5px;
	font-size: 14px;
	
}
li.pj{
	margin-bottom: 10px;
}


/*classes*/
.search{
	color: #D52026;	
	font-weight:  bold;
	font-size: 14px;
}
.popup{
	
}

p.news{
	padding: 0 5 15 5;
	text-align: left;
}

/* link */
a.{
	color: #6A8DE5;
}
a:hover{
	color: red;
}
a.nav{
	color: #D52026;
}
a.nav:hover{
	color: #6A8DE5;
}
a.news{
 	text-decoration: none;
	color: #c0c0c0;
}
a.news:hover{
	color: #6A8DE5;
}
a.anchor{
	color: #000;
	text-decoration: none;
}
a.anchor:hover{
	color: #000;
	text-decoration: none;
}

