/* NAVIGATION ELEMENTS */

#navigation {
	list-style-type: none;
	float: left;
	clear: left;
	width: 170px;
}
	
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	padding-top: 0px;
	float: left;
	clear: both;
	text-indent: 15px;
}

#navigation a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE3FA;
	padding: 3px;
}

#navigation a:link, #navlist a:visited {
	color:#003399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 170px;
	background-image: url(../images/left_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2% 50%;
}
		
#navigation a:hover {
	background-color: #4A77E8;
	color:#FFFFFF;
	background-image: url(../images/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: 2% 50%;
}

body {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	font-family: arial, verdana, sans-serif;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_ozenis.jpg);
	background-repeat: repeat-x;
}
form {
	margin: 0px;
}
input {
	font-size: 10px;
	line-height: 18px;
}
p {
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    font-family: arial, verdana, sans-serif;
}
td {
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    font-family: arial, verdana, sans-serif;
}
ul {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	font-family: arial, verdana, sans-serif;
}
li {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	font-family: arial, verdana, sans-serif;
}
a:link {
    color: #9B0033;
	text-decoration: none;
}
a:visited {
    color: #9B0033;
	text-decoration: none;
}
a:active {
    color: #9B0033;
	text-decoration: none;
}
a:hover {
    color: #9B0033;
	text-decoration: underline;
}
.pagetitlee {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #019DCA;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FF6600;
}