body {
	font-family: "Trebuchet MS";
# 	font-family: "Arial";
	font-size: 14px;
	margin: 0px;
	color: #FFFFCC;
	background: #000000;
}

td {
	font-size: 14px;
	color: #FFFFCC;
}

table {
	font-size: 14px;
}

a.img:link {
	text-decoration: none;
	color: #5555FF;
}

a:link {
	text-decoration: none;
	color: #9999FF;
}

a.img:visited {
	text-decoration: none;
	color: #9999FF;
}

a:visited {
	text-decoration: none;
	color: #CC99FF;
}

a.img:hover {
	color: #00FF00;
	text-decoration: underline;
}

a:hover {
	color: #AAFFAA;
	text-decoration: underline;
}

font {
	color: #FFFFFF;
}

a:link font {
	text-decoration: none;
	color: #9999FF;
}

a:visited font {
	text-decoration: none;
	color: #CC99FF;
}

a:hover font {
	color: #AAFFAA;
	text-decoration: underline;
}

h1 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: normal;
}

h2 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
}

h3 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
}

h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

h5 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
}

h6 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
}

p {
	font-size: 100%;
	margin: 2px 0px;
}

strong {
  font-weight: bold;
  color: #FF7777;
  }

b {
  font-weight: bold;
  color: #FF7777;
  }


.ericis table, .ericis td { 
	font-family: "Trebuchet MS";
# 	font-family: "Arial";
	font-size: 10px;
	color: #FFFFCC;
}

.submitLink {
	color: #9999FF;
	font-family: "Trebuchet MS";
# 	font-family: "Arial";
	font-size: 14px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	cursor: hand;
}
.submitLink:hover {
	text-decoration: underline;
	color: #AAFFAA;
}

.active-image {
	color: #55FF55;
}
.textinput {
	border: 1px solid #666666;
}
.button {
        font-size: 100%;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        height: 20px;
}

.rss, .rss a:link, .rss a:visited {
	font-size: 12px;
	color: #FFFF55;
}
