/* CSS Document */

p{
	font-family: "Myraid Pro";
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	padding: 0px;
	font-weight: bold;
	font-stretch: normal;
}

.bold {
	font-family: "Myraid Pro";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation {
	font-family: "Myraid Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 125px;
	height: 150px;
	text-decoration: none;
}

.navigation:hover {
	font-family: "Myraid Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
	display: block;
	padding: 8px;
	width: 125px;
	height: 150px;
	background-color: #58585A;
}
 
.text {
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	padding: -5px;
	font-weight: normal;
	font-stretch: normal;
	text-decoration: none;
}
.boldblack {
	font-family: "Myriad Pro";
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #000000 ;
	text-decoration: none;
}
.link {
	font-family: "Myriad Pro Light";
	font-size: 14px;
	color: #000099;
	line-height: 12px;
	padding: 0px;
	font-weight: bold;
	font-stretch: normal;
	text-decoration: none;
}
.email {
	font-family: "Myriad Pro Light";
	font-size: 14px;
	color: #000099;
	line-height: 12px;
	padding: 0px;
	font-weight: bold;
	font-stretch: normal;
	text-decoration: none;
}
