/* CSS Document */


TABLE.CENTER {
    margin-left:auto; 
    margin-right:auto;
  }
.TABLEPOSITION {
	text-align:center;
}
.TABLEHEADER {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#333333;
	background-attachment:fixed;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}
.TABLESUBHEADER {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#333333;
	background-attachment: fixed;
	font-size: medium;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: inherit;
}
.TABLETEXTHEADER {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#333333;
	background-attachment: fixed;
	font-size: medium;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: inherit;
}
.TABLETEXT {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#333333;
	background-attachment: fixed;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}
.TABLETEXTRIGHT {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#333333;
	background-attachment: fixed;
	font-size: 16px;
	font-style: italic;
	text-align: right;
}
.BODYTEXTMIN{
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#333333;
	background-attachment:fixed;
	font-size:12px;
	font-weight:normal;
	text-align:right;
}
.BODYTEXTMIN2{
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#333333;
	background-attachment:fixed;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}
.MAILLINK {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#0000FF;
	background-attachment:fixed;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}
