body {
   background-color: #2C2FAC;

    scrollbar-face-color: #2C2FAC;
    scrollbar-shadow-color: #2C2FAC;
    scrollbar-highlight-color: #2C2FAC;
    scrollbar-3dlight-color: #2C2FAC;
    scrollbar-darkshadow-color: #2C2FAC;
    scrollbar-track-color: #2C2FAC;
    scrollbar-arrow-color: #83B5FF;

padding: 0px;
   color: #2C2FAC;
   font-family: verdana;
   font-weight: normal;
   font-size: 9pt;
   background-color: #2C2FAC;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#1F5CAF;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    background-color:#83B5FF;
    color:#5EA3FF;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
.layout {
     background-color: #83B5FF;
     color: #202020;
     width: 482px;
     padding: 0px;
     text-align: justify;
     border: 0px solid #83B5FF;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #83B5FF;
	color: #2C2FAC;
	text-align: center;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.nav a:link, .nav a:visited, .nav a:active {
    text-decoration: none; 
    color:#1F5CAF;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#5EA3FF;
    background-color:#83B5FF;
    font-weight: bold;
    cursor: hand;
   }
.main {
     background-color: transparent;
     color: #2C2FAC;
     font-family: verdana;
     font-weight: normal;
     text-align: left;
     font-size: 9pt;
     padding: 0px;
     border: 0px;
	 width: 95%;
	 margin-right: auto;
     margin-left: auto;
}
.heading {
     background-color: transparent;
     font-weight: bold;
	 font-size: 10px;
     color: #2C2FAC;
     font-family: verdana;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 border-bottom: 1px dashed #2C2FAC;
}


ul {
   list-style-type: square;
}

 input, textarea, select {
    font-family: verdana;
    font-size:9pt;
    border:1px dashed #2C2FAC;
    background-color:#83B5FF;
    color:#2C2FAC;}
