﻿	body {
		font-size:10pt;
		font-family:   arial, 'Trebuchet Ms';
		text-align:center;
		padding:0px;
		margin:0px;
		
		background-image:url(../../public/img/bg-body.jpg);
		background-repeat:repeat-x;
	}

	table tr td {font-size:10pt;}


	h1, h2, h3, h4, h5 {padding:0px;margin:0px;font-family:  Arial;}
	
	
	h1 {font-size:180%; line-height:30px;}
	h2 {font-size:135%; line-height:25px;}
	h3 {font-size:1.15em; line-height:20px;}
	h4 {font-size:1.1em;}
	h5 {font-size:1.0em;}

	textarea {font-family:arial}
	
    label {
        display:block;
		font-size:75%;
		text-transform:lowercase;
		font-weight:bold;
	}

	img {
		border:0px;
	}

	a {
		color:#0077B9;
		text-decoration:none;
	}

	a:hover {
		color:#3FD6FF;
	}
	
	a:hover img {
	    
	}

	a span 
	{
		line-height:21px;
		color:black;
	}

	ul{
		list-style-type:none;
		padding:0px;
		margin:0px;
	}
	
	input, textarea {
	    border:1px inset #CCCCCC;
	}
	
	hr 
	{
		color:#e1e1e1;
	}
	
	.none 
	{
		display:none;	
	}
