﻿/* ---------------------------------------------------- */
/* GLOBAL 
/* ---------------------------------------------------- */
html {
	font-size: 76%;
/*	background-color: #000066;  */
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	padding: 0%;
	width: 1050px;
	clip: rect(auto, auto, auto, auto);
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.content {
	width: 960px;
}

.small {
	font-size: small;
	font-style: italic;
}

.large {
	font-size: large;
}
