@media screen
{
/* GLOBAL DEFINITIONS */
body {
	font-size: 1em;
	font-family: Tahoma, Arial, bitstream vera sans, sans-serif;
	margin: 0;
	padding: 0;
	/*height: 100%*/
	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
	/*background-color: #d9d9d9;*/
	background: #d2d2ff/*#d2d2ff*/ /*url('../graphics/server.png') repeat*/;
}
hr {color: #ffffff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #d2d2ff;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

h1	{	font-family: arial, tahoma, bitstream vera sans, sans-serif;
		font-weight: bold;
		font-size: 1.2em;
		color: #273482;
		margin-top: 0;
		margin-bottom: 0.5em;
		padding: 0;
}		
		
acronym {	font: normal 1em tahoma, 'bitstream vera sans', arial, sans-serif;
			cursor: help; }

/* WEBAPP HEADER CONTAINER */
#header {
	background-color: #fff;
	height: 80px;
	background: #ffffff url('../graphics/logo_outline.jpg') no-repeat top right;
}
#header img {
	border: 0;
	vertical-align: middle;
}
#header-logo {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 20px;
	top: 3px;
	z-index: 3;
}
#header-logo img {
	/*width: 183px;
	height: 95px;*/
}
#header-title {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 220px;
	top: 10px;
	z-index: 3;
	color: #016fc4;
	font-family: Arial, Tahoma, bitstream vera sans, sans-serif;
	font-weight: bold;
}
#header-title img {
	width: 250px;
	height: 50px;
}
#header-items {
	/* position is offset by the header padding amount */
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	display: inline;
	color: #000000;
	font-size: 0.7em;
	z-index: 10;
	/*background: #c3c3c3;*/
}
#header-items a {
	color: #273482;
	text-decoration: none;
	padding: 0.2em;
	font-size: 1em;
	font-weight: bold;
}
#header-items a:hover {
	color: #221e1f;
	cursor: pointer;
	text-decoration: underline;
}
#header-items img {
	margin-right: 1px;
	width: 36px;
	height: 36px;
}



/* WEBAPP LEFT MENU CONTAINER */
#menu {
	position: absolute;
	z-index: 2;
	width: 15em;
	/* Space down for the approx line height (fonts) */
	/*left: 12px;*/
	left: 1em;
	top: 80px;
	/* add to the top margin to compensate for the fixed sizes */
	margin-top: 1.2em;
	color: #555;
	font-size: 0.7em;
	font-weight: bold;
	/*font-size: 0.9em;*/
	/*min-width: 125px;*/
}

/* WEBAPP LEFT MENU NAVIGATION */
#menu-nav { 
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #221e1f;
	border-bottom: 1px solid #273482;
	border-left: 1px solid #221e1f;
	border-right: 1px solid #221e1f;
	
	/*border-top: 0;*/
	/*background-color: #22437f;*/
	background-color: #273482; /* osnovno barvno ozadje menija */
}
#menu-nav li {
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #273482;*/
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #221e1f;
}
#menu-nav a {
	margin: 0;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#menu-nav a:hover {
	color: #ffffff;
	background: #221e1f;
}

table#tecajnica {
	position: absolute;
	z-index: 2;
	width: 15em;
	/* Space down for the approx line height (fonts) */
	/*left: 12px;*/
	left: 1em;
	/*top: 22em;*/
	top: 270px; /* to spremeni, če dodaš nov menu element */
	/* add to the top margin to compensate for the fixed sizes */
	/*margin-top: 2.2em;*/
	color: #555;
	font-size: 0.7em;
	font-weight: normal;
	border-spacing: 0px;
	border-right: 1px solid #221e1f;
	border-bottom: 1px solid #221e1f;
}

table#tecajnica th {
					font-weight: normal;
					color: #fff;
					background: #273482;
					border-left: 1px solid #221e1f;
					border-top: 1px solid #221e1f;
					margin: 0;
					padding: 4px;
}

table#tecajnica td {
					margin: 4px;
					border-left: 1px solid #221e1f;
					border-top: 1px solid #221e1f;
					padding: 0.3em;
					color: #000;
					background: #ffffff;
}

table#tecajnica td#red {
					margin: 4px;
					border-left: 1px solid #221e1f;
					border-top: 1px solid #221e1f;
					padding: 0.3em;
					color: red;
}

table#tecajnica td#green {
					margin: 4px;
					border-left: 1px solid #221e1f;
					border-top: 1px solid #221e1f;
					padding: 0.3em;
					color: green;
}

table#tecajnica a {
	margin: 0;
	color: #273482;
	text-decoration: none;
	/*padding: 4px 6px;*/
}
table#tecajnica a:hover {
	/*background: #273482;*/
	text-decoration: underline;
	color: #221e1f;
}




#tecajnica_footer {
	position: absolute;
	z-index: 2;
	width: 15em;
	/* Space down for the approx line height (fonts) */
	/*left: 12px;*/
	left: 1em;
	/*top: 26.5em;*/
	top: 320px; /* to spremeni, če dodaš nov menu element */
	text-align: right;
	/* add to the top margin to compensate for the fixed sizes */
	/*margin-top: 2.2em;*/
	color: #a0a0a0;
	font-size: 0.7em;
	font-weight: normal;
	border-spacing: 0px;
	font-family: tahoma, 'bitstream vera sans', arial, sans-serif;
	/*border: 1px solid #221e1f;*/
}



/* WEBAPP MAIN CONTENT CONTAINERS */
/* rounded corners containers*/
#bl {background: url('../graphics/main-bl.jpg') 0 100% no-repeat #ffffff; /*width: 10em*/}
#br {background: url('../graphics/main-br.jpg') 100% 100% no-repeat}
#tl {background: url('../graphics/main-tl.jpg') 0 0 no-repeat}
#tr {background: url('../graphics/main-tr.jpg') 100% 0 no-repeat;
	padding-top: 0;
	padding-bottom: 1.6em; /* s tem parametrom odpravimo linijo pri dnu zavihkov */
	padding-left: 1.2em;
	padding-right: 1.2em;
	}
#clear {font-size: 1px; height: 1px; background: #d2d2ff; }




#main {
	font-size: 0.8em;
	width: auto;
	min-width: 120px;
	/*min-height: 300px;*/
	
	/*min-height: 330px;*/
	margin: 1.2em;
	margin-left: 15em;
	/*padding: 1.2em;*/
	border: 0px;
	background-color: #fff;
	position: relative;
	/*text-align: justify;*/
	/*top: 0;*/
	z-index: 1;
	text-align: justify;
	font-family: Arial, Tahoma, bitstream vera sans, sans-serif;
}

#main a {
	margin: 0;
	color: #273482;
	text-decoration: none;
	/*padding: 4px 6px;*/
}
#main a:hover {
	/*background: #273482;*/
	text-decoration: underline;
	color: #221e1f;
}

#naslov {	width: auto;
			margin: 0;
			margin-bottom: 0.5em;
			text-align: left;
			text-transform: uppercase;
			font-weight: bold;
			font-family: Arial, Tahoma, bitstream vera sans, sans-serif;
			font-size: 1.3em;
			color: #273482;
			background-color: #fff; }


#podnaslov {width: auto;
			margin: 0;
			margin-bottom: 0.5em;
			text-align: left;
			font-weight: bold;
			font-family: Arial, Tahoma, bitstream vera sans, sans-serif;
			font-size: 1.1em;
			color: #273482;
			background-color: #fff; }

table#table_text {	font: normal 1em Arial, Tahoma, bitstream vera sans, sans-serif;
				border: #d2d2ff 1px solid;
				background: #ececff;
				padding: 0.4em;
				width: auto;
				margin-bottom: 1em;
				/*margin-top: 10%*/
				/*position: auto;*/ }

table#table_text td {	vertical-align: top;
}

/* LOGIN FORM */
#login {	top: 0px;
			left: 0px;
			position: relative;
			margin-top: 0;
			margin-left: 0;
}

table#dialog {	border: 1px solid #d2d2ff; /*#c0c0c0;*/
				background: #ececff;
				font-size: 0.85em; /* table, ki je parent element v odnosu do body elementa,
									 če ne damo nič potem bo defaultni font (velik) */
				font-family: tahoma, 'bitstream vera sans', arial, sans-serif;
}
table#dialog td {	background: #ececff;
					margin: 5px;
					padding: 0.5em 1em 0em 0.5em; /* oddaljenost posameznih celic od ostalih */
					color: #000000;
					vertical-align: top;
					
}

table#dialog td#naslov_form {	background: #ececff;
								font-family: arial, tahoma, 'bitstream vera sans', sans-serif;
								font-size: 1.2em;
								font-weight: bold;
								color: #000000;
								vertical-align: middle;
}

table#dialog td#commands {	background: #ececff;
							padding: 1em 1em 1em 0em; /* večji razmak med zadnjo vrstico celic in gumbi */
}
#textfield_login {	border: #a0a0a0 1px solid;
					font-size: 1em;
					font-family: tahoma, 'bitstream vera sans', arial, sans-serif;
					color: #000000;
					background-color: #ffffff;
					/*text-transform: uppercase;*/
					width: 14.5em;
}

#textfield {	border: #a0a0a0 1px solid;
				font: normal 1em tahoma, 'bitstream vera sans', arial, sans-serif;
				color: #000000;
				background-color: #ffffff;
}



input#button {	border: #221e1f 1px solid;
				/*font-size: 11px;*/
				width:6em;
				height: 2em;
				color: #ffffff;
				font-family: tahoma, 'bitstream vera sans', arial, sans-serif;;
				background: #273482;
				font-size: 1em;
}

input#button_list {	border: #221e1f 1px solid;
				/*font-size: 11px;*/
				width:6em;
				height: 1.6em;
				color: #ffffff;
				font-family: tahoma, 'bitstream vera sans', arial, sans-serif;;
				background: #273482;
				font-size: 1em;
}

table#tabela {	/*border: 1px solid silver;*/ /*#c0c0c0;*/
				border-spacing: 0px;
				background: #f6f6f6;
				font-size: 0.85em; /* table, ki je parent element v odnosu do body elementa,
									 če ne damo nič potem bo defaultni font (velik) */
				font-family: tahoma, 'bitstream vera sans', arial, sans-serif;
				border-right: 1px solid #d2d2ff;
				border-bottom: 1px solid #d2d2ff;
}
table#tabela th	{	/*font-size: 0.85em;*/
					font-weight: BOLD;
					color: #000;
					background: #d2d2ff;
					border-left: 1px solid #d2d2ff;
					border-top: 1px solid #d2d2ff;
					margin: 0;
					padding: 4px;
}
table#tabela tr#odd {	background: #ececff;
}
table#tabela tr#even {	background: #ffffff;
}
table#tabela td {	/*background: #f6f6f6;*/
					margin: 4px;
					/*padding: 0.5em 1em 0em 0.5em;*/ /* oddaljenost posameznih celic od ostalih */
					/*border: 1px solid silver;*/
					border-left: 1px solid #d2d2ff;
					border-top: 1px solid #d2d2ff;
					padding: 0.3em;
}

#pozor {	border: 1px solid #d2d2ff;
			width: 47.5em;
			padding: 1em;
			background: #ececff;
			line-height: 1.4em;
			text-align: justify;
			font-family: tahoma, 'bistream vera sans', arial, sans-serif;
			color: #a0a0a0;
			font-size: 0.85em;  }


#dropdown {	border: #a0a0a0 1px solid;
			font: normal 1em tahoma, 'bitstream vera sans', arial, sans-serif;
			color: #000000;
			background-color: #ffffff;
}


/* FOOTER */
#footer {	margin-left: 14.5em;
			padding-bottom: 1.2em;
			margin-top: 0.5em;
			text-align: center;
			font-size: 0.7em;
			color: #a0a0a0;
}

#footer a {
	margin: 0;
	color: #273482;
	text-decoration: none;
	/*padding: 4px 6px;*/
}
#footer a:hover {
	/*background: #273482;*/
	text-decoration: underline;
	color: #221e1f;
}
} /* @media screen */



@media print
{
/* GLOBAL DEFINITIONS */
body {
	font-size: 1em;
	font-family: Tahoma, Arial, bitstream vera sans, sans-serif;
	margin: 0;
	padding: 0;
	/*height: 100%*/
	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
	/*background-color: #d9d9d9;*/
	background: #d2d2ff /*url('../graphics/server.png') repeat*/;
}
hr {color: #ffffff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #d2d2ff;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

h1	{	font-family: arial, tahoma, bitstream vera sans, sans-serif;
		font-weight: bold;
		font-size: 1.2em;
		color: #273482;
		margin-top: 0;
		margin-bottom: 0.5em;
		padding: 0;
}		
		
acronym {	font: normal 1em tahoma, 'bitstream vera sans', arial, sans-serif;
			cursor: help; }

/* WEBAPP HEADER CONTAINER */
#header {
	background-color: #fff;
	height: 80px;
	background: #ffffff url('../graphics/logo_outline.jpg') no-repeat top right;
}
#header img {
	border: 0;
	vertical-align: middle;
}
#header-logo {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 20px;
	top: 3px;
	z-index: 3;
}
#header-logo img {
	/*width: 183px;
	height: 95px;*/
}
#header-title {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 220px;
	top: 10px;
	z-index: 3;
	color: #016fc4;
	font-family: Arial, Tahoma, bitstream vera sans, sans-serif;
	font-weight: bold;
}
#header-title img {
	width: 250px;
	height: 50px;
}
#header-items {
	/* position is offset by the header padding amount */
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	display: inline;
	color: #a0a0a0;
	font-size: 0.7em;
	z-index: 10;
	/*background: #c3c3c3;*/
}
#header-items a {
	color: #273482;
	text-decoration: none;
	padding: 0.2em;
	font-size: 1em;
	font-weight: bold;
}
#header-items a:hover {
	color: #221e1f;
	cursor: pointer;
	text-decoration: underline;
}
#header-items img {
	margin-right: 1px;
	width: 36px;
	height: 36px;
}



/* WEBAPP LEFT MENU CONTAINER */
#menu {
	position: absolute;
	z-index: 2;
	width: 14em;
	/* Space down for the approx line height (fonts) */
	/*left: 12px;*/
	left: 1em;
	top: 80px;
	/* add to the top margin to compensate for the fixed sizes */
	margin-top: 1.2em;
	color: #555;
	font-size: 0.7em;
	font-weight: bold;
	/*font-size: 0.9em;*/
	/*min-width: 125px;*/
}

/* WEBAPP LEFT MENU NAVIGATION */
#menu-nav { 
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #221e1f;
	border-bottom: 1px solid #273482;
	border-left: 1px solid #221e1f;
	border-right: 1px solid #221e1f;
	
	/*border-top: 0;*/
	/*background-color: #22437f;*/
	background-color: #273482; /* osnovno barvno ozadje menija */
}
#menu-nav li {
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #273482;*/
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #221e1f;
}
#menu-nav a {
	margin: 0;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#menu-nav a:hover {
	color: #ffffff;
	background: #221e1f;
}

table#tecajnica {
	position: absolute;
	z-index: 2;
	width: 15em;
	/* Space down for the approx line height (fonts) */
	/*left: 12px;*/
	left: 1em;
	/*top: 22em;*/
	top: 270px;
	/* add to the top margin to compensate for the fixed sizes */
	/*margin-top: 2.2em;*/
	color: #555;
	font-size: 0.7em;
	font-weight: normal;
	border-spacing: 0px;
	border-right: 1px solid #221e1f;
	border-bottom: 1px solid #221e1f;
}

table#tecajnica th {
					font-weight: normal;
					color: #fff;
					background: #273482;
					border-left: 1px solid #221e1f;
					border-top: 1px solid #221e1f;
					margin: 0;
					padding: 4px;
}

table#tecajnica td {
					margin: 4px;
					border-left: 1px solid #221e1f;
					border-top: 1px solid #221e1f;
					padding: 0.3em;
					color: #000;
					background: #ffffff;
}

table#tecajnica td#red {
					margin: 4px;
					border-left: 1px solid #221e1f;
					border-top: 1px solid #221e1f;
					padding: 0.3em;
					color: red;
}

table#tecajnica td#green {
					margin: 4px;
					border-left: 1px solid #221e1f;
					border-top: 1px solid #221e1f;
					padding: 0.3em;
					color: green;
}

table#tecajnica a {
	margin: 0;
	color: #273482;
	text-decoration: none;
	/*padding: 4px 6px;*/
}
table#tecajnica a:hover {
	/*background: #273482;*/
	text-decoration: underline;
	color: #221e1f;
}




#tecajnica_footer {
	position: absolute;
	z-index: 2;
	width: 15em;
	/* Space down for the approx line height (fonts) */
	/*left: 12px;*/
	left: 1em;
	/*top: 26.5em;*/
	top: 320px;
	text-align: right;
	/* add to the top margin to compensate for the fixed sizes */
	/*margin-top: 2.2em;*/
	color: #a0a0a0;
	font-size: 0.7em;
	font-weight: normal;
	border-spacing: 0px;
	font-family: tahoma, 'bitstream vera sans', arial, sans-serif;
	/*border: 1px solid #221e1f;*/
}



/* WEBAPP MAIN CONTENT CONTAINERS */
/* rounded corners containers*/
#bl {background: url('../graphics/main-bl.jpg') 0 100% no-repeat #ffffff; /*width: 10em*/}
#br {background: url('../graphics/main-br.jpg') 100% 100% no-repeat}
#tl {background: url('../graphics/main-tl.jpg') 0 0 no-repeat}
#tr {background: url('../graphics/main-tr.jpg') 100% 0 no-repeat;
	padding-top: 0;
	padding-bottom: 1.6em; /* s tem parametrom odpravimo linijo pri dnu zavihkov */
	padding-left: 1.2em;
	padding-right: 1.2em;
	}
#clear {font-size: 1px; height: 1px; background: #d2d2ff; }




#main {
	font-size: 0.8em;
	width: auto;
	min-width: 120px;
	/*min-height: 300px;*/
	
	/*min-height: 330px;*/
	margin: 1.2em;
	margin-left: 14.5em;
	/*padding: 1.2em;*/
	border: 0px;
	background-color: #fff;
	position: relative;
	/*text-align: justify;*/
	/*top: 0;*/
	z-index: 1;
	text-align: justify;
	font-family: Arial, Tahoma, bitstream vera sans, sans-serif;
}

#main a {
	margin: 0;
	color: #273482;
	text-decoration: none;
	/*padding: 4px 6px;*/
}
#main a:hover {
	/*background: #273482;*/
	text-decoration: underline;
	color: #221e1f;
}

#naslov {	width: auto;
			margin: 0;
			margin-bottom: 0.5em;
			text-align: left;
			text-transform: uppercase;
			font-weight: bold;
			font-family: Arial, Tahoma, bitstream vera sans, sans-serif;
			font-size: 1.3em;
			color: #273482;
			background-color: #fff; }


#podnaslov {width: auto;
			margin: 0;
			margin-bottom: 0.5em;
			text-align: left;
			font-weight: bold;
			font-family: Arial, Tahoma, bitstream vera sans, sans-serif;
			font-size: 1.1em;
			color: #273482;
			background-color: #fff; }

table#table_text {	font: normal 1em Arial, Tahoma, bitstream vera sans, sans-serif;
				border: #d2d2ff 1px solid;
				background: #ececff;
				padding: 0.4em;
				width: auto;
				margin-bottom: 1em;
				/*margin-top: 10%*/
				/*position: auto;*/ }

table#table_text td {	vertical-align: top;
}

/* LOGIN FORM */
#login {	top: 0px;
			left: 0px;
			position: relative;
			margin-top: 0;
			margin-left: 0;
}

table#dialog {	border: 1px solid #d2d2ff; /*#c0c0c0;*/
				background: #ececff;
				font-size: 0.85em; /* table, ki je parent element v odnosu do body elementa,
									 če ne damo nič potem bo defaultni font (velik) */
				font-family: tahoma, 'bitstream vera sans', arial, sans-serif;
}
table#dialog td {	background: #ececff;
					margin: 5px;
					padding: 0.5em 1em 0em 0.5em; /* oddaljenost posameznih celic od ostalih */
					color: #000000;
					vertical-align: top;
					
}

table#dialog td#naslov_form {	background: #ececff;
								font-family: arial, tahoma, 'bitstream vera sans', sans-serif;
								font-size: 1.2em;
								font-weight: bold;
								color: #000000;
								vertical-align: middle;
}

table#dialog td#commands {	background: #ececff;
							padding: 1em 1em 1em 0em; /* večji razmak med zadnjo vrstico celic in gumbi */
}
#textfield_login {	border: #a0a0a0 1px solid;
					font-size: 1em;
					font-family: tahoma, 'bitstream vera sans', arial, sans-serif;
					color: #000000;
					background-color: #ffffff;
					/*text-transform: uppercase;*/
					width: 14.5em;
}

#textfield {	border: #a0a0a0 1px solid;
				font: normal 1em tahoma, 'bitstream vera sans', arial, sans-serif;
				color: #000000;
				background-color: #ffffff;
}



input#button {	border: #221e1f 1px solid;
				/*font-size: 11px;*/
				width:6em;
				height: 2em;
				color: #ffffff;
				font-family: tahoma, 'bitstream vera sans', arial, sans-serif;;
				background: #273482;
				font-size: 1em;
}

input#button_list {	border: #221e1f 1px solid;
				/*font-size: 11px;*/
				width:6em;
				height: 1.6em;
				color: #ffffff;
				font-family: tahoma, 'bitstream vera sans', arial, sans-serif;;
				background: #273482;
				font-size: 1em;
}

table#tabela {	/*border: 1px solid silver;*/ /*#c0c0c0;*/
				border-spacing: 0px;
				background: #f6f6f6;
				font-size: 0.85em; /* table, ki je parent element v odnosu do body elementa,
									 če ne damo nič potem bo defaultni font (velik) */
				font-family: tahoma, 'bitstream vera sans', arial, sans-serif;
				border-right: 1px solid #d2d2ff;
				border-bottom: 1px solid #d2d2ff;
}
table#tabela th	{	/*font-size: 0.85em;*/
					font-weight: BOLD;
					color: #000;
					background: #d2d2ff;
					border-left: 1px solid #d2d2ff;
					border-top: 1px solid #d2d2ff;
					margin: 0;
					padding: 4px;
}
table#tabela tr#odd {	background: #ececff;
}
table#tabela tr#even {	background: #ffffff;
}
table#tabela td {	/*background: #f6f6f6;*/
					margin: 4px;
					/*padding: 0.5em 1em 0em 0.5em;*/ /* oddaljenost posameznih celic od ostalih */
					/*border: 1px solid silver;*/
					border-left: 1px solid #d2d2ff;
					border-top: 1px solid #d2d2ff;
					padding: 0.3em;
}

#pozor {	border: 1px solid #d2d2ff;
			width: 47.5em;
			padding: 1em;
			background: #ececff;
			line-height: 1.4em;
			text-align: justify;
			font-family: tahoma, 'bistream vera sans', arial, sans-serif;
			color: #a0a0a0;
			font-size: 0.85em;  }


#dropdown {	border: #a0a0a0 1px solid;
			font: normal 1em tahoma, 'bitstream vera sans', arial, sans-serif;
			color: #000000;
			background-color: #ffffff;
}


/* FOOTER */
#footer {	margin-left: 14.5em;
			padding-bottom: 1.2em;
			margin-top: 0.5em;
			text-align: center;
			font-size: 0.7em;
			color: #a0a0a0;
}

#footer a {
	margin: 0;
	color: #273482;
	text-decoration: none;
	/*padding: 4px 6px;*/
}
#footer a:hover {
	/*background: #273482;*/
	text-decoration: underline;
	color: #221e1f;
}
} /* @media print */