/* CSS STYLE DOCUMENT */
body
{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEEBE7;
	font-size: x-small;
}
table {
	font-size: x-small;
}

.table_padding {
	padding: 20px;
}

.borderline {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.nav {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.center_me {
	text-align: center;
}

.justify_me {
	text-align: justify;
}

.menu_txt {
	text-align: right;
	font-variant: small-caps;
}

A:link { 
	text-decoration: none;
	color: rgb(0,0,0);
}
A:visited { 
	text-decoration: none;
	color: rgb(0,0,0);
}
A:hover { 
	text-decoration: none;
	color: rgb(0,0,0);
}
A:active { 
	text-decoration: none;
	color: rgb(0,0,0);
}
.hypnose {
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.med_txt {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

