﻿
/*contacts.aspx*/
TD.building
{
	width: 111px;
	height: 120px;
	background-image: url(img/building.gif);
	background-repeat: no-repeat;
	padding-right: 32px;
}

.imgHeader
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #003267;
	text-decoration: underline;
	padding-bottom: 12px;
}

/*end of contacts.aspx*/

/*vacancies.aspx*/

/*end of vacancies.aspx*/


/*about.aspx*/

/*end of about.aspx*/

/*news.aspx*/
.newsDate 
{
	BORDER-RIGHT: #d0cfcd 1px solid; 
	PADDING-RIGHT: 10px;
	width: 10%;
	color: #003366;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;		
	
}

.newsHeading
{
	text-align: left;
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 2px;
	color: #003366;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;		
}

.basicText
{
	border-top: 1 solid #D0CFCD; 
	padding-bottom: 5px;
	padding-top: 5px;
}
/*end of news.aspx*/

