
*
	{
		margin: 0px;
		padding: 0px;
		font-family: "Lucida Sans Unicode",arial, "Lucinda Grande", helvetica, sans-serif ;
		/*line-height: 100%;*/
		font-size: 12px; 
		color: #BABABA;
	}
	
body
	{
		background-color: #bebebe;
		background-image: url(images/background.jpg);
		background-repeat: repeat-x;
	}
	
h1
	{
		font-size: 16px;
		color: #111;
		text-transform: uppercase;
	}
	
h2
	{
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
	}
	
h3
	{
		font-size: 12px;
		color: #720103;
	}
	
h4
	{
		font-size: 11px;
		color: #fff;
	}
	
h5
	{
		font-size: 11px;
		color: #1e90ff;
	}	
table
	{
		border-collapse: collapse;
	}
	
td
	{
		vertical-align: top;
	}
	
a, a:hover, a:active, a:visited
	{
		color: #30a4e1;
		text-decoration: none;
		font-size: 11px;
	}
	
img
	{
		border: none;
	}
	
ul, li
	{
		list-style: none;	
	}
	
p, div
	{
		font-size: 12px;
		
	}
	
input
	{
		border: 1px solid #ccc;
		margin-bottom: 5px;
		width: 200px;
	}
	
td.contact_input, td.contact_text2
	{
		width: 100px;
	}
	
textarea
	{
		border: 1px solid #ccc;
		padding: 2px;
		width: 196px;
	}
	
div.must
	{
		display: inline;
		color: #ff0000;
	}
	
span
	{
		color: #fff;
	}

	

