/* CSS Document */
body, p, td {
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana;
	color: white;
	line-height: 12px;
		}

h1	{ 
		font-family: Helvetica, Arial, Verdana;
		font-size: 14px;
		font-weight: 900;
		letter-spacing: 20px;
		color: CCCCCC;
		margin-top: 20px;
		margin-bottom: 10px
	}

h1.white	{ 
		font-family: Helvetica, Arial, Verdana;
		font-size: 18px;
		font-weight: 900;
		letter-spacing: normal;
		color: white;
		margin-bottom: 10px
	}

h2	{
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	top: 40px;
	margin-top: 25px;
	margin-bottom: 10px
	}
	
.LinksPage {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
}
.LinksBody {
	color: #000000;
	font-weight: 300;
	font-size: 11px;
	line-height: normal;
}
.crew {
	line-height: 16px;
	font-size: 12px;
}
H3 {
	font-size: 12px;
	font-weight: bolder;
	line-height: 14px;
}
li {
	list-style-type: square;
	margin-left: 2px
}

a	{
	color: #FFCCCC
	}

