/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

a {
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
	text-decoration:none;

}

a:hover {
	font-family: Arial;
	font-size: 9pt;
	color: #ff6633;
	text-decoration:none;

}

.orangeLink {
	font-family: Arial;
	font-size: 7pt;
	color: #ff6633;
	text-decoration:none;

}

.orangeLink:hover {
	font-family: Arial;
	font-size: 7pt;
	color: #ff6633;
	text-decoration:underline;

}

.smalltext {
	font-family: Arial;
	font-size: 7pt;
	color: #666666;
}

.smalltext2 {
	font-family: Arial;
	font-size: 7.5pt;
	color: #666666;
}

.smallLink {
	font-family: Arial;
	font-size: 7pt;
	color: #666666;
	text-decoration:none;
}

.smallLink:hover {
	font-family: Arial;
	font-size: 7pt;
	color: #666666;
	text-decoration:underline;
}

.darkHeading {
	font-family: Arial;
	font-size: 9pt;
	color: #333333;

}

.text {
	font-family: Arial;
	font-size: 9pt;
	color: #666666;

}

.orangeText {
	font-family: Arial;
	font-size: 9pt;
	color: #ff6633;

}

.smOrangeText {
	font-family: Arial;
	font-size: 7pt;
	color: #ff6633;

}

.imageBorder {
	border: 1px solid #ebebec;
}