
.html,body {
      	margin:0;
      	padding:0;
      	height:100%;
      	border:none;
		font-family: arial, verdana ;
		color: #222222 ;
		font-size: 10pt;		
	  	background: #cac8bf
   }
.maincontent
{ 
background-image: url('images/bg.gif');
background-repeat: repeat-x
}
.maintext {
		font-family: arial, verdana ;
		font-size: 10pt;	
		color: #333333 ;
		text-align: justify ;
	}
h1 {
		font-family: arial, verdana ;
		color: #333333 ;
		font-size: 10pt;	
		font-weight: bold;
		font-style: none;
		margin-top: 0px;
		margin-bottom: 15px;}
p.highlight { 
		margin-top: 0px;
		margin-bottom: 15px;
		color: 333333; }
		
p { 
		margin-top: 0px;
		margin-bottom: 15px;
		color: 444444;
    text-align: justify; }
blockquote {
	color: #4f4f4f;
	font-family: georgia ;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	margin-left: 0px;
	margin-right: 0px;
}
ul
{
 color:inherit;
}

hr { height:1px;
     border-width:0;
     color:#ababab;
     background-color:#ababab;
}



.fullheight {
	height:50%
	}
.input-box {
	color: #ababab;
	background: #f8f8f8;
	border: #d5d2be solid 1px
	}
.bottom
{
	font-family: arial ;
	color: #888888 ;
	font-size: 8pt ;
	text-decoration: none ;
}
a:link { 
	color: #225D93;
	text-decoration: none;
	}
a:visited { 
	color: #225D93;
	text-decoration: none;
	}
a:hover { 
	color: #225D93;
	text-decoration: underline;
	}
a:active { 
	color: #225D93;
	text-decoration: none;
	}
a.class1:link { 
	color: #575757;
	text-decoration: none;
	}
a.class1:visited { 
	color: #575757;
	text-decoration: none;
	}
a.class1:hover { 
	color: #000000;
	text-decoration: underline;
	}
a.class1:active { 
	color: #575757;
	text-decoration: none;
	}


