.pealkiri{
	font-size : 14px;
	font-family : "Arial, Helvetica, sans-serif";
	font-style : normal;
	font-weight : bold;
	color: #E65C2B;
}
A.pealkiri, A:LINK.pealkiri, A:VISITED.pealkiri, A:ACTIVE.pealkiri, A:HOVER.pealkiri{
	color: #E65C2B;
	text-decoration: none;
}
h1{
	font-size : 14px;
	font-family : "Arial, Helvetica, sans-serif";
	font-style : normal;
	font-weight : bold;
	color: #E65C2B;
}
A, A:LINK, A:VISITED, A:ACTIVE{
	color: #757575;
	text-decoration: none;
}
A:HOVER{
	color: #E65C2B;
	text-decoration: none;
}
HR {
	border : solid #E5E5E5;
	width : 100%;
	height: 1px;
}
.test
{
	border: 1px solid;
	border-bottom-color : #E0E0E5;
	border-left-color : #C5C4CE;
	border-right-color : #E0E0E5;
	border-top-color : #C5C4CE;
}
input, select
{
	background=#FFFFFF;
	color: #0B40B3;
	font-weight: none;
	text-decoration: none;
	border: 1px solid;
	font-size:11px;
	font-family : "Trebuchet MS";
	width:165;
	border-bottom-color : #E0E0E5;
	border-left-color : #C5C4CE;
	border-right-color : #E0E0E5;
	border-top-color : #C5C4CE;
}
textarea
{
	color: #0B40B3;
	font-weight: none;
	text-decoration: none;
	border: 1px solid;
	border-bottom-color : #E0E0E5;
	border-left-color : #C5C4CE;
	border-right-color : #E0E0E5;
	border-top-color : #C5C4CE;
	font-size:11px;
	font-family : "Trebuchet MS";
	width:165;
	height:80;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
}
.oldbody {
	background-color: #EFEEDB;
}