.menu {
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #48687C;
}

.menu:hover {
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #2CABEF;
}

.menunonclick {
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #2CABEF;
}

.menu:active {
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #2CABEF;
}

.whiteTitle {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.text {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
}

.blueText {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #4784B8;
}

.blueText:hover {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #48687C;
}

.link {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #4784B8;
}

.link:hover {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #2CABEF;
}
a[rel*="pdf"] {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/icon_pdf.gif");
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-right: 18px;
}
