html, body {
	height : 100%;
	background-color : #FCFCD8;
	font-family : Arial, Helvetica, sans-serif;
	color : #1D315F;
}

body * {
	font-style : italic;
	font-weight : bold;
}

html, body, div, table, tr, td, img, form {
	margin : 0px;
	padding : 0px;
	margin: auto;
}

img {
	border : none;
}

p, .catalogue {
	margin : 15px;
	text-align : justify;
	font-size : 80%;
}

a {
	text-decoration : none;
	color : #3A579A;
}

a:hover {
	text-decoration : underline;
	color : #1D315F;
}

table.main {
	height : 100%;
	width : 100%;
	text-align : center;
	vertical-align : top;
}

table.main td {
	vertical-align : top;
}

.page {
	background-image : url(bg.jpg);
	background-position : top;
	background-repeat : repeat-x;
	border : 1px solid #3B4780;
	min-height : 450px;
	text-align : center;
	width : 770px;
	background-color : #FFFFFF;
}

table.menu {
	background-image : url(bg.gif);
	background-position : top;
	background-repeat : repeat-x;
	width : 100%;
}

table.catalogue th {
	text-align : center;
	border : 1px solid #3B4780;
	background-color : #FCFCD8;
}

.line {
	height : 14px;
	background-color : #96A2A6;
}

input, select, textarea {
	border : 1px solid #3B4780;
	background-color : #FCFCD8;
	font-size : 90%;
}

.tr0 {
	background-color : #FFFFFF;
}

.tr1 {
	background-color : #FCFCD8;
}
