body {
	background-color:#dddddd;
	background-image: url(images/camouflage.jpg);
	font-family:tahoma;
	font-size:12pt;
}

button, input.button {
	background-image: url(images/button.gif);
	border: 1px solid #999;
	height:18px;
	font-family:tahoma,verdana;
	font-size:11px
}


input[type=text] {
	background-color: #f3f3f3;
	border: 1px solid #909090;
	height:20px;
	font-family: tahoma;
	font-weight:bold;
	font-size: 10pt;
	padding-right: 2px;
	padding-left: 2px;
}

input[type=password] {
	background-color: #f3f3f3;
	border: 1px solid #909090;
	height:20px;
	font-family: tahoma;
	font-weight:bold;
	font-size: 10pt;
	padding-right: 2px;
	padding-left: 2px;
}



select {
	border: 1px solid #909090;
	height:20px;
	font-family:tahoma;
	font-size:10pt;
	background-color: #f3f3f3;
}

option {
	font-family:tahoma;
	font-size:10pt;
	background-color: #f3f3f3;
}

h2 {
	font-family: tahoma;
	font-variant: small-caps; 
	font-weight:bold;
	font-size:16px;
	font-style: italic;
	line-height:20px;
	text-align: center;
	letter-spacing: 0.1em;
}

h3 {
	font-family: tahoma;
	font-variant: small-caps; 
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	text-align: center;
	letter-spacing: 0.1em;
}


.norm { 
	text-align: justify; 
	text-indent: 0px; 
	font-size: 13px; 
	line-height: 18px; 
	font-family: tahoma; 
}

.bold { 
	text-align: justify; 
	text-indent: 0px; 
	font-size: 13px; 
	font-weight:bold;
	line-height: 18px; 
	font-family: tahoma; 
}


.italic { 
	text-align: justify; 
	text-indent: 0px; 
	font-size: 13px; 
	font-style:italic;
	line-height: 18px; 
	font-family: tahoma; 
}


.center {
	text-align: center; 
	text-indent: 0px; 
	font-size: 13px; 
	line-height: 18px; 
	font-family: tahoma; 
}


.rose {
	background-color:#e9967a;
	font-weight:bold;
	border: solid 1px #c77458;
	padding:3px
}

.footer { 
	text-align:center;
	text-indent:0px;
	line-height: 14px;
	font-family:tahoma;
	font-size:11px;
}


.small { 
	text-align:justify;
	text-indent:0px;
	line-height: 14px;
	font-family:tahoma;
	font-size:11px; 
}


.alert {
	margin-top:3cm;
	width:500px;
	border: 1px solid #909090;
	padding:10px;
	font-family:tahoma;
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	color: #ff0000;
	background-color: #ffd700;
}

textarea {
	border:solid 1px #7a7a7a;
	background-image: url(images/kratka.gif);
	font-family:tahoma;
	font-size:13px;
	padding:5px;
}

table {
	border-collapse:collapse;
	border-style: solid;
	border-color: #777777;
	padding:5px;
}



th { 
	text-align: center;
	vertical-align:middle;
	text-indent: 0px; 
	color: #ff0000;
	background-color: #ffd700;
	font-family: tahoma; 
	font-size: 16pt;
	line-height: 26px;
	letter-spacing:2px;
	font-weight:bold;
}

td { 
	text-align: justify;
	font-family: tahoma; 
	font-size: 9pt;
	line-height: 14pt;
	background-color: #f8f8f8;
}


ol, ul { 
	text-align: justify; 
	margin-left: 10px; 
	text-indent: 0px; 
	line-height: 18px; 
	font-family: tahoma; 
	font-size: 13px;
}



a:visited { 
	text-decoration: none; 
	color: #00418A
}

a:link	{ 
	text-decoration: none;
	color: #00418A
}

a:hover	 { 
	color: #E60005;
	border-bottom: none;
}


a.red:visited { 
	text-decoration: none; 
	color: #E60005
}

a.red:link	{ 
	text-decoration: none;
	color: #E60005
}

a.red:hover	 { 
	color: #00418A;
	border-bottom: none;
}
