body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	list-style-type: circle;
}

a:link {
	text-decoration: underline;
	font-weight: bolder;
	color: #000;
}

a:visited {
	color: black;
}

a:hover {
	color: #333;
}

a:active {
	color: #FFF;
}

a.simpletextlink:link {
	text-decoration: none;
	color: #000;
}

a.simpletextlink:visited {
	color: black;
}

a.simpletextlink:hover {
	color: #F90;
}

a.simpletextlink:active {
	color: black;
}


a.ultextlink:link {
	text-decoration: underline;
	color: #000;
}

a.ultextlink:visited {
	color: black;
}

a.ultextlink:hover {
	color: #F90;
}

a.ultextlink:active {
	color: black;
}



a.bigorange:link {
	text-decoration: none;
	font-weight: bolder;
	color: #F90;
	font-size:16px;
}

a.bigorange:visited {
	color: #F90;
}

a.bigorange:hover {
	color: black;
}

a.bigorange:active {
	color: black;
}


.headline {
	font-size: 18px;
	color: #69f;
	font-weight: bold;
}

.subline {
	font-size: 18px;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.heading1 {
	font-size: 14px;
	color: #69f;
	font-weight: bold;
}

.heading2 {
	font-size: 12px;
	color: #69f;
	font-weight: bold;
}

.title {
	font-size: 18px;
	color: #FFF;
}

.subtitle {
	font-size: 12px;
	color: #CCC;
	font-weight: bold;
}

.content {
	font-size: 15px;
}

.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #FFF;
}

.flash {
	border: thick solid #666666;
}

.blue {
color: #3366cc;
}

.grey {
color: #888888;
}

