/* CSS Document */

body,td,th {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #181818;
}

a:link {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
a:visited {
	color: #999999;
	font-size: 14px;
	text-decoration: none;
	
}
a:hover {
	color: #999999;
	font-size: 14px;
}

h1 {
	color: #333333;
	font-size: 22px;
	letter-spacing: 0.1em;
}
		
h2 {
  color: #333333;
  font-size: 16px;
  line-height:24px;
}
		
h3 {
  font-size: 16px;
}
	
h4 {
  font-size: 14px;
}

.white {
	color: #FFFFFF;
	font-size: 22px;
	letter-spacing: 0.1em;
}

.text {
	padding-left: 18px;
	font-size: 14px;
	color: #181818;
	
}

.body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a.bold:link {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.bold:hover {
	font-size: 14px;
	color: #999999;
	text-decoration: underline;
}
a.bold:visited {
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
