body {
	margin:0px;
	font-family : Arial;
	font-size : 13px;
}

a:link {
	color : #4A4A67;
	text-decoration : underline;
}

a:visited {
	color :#4A4A67;
	text-decoration : underline;
}

a:hover {
	color:#9966FF;
	text-decoration : none;
}

a:active {
	color : #4A4A67;
	text-decoration : underline;
}

a:link.nav {
	color : #4A4A67;
	text-decoration : underline;
}

a:visited.nav {
	color :#4A4A67;
	text-decoration : underline;
}

a:hover.nav {
	color:#9966FF;
	text-decoration : none;
}

a:active.nav {
	color : #4A4A67;
	text-decoration : none;
}




body, td, input, textarea, select {
	font-family : Arial;
	font-size : 13px;
	color:#003366;
}

.header {
	font-size : 17px;
	font-weight : bold;
	color : #7D7DA0;
}

.price {
	font-size : 13px;
	font-weight : bold;
	color : #7D7DA0;
}

.button {
	font-size : 10px;
	font-weight: none;
	font-family : Arial;
	color: #333333;
	cursor: hand; vertical-align:bottom; height:19px;
}
.search {
	font-family : Arial;
	font-size : 10px;
	border: 1px groove #ffffff;
	background-color: #dddddd;
	color: #003366;
	width: 120px;
}
.field {
	font-family : Arial;
	font-size : 10px;
	color: #003366;
	width: 120px;
}

.table {
	font-family : Arial;
	font-size : 13px;
	border:#999999 1px solid;
}
.cell {
	border-right:#999999 1px solid;
	border-bottom:#999999 1px solid;
}