/* BODY
--------------------------------------------------*/

body {margin: 0px;
	  padding: 0;
	  background-color: #E5F1EF;
      background-image: url(backgrnd.gif);
	  background-repeat: repeat-y;}

a {color: #394A66;
   font-size: 10px;
   font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
   text-align: justify;
   line-height: 16px;
   text-decoration: none;
   cursor: crosshair;}
   
a:hover {color: #6A7682;
         font-size: 10px;
         font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
         text-decoration: none;
         cursor: crosshair;}

/* MAIN
--------------------------------------------------*/

.content {
	width:286px;
	left:12px;
	top:460px;
	position: absolute;
	font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
	font-size: 10px;
	color: #6A7682;
	text-align: justify;
	line-height: 16px;
	padding: 3px;}
		
.title {color: #1f2642;
	    font-size: 12px;
        font-family: 'trebuchet ms', 'Lucida Sans Unicode', arial ;
		font-weight: bold;
		text-transform: uppercase;
        letter-spacing: 2px;
		margin-bottom: 3px;}

.line {border-top: 1px solid #1f2642}  

b, strong {color:#1f2642;}

c, i {color:#1f2642;}

ul {margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
    list-style-type: none;}
	
input, textarea, option, select, button {
	background-color: #E5F1EF;
	border: 1px solid #1f2642; 
	font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
	font-size: 10px;
	color: #6A7682;	
	letter-spacing: 1px;
	padding: 2px;}
