/* ------------ Body ----------- */

DIV.centerpage {
  width: 775px;
  position: absolute;
  left: 50%;
  top: 12%;
  margin-left: -382px;
}

body {
background-image: url('images/bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: 100%;
}

.bodyheader1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000
}


.bodytextbg {
	font-family: Tahoma, Verdana, Arial, Helvetica, sands-serif;
	font-size: 9pt;
	text-align:justify;
	color: #333333;
	width: 580px;
	height: 400px;
	
	
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/tp75.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.bodytextbg[class] {
  background-image:url(images/tp75.png);
}

.bodytext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sands-serif;
	font-size: 9pt;
	text-align:justify;
	color: #333333;
	padding: 0px 4px;
}


.bodytext a:link, .bodytext a:visited { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #0000CC;
}

.bodytext a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #999999;
}

.bodytextsmall {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.bodytextsmall a:link, .bodytextsmall a:visited { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #0000CC;
}

.bodytextsmall a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #999999;
}

table.tabletext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sands-serif;
	font-size: 9pt;
	text-align:justify;
	color: #333333;
	border-width: 1px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;	
	padding: 6px 4px;
}

table.tabletext th {
	border-width: 1px;
	padding: 6px 4px;
	border-style: inset;
	border-color: black;
	background-color: white;
}

table.tabletext td {
	border-width: 1px;
	padding: 6px 4px;
	border-style: inset;
	border-color: black;
	background-color: white;
}

.tabletext a:link, .tabletext a:visited { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #0000CC;
}

.tabletext a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #999999;
}

/*-------------- Menu ----------------*/

.logo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	width: 170px;
	height: 106px;
  	/* Mozilla ignores crazy MS image filters, so it will skip the following */
  	  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='image/logo.png');
}

	/* IE ignores styles with [attributes], so it will skip the following. */
.logo[class] {
	  background-image:url(image/logo.png);
}	

.round_top {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	width: 580px;
	height: 11px;
  	/* Mozilla ignores crazy MS image filters, so it will skip the following */
  	  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='image/round_top.png');
}

	/* IE ignores styles with [attributes], so it will skip the following. */
.round_top[class] {
	  background-image:url(image/round_top.png);
}	

.round_bottom {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	width: 580px;
	height: 11px;
  	/* Mozilla ignores crazy MS image filters, so it will skip the following */
  	  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='image/round_bottom.png');
}

	/* IE ignores styles with [attributes], so it will skip the following. */
.round_bottom[class] {
	  background-image:url(image/round_bottom.png);
}


.menutext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000
}

.menutext a:link, .menutext a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF
}

.menutext a:hover{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000
}
	
	
.menutextsmall {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000
}

.menutextsmall a:link, .menutextsmall a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF
}

.menutextsmall a:hover{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000
}


/*-------------- Dot Menu ----------------*/

.dot         { position: absolute; width: 7; height: 7; visibility: hidden; background-color: blue; font-size: 1px; cursor: pointer; cursor: hand; z-index: 100 }
.dotoff      { position: absolute; width: 6; height: 6; visibility: hidden; background-color: black; font-size: 1px; cursor:default; z-index: 100}
.dotempty    { position: absolute; width: 7; height: 7; visibility: hidden; background-color: #33CC33; font-size: 1px; cursor: pointer; cursor: hand; zindex: 100 }
.caption     { position: absolute; visibility: hidden; font-family: Tahoma; color: black;
               font-size: 11px; text-align: Center; cursor: default; z-index:
               1 }


/*------------- Copyright ----------------*/

.copyrighttext {  
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
filter: glow(color=#333333, strength=4); 
}

.copyrighttextbig {  
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ffffff;
filter: glow(color=#333333, strength=4); 
}

.copyrighttext a:link, a:visited{
 color: #ffffff;
 text-decoration:none;
 }

.copyrighttext a:hover{
 color: #cccccc;
 text-decoration:none;
}