/*
# Qarholder. All rights reserved.
#
# T Nick:           Date:       Info:
# -------------------------------------------------------------------------------------------------
# D wbuczak        14/06/2006  Pierwsza implementacja
#
#
#
# -------------------------------------------------------------------------------------------------
*/

#page {
   width: 820px;
   margin-left: auto;
   margin-right: auto;
}


body {
	font-family:  Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
	background: white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none 0;
}


img {
  border: 0;
}


hr {
   border-bottom : 0 none;
   border-left : 0 none;
   border-right : 0 none;
   border-top : 1px solid red;
   width : 100%;
   height : 1px;
}


span.Qarholder {
   color:  #0000FF;
   background-color: white;
   font-weight: bold;
}

span.tri {
	color: #000066;
	background-color: white;
	font-weight: bolder;
	font-size: medium;
	font-style: italic;
}

span.m {
	color: Red;
	background-color: white;
	font-weight: normal;
	font-family: Arial Black;
	font-size: medium;
}
select {
   width: 250px;
   border: 1px solid #B8860B;
}

option {
   background-color: white;
   color: #999;
}

option.wytluszczony {
   background-color: white;
   color: black;
   font-weight: bold;
}


table {
   border: none;
   border-collapse: collapse;
}


a {
	text-decoration: none;
	background-color : white;
	color: black;
}


a.bold {
    text-decoration: none;
	font-weight: bold;
	background-color : white;
	color: black;
}

a:hover, a:active  {
	text-decoration: underline;
	color: black;
	background-color : white;
}

