/* CSS Document */

.border {

	border: 1px solid #333333;

}

.border2 {

	border: 1px solid #EEEEEE;

}

.redborder {

	border: 4px solid #B8140B;

}

.greenborder {

	border: 4px solid #4E6B02;

}

.blueborder {

	border: 4px solid #1F3271 ;

}

.greyborder {

	border: 4px solid #8A8A8A ;

}

.solidgreenborder {

	border: 4px solid #1C4501 ;

}

.font {

	font-family: arial;

	font-size: 11px;

	font-weight: normal;

	color: #FFFFFF;

}

.font1 {

	font-family: arial;

	font-size: 11px;

	font-weight: normal;

	color: #000000;

}

.bodytxt {

	font-family: verdana;

	font-size: 11px;

	font-weight: normal;

	color: #202F44;

}

.titlefont {

}

.name {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 19px;

	font-weight: bold;

	color: #FFFFFF;

}

.titles {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #000000;

}

.lightgreen {

	background-color: #D7FFC4;

}

.greentd {

	background-color: #DCEDED;

}

.greytdlight {

	background-color: #F2F2F2;

}

.greytddard {

	background-color: #E0E0E0;

}

#header {
	
	height:135px;
	background:url(images/header-bg.jpg) repeat-x;
	
	position:relative;
	
}

#logo {
	
	position:absolute;
	
	top:25px;
	
	left:35px;
	
}

#flag {
	
	position:absolute;
	
	top:10px;
	
	right:13px;
display:none;
	
}

#twifol {
	
	position:absolute;
	
	top:25px;
	
	right:10px;
	
}

#facebook {
	
	position:absolute;
	
	top:55px;
	
	right:10px;
	
}

#printpdf {
	
	position:absolute;
	
	top:280px;
	
	right:10px;
	
	z-index:100;
	
}

img {

	border:none;
}

#menu {

	height:50px;
	
}
a{
	outline:none;
}

.click a{
	
	line-height:25px;
	text-decoration:underline;
	
}
.click a:hover{
text-decoration:none;
	
}