BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

TD.lightBlue{
	background: #4f87ac;
}

.lightBlueBorderLeft{
	background: #F5FAFD;
	border-style: solid;	
	border-left-color: #5885A2;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

.lightBlueBorderRight{
	background: #F5FAFD;
	border-style: solid;	
	border-right-color: #5885A2;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

.lightBlueBorderBottom{
	background-image: url('home/images/table_bottom.gif');

}
TD.lightBlueBackground{
	background: #F5FAFD;
}

p.mainText{
	font-family: Arial, Times, Sans;
	font-size: 10pt;
	text-indent: 30px;
	text-align: justify;
}

.mainTextBlueBig,a.mainTextBlueBig:link,a.mainTextBlueBig:visited, a.mainTextBlueBig:active, a.mainTextBlueBig:hover,p.mainTextBlueBig{
	font-family: Arial, Times, Sans;
	font-size: 14px;
	font-weight: bold;
	text-indent: 30px;
	text-align: justify;
	color: #074a74;	
}

.homeTextBlueBig,a.homeTextBlueBig:link,a.homeTextBlueBig:visited, a.homeTextBlueBig:active, a.homeTextBlueBig:hover,p.homeTextBlueBig{
	font-family: Arial, Times, Sans;
	font-size: 16px;
	font-weight: bold;
	text-indent: 30px;
	text-align: justify;
	color: #fcfcfa;	
	background: #074a74;
}


.mainTextBlack, p.mainTextBlack{
	font-family: Arial, Times, Sans;
	font-size: 14px;
	font-weight: bold;
	text-indent: 30px;
	text-align: justify;
	color: #000000;	
}

.mainTextBlackBig, p.mainTextBlackBig{
	font-family: Arial, Times, Sans;
	font-size: 14px;
	font-weight: bold;
	text-indent: 30px;
	text-align: justify;
	color: #000000;	
	text-decoration: underline;
}


.list{
	font-family: Arial, Times, Sans;
	font-size: 10pt;
	list-style-image: url('home/images/dot_grey.gif');
}

.contactBold, a.contactBold:link,a.contactBold:visited, a.contactBold:active, a.contactBold:hover{
	font-family: Arial, Times, Sans;
	font-size: 12pt;
	font-weight: bold;
}

.contactSmall{
	font-family: Arial, Times, Sans;
	font-size: 10pt;
	font-weight: none;
}

.textSmallItalic{
	font-family: Arial, Times, Sans;
	font-size: 8pt;
	font-weight: none;
	font-decoration: italic;
}

a:link {
	color: #5885A2;
	font-family: Arial, Times, Sans;
	font-size: 8pt;
	font-weight: none;
	font-decoration: italic;
	text-decoration: none;
}

a:visited {
	color: #5885A2;
	text-decoration: none;
}
a:hover {
	color: #7E747B;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* contact box */
.contactBox{
	background: #ffffff;
	border-style: solid;	
	border-right-color: #5885A2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

.contactFormBold{
	font-family: Arial, Times, Sans;
	font-size: 12pt;
	font-weight: bold;
}
.contactFormSmallBold{
	font-family: Arial, Times, Sans;
	font-size: 14px;
	font-weight: bold;
}

.button {
	font-family: Arial, Times, Sans, Helvetica;
	font-size: 12px;
	font-weight: bold;
	border-width: 1;
	border-color: #000000;
	background-color: #EEEEEE;
	color: #000000;
}

/* admin */
TD.blueLeftLine{
	border-style: solid;	
	border-left-width: 1px;
	border-left-color: #4e87ab;
	border-right-width: 0px;
	border-bottom-width:0px;
	border-top-width:0px;
}

TD.blueRightLine{
	border-style: solid;	
	border-left-width: 0px;
	border-right-color: #4e87ab;
	border-right-width: 1px;
	border-bottom-width:0px;
	border-top-width:0px;
}

.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1;  font-family: Arial, Verdana, sans-serif; font-size: 12px;}
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #000000; }


.ofertyTableHeadingRow { background-color: #5a8fb1; }
.ofertyTableHeadingContent {background-color: #5a8fb1; font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; }
.ofertyTableRow,a.ofertyTableRow, a.ofertyTableRow:link,a.ofertyTableRow:visited, a.ofertyTableRow:active, a.ofertyTableRow:hover  { background-color: #F0F1F1;  font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #000000;}

