@charset "utf-8";
body {
	background-color: #d4d4d4;
	background-image: url(/images/bghead.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menu a:link {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	text-decoration: none;
	color: #FFF;
}
#menu a:active {
	text-decoration: none;
	color: #FC0;
}
#menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFF;
}

#top_bar {
	background-image: url(/images/bar_up.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
}
#bot_bar {
	background-image: url(/images/bar_down.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 16px;
}
#mid_bar {
	background-image: url(/images/bar_mid.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#barmenu {
	background-image: url(/images/barmenu.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.footlink {
	font-size: 10px;
	color: #333;
}
#t_lateral {
	border: 1px solid;
	border-color:#999;
	background-image:url(/images/bg_t.png);
	background-repeat: repeat-x;
	background-color: #ebebeb;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}
.solidtable {
	border: 1px solid #CCC;
	background-image: url(/images/bg_t_cart.png);
	color: #999;
}

#t_title {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-color: #FC0;
	background-image: url(/images/bg_t_title.png);
	background-repeat: repeat-x;
}

.smalltext {
	font-size: 10px;
	color: #333;
}

.spacer {
	height: 10px;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}
.redtext {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}
.whitetext {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.boldtitle {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.normtext {
	font-size: 14px;
	text-align: justify;
}
