body {
	font-size: 62.5%;/* Resets 1em to 10px */
	background: #ffffff url(images/BG001.jpg) fixed;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
/*	height: 1%;*/
}

.wrap {
	text-align: center;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: black;
}
	
h2 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	color: black;
}

h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: black;
}

table {
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Tahoma', Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	border: 0;
}
	
table.myGreen {
	color: black;
	border-color: green black black green;
	background-image: url(images/Bkgnd_green.gif);
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}
	
table.myBlue {
	color: blue;
	border-color: blue black black blue;
	background-image: url(images/bkgnd_blue.gif);
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}
	
table.myRed {
	color: maroon;
	border-color: maroon black black maroon;
	background-image: url(images/Bkgnd3.gif);
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}
	
table.myYellow {
	color: #996633;
	border-color: #cc9900 black black #cc9900;
	background-image: url(images/Bkgnd_yellow.gif);
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}
	
table.myitalian {
	text-align: center;
	border: 0;
	margin: auto;
	padding: 0;
	height: 427px;
	background-image: url(images/italianbkgnd2.gif);
}		

.gtxt {
	color: green;
}
	
.btxt {
	color: black;
}
	
.mrntxt {
	color: maroon;
}
	
.rdtxt {
	color: red;
}
	
.ytxt {
	color: yellow
}
	
.bltxt {
	color: blue;
}
	
.brwntxt {
	color: #996633;
}
	
.whitetext {
	color: #ffffff;
}
	
a:link, a:visited, a:active {
	color: #ee0000;
	text-decoration: none;
}
	
a:hover {
	color: black;
	text-decoration: underline;
}
	
.notice {
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #808080;
}

.notice2 {
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #996633;
}

.choices {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.bigletters {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#message div.menuBar, #message div.menuBar a.menuButton {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	font-weight: bold;
}

#message div.menuBar {
	background-color: transparent;
	padding: 3px 1px;
	text-align: center;
	margin: 0;
}

#message div.menuBar a.menuButton {
	background-color: #ca0000;
	border: 1px solid;
	border-color: #000;
	color: #fff;
	cursor: pointer;
	padding: 1px 3px;
	text-decoration: none;
}

#message div.menuBar a.menuButton:hover {
	background-color: #00ca00;
	border-color: #000;
	color: #fff;
	font-weight: bold;
}