A:link {
	color: #ffffff;
	text-decoration: none;
}
A:visited {
	color: #ffffff;
	text-decoration: none;
}
A:hover {
	color: #ffffff;
	text-decoration: underline;
}
A:active {
	color: #FFFFFF;
	text-decoration: none;
}
.RegisterLink {
	color: #E31923;
}
A.RegisterLink:hover {
	color: #E31923;
	text-decoration: underline;
}
A.RegisterLink:link {
	color: #E31923;
	text-decoration: underline;
}
A.RegisterLink:active {
	color: #E31923;
	text-decoration: underline;
}
A.RegisterLink:visited {
	color: #E31923;
	text-decoration: underline;
}

.linkNormal {
	color: #cccccc;
	background-color: #E31923;
	border-top: 1px solid #E31923;
	border-bottom: 1px solid #E31923;

	font-size: 0.6em;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
}
.linkHighlight {
	color: #ffffff;
	background-color: #E31923;
	border-top: 1px solid #E31923;
	border-bottom: 1px solid #E31923;

	font-size: 0.6em;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
}
BODY {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 0 0;
}
INPUT {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.6em;
}

.portaltitle {
	font-size: 2em;
	font-weight: bold;
	line-height: 0em;
	color: #848484;
}
.tagline {
	font-size: 12pt;
	line-height: 1.5em;
	color: #848484;
}
.largest {
	font-size: 1em;
	line-height: 1.5em;
	color: #848484;
}
.larger {
	font-size: 0.7em;
	line-height: 1.5em;
}
.bullets {
	font-size: 0.7em;
	line-height: 1em;
	padding-left: 5px;
}
.medium {
	font-size: 0.6em;
	line-height: 1.5em;
}
.smaller {
	font-size: 0.5em;
	line-height: 1.5em;
}

.border_main {
	color: #ffffff;
	background-color: #639aca;
	border: 1px solid #336699;
	border-bottom: 0;
	border-top: 0;
}
.border_side {
	background-color: #336699;
	padding: 0;
}
.footer {
	background-color: #336699;
	color: white;
	padding: 1px;
}
.nav_header {
	background: url(/images/nav_bar.gif) repeat-x;
}
.header {
	background: #0f4b4b url(images/bg_top.gif) repeat-x;
}
.header_bar {
	background-color: #336699;
}
.highlight {
	color: #DDDDDD;
}
.line {
	background-color: #848484;
}
.menu {
	background-color: #E31923;
}