body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033E67;
	letter-spacing: 0px;
}

.basic-text {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #033E67;
	letter-spacing: 0px;
}

.text-small-light {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0px;
}

.text-small-dark {

	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #033E67;
	letter-spacing: 0px;
}

.heading-01 {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	color: #6699CC;
	letter-spacing: 1px;
	font-weight: bold;
}
.heading-02 {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #0066CC;
	letter-spacing: 1px;
	font-weight: bold;
}

.heading-03 {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
}

a:link {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #043F67;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}

a:visited {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #043F67;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}

a:hover {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}

a:active {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}
.textfield {
	border: 1px solid #666666;
}

fieldset {
  -moz-border-radius:10px;
}