body
	{ 
		background-image:	url('images/background.png');
		background-repeat:	repeat;
		height: 100%; 
	}
	
.page
	{
		margin: 0 auto; 
		background-color: white;
		width: 772px;
		
	}
	
.page2
	{
		position:absolute;
		height:100%;
		background-color: white;
		border: 1px solid #ffebf3;
		width: 772px;
	}
	
.print
	{
		width: 486px;
		text-align:	right;
		text-decoration: none;
		font-family: Arial,sans-serif;
		font-size: 			12px;
	}
	
.footer
	{
		text-align:	center; 
		height: 25px;
		background-color: #3571af;
		color: #FFFFFF;
		width: 100%;
	}
	
.header
	{
		text-align:	right; 
		height:	20px;
		width: 100%;
	}
	
.partners
	{
		text-align: center;
		margin: 40px 0px 50px 0px;
	}
	
.text_container
	{
		margin:				10px 10px 10px 10px;
		padding:			1px 1px 1px 1px;
		border:				1px solid #CECECE;
		text-align:			justify;
		font-size: 			11px;
		font-family: 		Verdana,sans-serif;
	}

.text_container h2 {
		
		text-align: 		center;		
		font-size: 			20px;
		font-family: 		Arial,sans-serif;
		background-color: #3571af;
		color: #FFFFFF;
		text-decoration: 	none;
	}	
	
.text_container h3 {
		border-bottom:		1px solid #98B0D1;
		padding:			1px 1px 1px 1px;
		margin:				0;
		background:			url("grad_blue.gif") repeat-x;
		background-color:	#D4E4F8;
		text-align:			left;	
		font-size: 			12px;
		font-family: 		Arial,sans-serif;
		color: 				#003399;
		text-decoration: 	none;
	}
	
.text_container h4 {
		
		padding:			1px 1px 1px 1px;
		margin:				0;
		text-align:			left;
				
		font-size: 			15px;
		font-family: 		Arial,sans-serif;
		text-decoration: 	none;
	}

.title h2 {
		border-bottom:		1px solid #98B0D1;
		padding:			1px 1px 1px 1px;
		margin:				0;
		background-color:	#D4E4F8;
		text-align:			left;
				text-align:			center;
		font-size: 			16px;
		font-family: 		Arial,sans-serif;
		color: 				#003399;
		text-decoration: 	none;
	}

.picture_container
	{
		margin:				10px 10px 10px 10px;
		padding:			5px 1px 1px 1px;
		border:				1px solid #CECECE;
		text-align:			center;
		background-color:	#FFFFFF;
		font-size: 			11px;
		font-family: 		Verdana,sans-serif;
	}
	
A:link 
	{
		text-decoration: none
	}
A:visited 
	{
		text-decoration: none
	}
A:active 
	{
		text-decoration: none
	}
A:hover 
	{
		text-decoration: underline; color: red;
	}