@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	height: 100%;
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}


.header
{	
	font-size: 17px;	
	line-height: 22px;	

}

.subheader
{	
	font-size: 14px;	
	color: #bfc0c1;	

}

.right{
	line-height: 22px;	
}

.teamheader
{	

	color: #aeafb1;	

}

a{
	color: #aeafb1;
	font-style: italic;
	text-decoration: none;

}

a:hover{
	color: #FFF;
	text-decoration: underline;

}