	body
	{
		background-color: 	#CC3333; 
		margin: 		0 auto; 
		padding: 		10px;
		color:			white;
		font-family:	Verdana, Arial, Sans;
		font-size:		12px;
	}
	
	h1
	{
		font-size:		24px;
	}
	h2
	{
		font-size:		20px;
	}	
	h3
	{
		font-size:		16px;
	}	
	h4
	{
		font-size:		12px;
		font-weight:	bold;
	}	
	
	a
	{
		color:			#FF9933;
		text-decoration:	none;
	}
	
	a:hover
	{
		color:			white;
		text-decoration:	underline;
	}
	
	form a
	{
		color:				white;
		text-decoration:	underline;
	}
	
	form a:hover
	{
		color:				white;
		text-decoration:	none;
	}
	.corner-topleft
	{

	}
	.corner-topright
	{

	}
	.corner-bottomleft
	{

	}
	.corner-bottomright
	{

	}
	.side-left
	{
		width: 			100px;
		background-color: 	#CC3333;
		border-left: 		2px solid white;
		text-align:			center;
	}
	.side-right
	{
		width: 			100px;
		background-color: 	#CC3333;
		border-right: 		2px solid white;
		text-align:			center;		
	}
	.side-top
	{
		width: 			600px;
		background-color: 	#CC3333;
		border-top: 		2px solid white;
	}
	.side-bottom
	{
		height: 		100px;
		width: 			600px;
		background-color: 	#CC3333;
		border-bottom: 		2px solid white;
	}
	.bottomdiv
	{
		color:			white;
		font-family:	Verdana, Arial, Sans;
		font-size:		8px;
		text-align:		center;
		border-top:		2px solid white;

	}
	
	form
	{
		background-color:			#FF9933;
		width:					90%;
		border:					2px solid white;
		text-align:				left;
		padding:				5px;
	}

	.back-index
	{
		background-image: url('../Images/body-background.gif'); 
		background-position: 100% 100%; 
		background-repeat: repeat-y;
	}	
	.back-contact
	{
		background-image: url('../Images/back-powerlines1.gif'); 
		background-position: 100% 100%; 
		background-repeat: no-repeat;
	}
	.back-events
	{
		background-image: url('../Images/back-powerlines1.gif'); 
		background-position: 100% 100%; 
		background-repeat: no-repeat;
	}	
	.back-comp
	{
		background-image: url('../Images/back-powerlines2.gif'); 
		background-position: 100% 100%; 
		background-repeat: repeat-y;	
	}
	.back-industry
	{
		background-image: url('../Images/back-transformer1.gif'); 
		background-position: 100% 100%; 
		background-repeat: repeat-y;	
	}
	.back-faq
	{
		background-image: url('../Images/back-transformer1.gif'); 
		background-position: 100% 0%; 
		background-repeat: no-repeat;	
	}	

	.templink	
	{
		border:			solid #ffffff 2px;
		background-color:	#FF9933;
		display:		block;
		color:			#ffffff;
		width:			auto;
		margin:			0px;
	}

	.templink:hover
	{
		background-color:	#CC3333; 
	}

