body {
   background-color: #F5392D;

scrollbar-face-color: #F5392D;
    scrollbar-shadow-color: #F5392D;
    scrollbar-highlight-color: #F5392D;
    scrollbar-3dlight-color: #F5392D;
    scrollbar-darkshadow-color: #F5392D;
    scrollbar-track-color: #F5392D;
    scrollbar-arrow-color: #FFFCF3;

padding: 0px;
   color: #F5392D;
   font-family: tahoma;
   font-weight: normal;
   font-size: 9pt;
   background-color: #F5392D;
   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:#A8BB5F;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: line-through;
    color:#445F3B;
    font-weight: bold;
    cursor: sw-resize;
    background-color: transparent;
}
.layout {
     background-color: #FFFCF3;
     color: #F5392D;
     width: 397px;
     padding: 0px;
     text-align: justify;
     border: 5px solid #FFFCF3;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #FFFCF3;
	color: #F5392D;
	text-align: center;
	font-family: tahoma;
	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:#A8BB5F;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: line-through;
    color:#445F3B;
    font-weight: bold;
    cursor: sw-resize;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #F5392D;
     font-family: tahoma;
     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: #F5392D;
     font-family: tahoma;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 border-bottom: 1px solid #F5392D;
}


ul {
   list-style-type: square;
}

 input, textarea, select {
    font-family: tahoma;
    font-size:9pt;
    border:1px solid #A8BB5F;
    background-color:#FFFCF3;
    color:#F5392D;}