
a:link, a:visited{
	color: #FF9900;
	text-decoration: none;
}

a:hover, a:active{
	color: #FFFFFF;
}

a.menu{
	font-size: 11px;
}

a.list{
	display: block;
	margin-bottom: 6px;
}

a img{
	border: none;
}

body, p, form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

h1{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 0.05em;
}

h2{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	margin-top: 0px;
}

.intro{
	color: #FF9900;
	font-size: 12px;
}

.startline{
	font-size: 11px;
	text-transform: uppercase;
	color: #FF9900;
}

.yellow{
	color: #FF9900;
}

.small{
	font-size: 11px;
}

.border{
	border: #FF9900 solid 1px;
}