
/*
nigdy-nigdy stylesheet
(c)2009-2010 nonieicz.com
update: 2009.02.11
update: 2009.03.03
update: 2009.03.04
update: 2009.03.15
update: 2009.10.28
update: 2010.03.25
*/


.mybkgr
{
 border-style: none;
 border-color: #000000;
 background-repeat: no-repeat;
 background-position: top right;
 background-image: url(bk.jpg);
}

.btable
{
 border-style: solid;
 border-color: #0099ff;
 border-width: 1px 1px 1px 1px;
}

.ppl A
{
 color: #ffffff;
 text-decoration : none;
}

A
{
 color: #ffffff;
// text-decoration : none;
}

A:link
{
 color: #ffffff;
// text-decoration : none;
}

A:visited
{
 color: #ffffff;
// text-decoration : none;
}

A:active
{
 color: #10e010;
// text-decoration : none;
}

A:hover
{
 color: #0099ff;
// text-decoration : none;
}

TD
{
 font-family: Arial CE, Arial, Helvetica;
 FONT-SIZE: 10pt;
 text-decoration: none;
}

P
{
 font-family: Arial CE, Arial, Helvetica;
 FONT-SIZE: 10pt;
 text-decoration: none;
 text-align : justify;
}

.myhr
{
 border-style: solid;
 border-color: #0099ff;
 color: #0099ff;
 border-width: 1px 0 0 0;
 height: 3px;
}

.header2
{
	font-family: Arial CE, Arial, Helvetica;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.header
{
	font-family: Arial CE, Arial, Helvetica;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.headerblue
{
	font-family: Arial CE, Arial, Helvetica;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: #0099FF;
}

.headerblue A
{
	font-family: Arial CE, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: #0099FF;
}

.headerblue A:hover
{
	font-family: Arial CE, Arial, Helvetica;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: #0099FF;
}

.headerwhite
{
	font-family: Arial CE, Arial, Helvetica;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: #000000;
}

.headerred
{
	font-family: Arial CE, Arial, Helvetica;
	font-size: 12pt;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	background: #000000;
}

.headerred A
{
	font-family: Arial CE, Arial, Helvetica;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	background: #000000;
}

.headerred A:hover
{
	font-family: Arial CE, Arial, Helvetica;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: #000000;
}

/* inputs for contact form */

.inp
{
	margin:0px 0px 0px 0px;
	padding:1px;
	background-color:#90C8C8;
	border: 1px solid #0099FF;
}

.inp:hover
{
	background-color:#90C8C8;
	border: 1px solid red;
}

.inp:focus
{
	background-color:#FFFFFF;
	border: 1px solid red;
}

.xx
{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

