@charset "utf-8";
/* CSS Document */


body {
	margin-top: 0px;
	background-color: #EBEBEB;
}


.signcontent-ltgrey{
	color: #FFFFFF;
	font-size: 10pt;
	border-color: #c0c0c0;
	border-style: dotted;
	border-width: 0px 2px 2px;
	background-color: #ffffff;
}

/* Fonts */


.Greytext{
	font-size:13px;
	font-style:none;
	text-decoration: none;
	font-weight: NONE;
	color: #696969;
}

.BLUETILTLETEXT{
	font-size:15px;
	font-style:italic;
	text-decoration: none;
	font-weight: bold;
	color: #1a76bc;
}

.whiteTILTLETEXT{
	font-size:15px;
	font-style:italic;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.BLACKSMALLTEXT{
	font-size:15px;
	font-style: none;
	text-decoration: none;
	font-weight: none;
	color: #000000;
}



/* Tables */
.Linkstable{
	padding: 0px;
	height: 50px;
	margin: 0px;
	border-width: 0px 0px 1px 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	
}

#Linkstable a{
	font-size: 13px;
	color: #696969;
	font-style: italic;
	font-family: arial;
	text-decoration: None;
	font-weight: None;
}

.footerLinkstable{
	padding: 0px;
	height: 25px;
	margin: 0px;
	border-width: 0px 0px 0px 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	
}

#footerLinkstable a{
	font-size: 13px;
	color: #000000;
	font-style: italic;
	font-family: arial;
	text-decoration: None;
	font-weight: None;
}