/* general classes */
	body, p, form input, textarea
	{
		font-family: calibri, verdana, arial, helvetica, sans-serif, geneva;
	    font-size: 14px;
		margin: 0;
		padding: 0;
		height: 100%;
	}

	form input.text{
	    font-size: 12px;
	    background-color: #EEEEEE; 
		width: 400px;
	}
	
	textarea {
		font-size: 12px;
	    background-color: #EEEEEE; 
		width: 400px;
		height: 100px;
	}
	
	a {
		color: #333333;
		text-decoration: none;
	}

	a:hover {
	    text-decoration: none;
		color: #c00000;
	}
	
	span {
	    text-decoration: none;
		font-size: 12px;
		color: #c00000;
	}


	h1 
	{
		margin: 0;
		padding: 0;
		font-size: 1.5em; 
		font-style: bold; 
	}
	h2 
	{ 
		font-size: 15px; 
		font-style: bold;
	}
	h3
	{ 
		font-size: 13px; 
		padding-left: 20pt;
	}
	h4
	{ 
		font-size: 11px; 
		padding-left: 40pt;
	}

	hr {
		border : 1px solid #D3D3D3;
	}
	
	img, img:HOVER {
		background-color: none;
		border: 0;
	}

	
