	.red-link2:link
	{
		color: green;
		text-decoration: none;
	}

	.red-link2:hover
	{
		color: #651b01;
		text-decoration: underline;
	}

	.gray
	{
		background-color: #3e3e3e;
	}
		
	.yellow-light
	{
		background-color: #e0d1b1;
	}
	
	.yellow-dark
	{
		background-color: #8c8069;
	}
	
	.gray-dark
	{
		background-color: #2e2a23;
	}
	
	.green
	{
		background-color: #384026;
	}
	
	.vesp_back
	{
		background-color: #0e0905;		
	}

	.vesp_back_light
	{
		background-color: #8c8069;		
	}
	
	.vesp_title
	{
		color: #ffc70e;		
		font-size: 180%;
		margin-left: 20px;
	}

	.vesp_article
	{
		margin-top: 10px;
		color: white;		
		font-size: 119%;
		line-height: 130%;
		margin-left: 20px;
	}	

	.vesp_article_bottom
	{
		margin-bottom: 20px;
	}	

	.vesp_logo_back
	{
		background-color: #0e0905;
		text-align: center;
	}	
	
	.white
	{
		color : white;
	}
	