/* CSS Document */

/* Links */
A:link {
	text-decoration: none;
	color: #CE1126;
}
A:visited {
	text-decoration: none;
	color: #CE1126;
}
A:hover {
	text-decoration: underline;
	color: #CE1126;
}
A:active {
	text-decoration: none;
	color: #CE1126;
}
A:link IMG {
	text-decoration: none;
	color: #CE1126;
}

/* Text */
TD,td,P,p {
	font-family: arial;
	font-size: 12px;
}

.header {
	font-size: 12px;
	font-weight: bold;
	color: #CE1126;
}

/* Other */
BODY {
	background-color: #FFFFFF;
}

.top_bar_index {
	background: url(/images/top_bar_bckgrnd.gif) no-repeat bottom left;
	background-color: #CE1126;
	font-size: 12px;
	font-wieght: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	height: 20px;
}

.top_bar {
	background-color: #CE1126;
	font-size: 12px;
	font-wieght: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	height: 20px;
}

.bottomline {
	border-color: black black ce1126;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.powerby {
	background: url(/images/reality_eng_logo.jpg) no-repeat bottom right;
}
.mouse {
	background: url(/images/mouse.gif) no-repeat center left;
}