.float {
	float: left;
	display: block;
	position: relative;
	padding: 8px;
	cursor: hand;
}
a.menu_button {
	font-family: Stencil, "Courier New", Courier, mono;
	font-size: 18px;
	background-image: url(/resources/titlebak.gif);
	width: 117px;
	height: 45px;
	position: static;
	text-align: center;
	vertical-align: middle;
	white-space: pre;
	display: block;
	background-repeat: no-repeat;
}
a.menu_button, a.menu_button:link, a.menu_button:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:link { 
	color: #154389;
	}
a:visited { 
	color: #154389;
	}
a:hover { 
	color: #2B62B5;
	text-decoration: none;
	}
a:active { 
	color: #154389;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 2%;
	color: #0066CC;
	font-size:16px;
	font: Arial, Helvetica, sans-serif;
}
.title{
	font-size: 18px;
	font-weight: bold;
}
#logIn{
	text-align: center;
	vertical-align: top;
	background-repeat: repeat;
	color: #ffffff;
	border: outset #FFFCBD;
	font-size: small;
}

.style2 {font-size: smaller}
.style3 {
	font-size: 24px;
	font-weight: bold;
	font-family: Stencil, "Arial Black", Arial;
}
.style5 {
	font-size: x-large;
	font-family: Stencil, "Arial Black", Arial;
}
.style6 {font-weight: bold}
#top{
	position:absolute;
	top: 0;
	left: 0;
}
body > #top{position:fixed;}
#sidemenu{
	float:left;
	width:19%;
}
a.pointer {
	cursor: pointer;
	text-decoration: underline;
}
a.pointer: hover {
	cursor: pointer;
	color:#ff0000;
}
table {
	border-collapse: collapse;
}

#priceList	{
	float:left;
	width:80%;
}

.odd, .head {
	background-color: #CECECE;
}

.even {
	background-color:#FFFFFF;
}

.odd:hover, .even:hover {
	background-color:#FF0000;
	cursor: pointer;
}

.row_selected {
	background-color: #0000FF;
}

#msg {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}

body {
background-color:#ffffff;
color:#0066cc;
margin: 0 auto;
}

.style1 { font-size: 18pt }

a.linkStyle {
	cursor: pointer;
}

.smallText { 
	font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
}

