@charset "utf-8";

/*---------------------- Defaults ---------------------- */
.clearBoth {clear:both;}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	letter-spacing: 2px;
	text-align: justify;
	color: #ffffff;
}
.whitetext a{
	color: #338ec9;
	text-decoration: none;
}
.whitetext a:hover{
	color: #ffffff;
	text-decoration: none;
}

.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: justify;
	color: #000000;
}
.blacktext a{
	color: #338ec9;
	text-decoration: none;
}
.blacktext a:hover{
	color: #000000;
	text-decoration: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-style: normal;
	line-height: 16px;
	letter-spacing: 2px;
	text-align: justify;
	color: #000000;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: justify;
	color: #000000;
}
.subtitle a{
	color: #338ec9;
	text-decoration: none;
}
.subtitle a:hover{
	color: #000000;
	text-decoration: none;
}

.smallwhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-align: justify;
	color: #ffffff;
}
.smallwhitetext a{
	color: #ffffff;
	text-decoration: none;
}
.smallwhitetext a:hover{
	color: #338ec9;
	text-decoration: none;
}