
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 9pt;
	background-color: #fff;
        msx-width:1280px;

        text-align:center;  

}

#wrapper {        margin: 0px auto;        
                  width: 1248px;   /* Replace the xxxx with the the width of your site (eg 800px)*/        
                  text-align:left; 
	position: relative;
         }


.menulink {
  color: rgb(0,0,255);
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 10px;
}
.link {
  color: rgb(102,153,255);
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: medium;
}

.text {
  color: rgb(204,0,3);
  font-weight: bold;
  font-size: 24px;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

.box-center {
  color: rgb(255,255,255);
  font-weight: normal;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  border: #6699FF;
  background-color: #6699FF;
  font-weight: medium;
  font-size: 12px;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

.box {
    border-left-style: solid; 
    border-left-width: 1; 
    border-right-style: solid; 
    border-right-width: 1; 
    border-top-style: none; 
    border-top-width: medium; 
    border-bottom-style: solid; 
    border-bottom-width: 1;
    border: #6699FF;
    background-color: #6699FF;
    font-size: 12px;
    color: rgb(255,255,255);
    font-weight: normal;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
