
﻿body 
{
    margin:0px 0px;
    padding:0px;
    font-family:'Century Gothic';
    font-size:small;
    color:#060026;
    background-color:#ffffff;
    cursor: auto
}
A:link 
{
    color:#060026;
    font-weight:bold;
    text-decoration: none;
    font-size:18pt;
}
A:visited 
{
    color:#060026;
    font-weight:bold;
    text-decoration: none;
    font-size:18pt;
}
A:hover 
{
    text-decoration: none;
    font-weight:bold;
    color:#060026; 
    font-size:18pt;
}
A:active 
{
    color:#060026;
    text-decoration: none;
    font-weight:bold;
    font-size:18pt;
}
div#center 
{
	;
    width:800px;
    height:400px;
    margin:20px auto;
    text-align:left;
    padding:10px;
    top:50%;
    left:50%;
    margin-top:-200px;
    margin-left:-400px;
}
div#top1
{
    width:100%;
    vertical-align:top;
    font-size:x-large; 
    margin-left:20px;
}
div#top15
{
    width:100%;
    height:200px;
    font-size:14pt;
    margin-left:20px;
}
div#top2
{
    width:100%;
    height:100px;
    font-size:12pt; 
    text-align:center;
}
div#content
{
    float:left;
    width:100%;
    height:61px;
}




