/*CSS to BODY TAG*/
body{
    text-align:center;
}

/*CSS to main Container TABLE or DIV or any PlaceHolder TAG of the web page*/
#container{
    width:500px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

a:link { color : blue; text-decoration : none; font-family:Verdana }
a:hover { color : blue; text-decoration : underline; font-family:Verdana }
a:visited { color : blue; text-decoration : none; font-family:Verdana }
a:visited:hover { color : blue; text-decoration : underline; font-family:Verdana }


p {font-family: Verdana, Arial}
p {font-size: 10pt}
p {font-style:normal}

td {font-family:Verdana, Arial}
td {font-size:10pt}
td {font-style:normal}

.menutitle {font-family: Verdana, Arial; color:blue; text-decoration:underline; font-size=9pt}
.quicklinks {font-family: Verdana, Arial; color: #00066; text-decoration:none; font0size:9pt}

a.quicklinks:link {font-family: Verdana, Arial; color:#000066; text-decoration:none; font-size:8pt}
a.quicklinks:hover {font-family: Verdana, Arial; color:#000066; text-decoration:none; font-size:8pt}
a.quicklinks:visited {font-family: Verdana, Arial; color:#000066; text-decoration:none; font-size:8pt}
a.quicklinks:hover {font-family: Verdana, Arial; color:#000066; text-decoration:none; font-size:8pt}
