/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002B54;
	margin-top: 20px !important;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #009EFF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 24px;
	color: #0000FF;
	text-align: center;
}
h2 {
	font-size: 18px;
	color: #4185af;
	text-align: left;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

hr {
	width:95%;
	size:1px;
	color:#CCCCCC;
	text-decoration: none;
	height: 1px;
}

li	{
	list-style-type: square;
	}

.10pixeli {
	font-size: 10px !important;
}

.10jos
{
	margin-bottom: 4px !important;
}

.albbold
{
	color:#FFFFFF;
	font-weight: bold;
	margin-bottom: 10px !important;	
}
	
.rosuinkis
{
	color:#CC0005;
	font-weight: bold;
}
	
/* FORMS */
form p {
	margin: 0;
}
.alb {
	color: #FFFFFF;
}
a.alb:link, a.alb:visited	{
	color: #FFFFFF;
}
a.alb:visited {
	color: #FFFFFF; text-decoration:underline;
}

label {
	display: block;
}

input, textarea, select {	
	border: 1px solid #254f72;
	color: #254f72;
}
.button {
	background-color: #254f72;
	color: #7eacd6;
}
.form-row-set label, .form-row-set-error label {
	display: inline;
	white-space: nowrap;
}

