body, td {
   font:	11px/1.4 Verdana, Helvetica, Arial, sans-serif;
   background:#ffffff;
   padding:0px;
   margin:0px;
   }
		
p, h1, h2, h3, h4, h5, li, pre {
   margin:0px 10px 10px 10px;
   text-align:justify;
   }
		
h1 {
   font-size:19px;
   }

h2 {
   font-size:17px;
   }
   
h3 {
   font-size:15px;
   }

h4 {
   font-size:13px;
   }

h5 {
   font-size:11px;
   }

A {
   text-decoration:none;
   color:#014E82;
   font-family:Verdana, Helvetica, Arial, sans-serif;
   font-style:normal;
   font-weight:bold;
   cursor:hand;
   }

A:hover	{
   text-decoration:underline;
   color:#54B818;
   font-family:Verdana, Helvetica, Arial, sans-serif;
   font-style:normal;
   font-weight:bold;
   cursor:hand;
   }
	
pre {
   font-size:11px;
   color:#014E82;
   }
	
.greek {
   font-size:9px;
   }

.15px {
   font-size:15px;
   }

.5px {
   font-size:5px;
   }

.2px {
   font-size:2px;
   }
   
.center {
   text-align: center;
   }
   	
ol {
   margin-right:40px;
   }
	
li {
   margin-bottom:10px;
   }
	
#banner {
   position: absolute;
   top: 0px;
   left: 0px;
   width:604px;
   }
		
#navmenu {
   position: absolute;
   top: 61px;
   left: 0px;
   padding:5px;
   }

#login {
   position: absolute;
   top: 0px;
   left: 610px;
   }
   
#content
   {
   position: absolute;
   left: 0px;
   top: 108px;
   width: 800px;
   height: 600px;
   padding:5px;
   }

#footer
   {
   color: white;
   background-color: #014E82;
   }
      
// green = 54B818
// dark blue = 014E82

//scrollbar-3dlight-color: #dddddd;
//scrollbar-darkshadow-color: #555555;
//scrollbar-face-color: #AAAAAA;
//scrollbar-highlight-color: #cccccc;
//scrollbar-shadow-color: #777777;   

