	html {
	     overflow: -moz-scrollbars-vertical;
	}

	body {
		margin: 0px;
		background: #FFFFFF url(../images/bg.jpg) repeat scroll top center;
	}
		
	td, div {
		font-size: 11px;
		color: #000000;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	input, select, button, textarea {
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;
		font-size:11px;
		background-color:#ffffff;
		border: 1px solid #d6d2d6;
	}
	
	form {
		margin: 0px;
		padding: 0px;
	}
	
	.formbtn {
		color: #ec008c;
		height: 20px;
		text-transform: uppercase;
	}
	
	A:link {
		color:#000000;
		text-decoration:underline;
		font-size: 11px;
	}

	A:active {
		color:#000000;
		text-decoration:underline;
		font-size: 11px;
	}
	A:visited {
		color:#000000;
		text-decoration:underline;
		font-size: 11px;
	}
	A:hover {
		color:#000000;
		text-decoration:underline;
		font-size: 11px;
	}


	.headline {
		color: #000000;
		font-weight: normal;
		font-size: 18px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
	.pink {
		color: #ec008c;
	}
	
	.pinkheadline {
		color: #ec008c;
		font-weight: bold;
		text-transform: uppercase;
	}

	.grey {
		color: #b7b7b7;
	}

	.greydate {
		color: #b7b7b7;
	}
	
	.menulink:link {
		color:#FFFFFF;
		text-decoration:none;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.menulink:active {
		color:#FFFFFF;
		text-decoration:none;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.menulink:visited {
		color:#FFFFFF;
		text-decoration:none;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.menulink:hover {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.menulinkactive:link {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.menulinkactive:active {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.menulinkactive:visited {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.menulinkactive:hover {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}


	.pinklink:link {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.pinklink:active {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.pinklink:visited {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.pinklink:hover {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}
	

	.pinklinksmall:link {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
	}

	.pinklinksmall:active {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
	}
	.pinklinksmall:visited {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
	}
	.pinklinksmall:hover {
		color:#ec008c;
		text-decoration:none;
		font-size: 11px;
	}
	
	.quote {
		width: 100%;
		background: #e3e3e3;
		border: 1px solid #d1d1d1;
	}
	
	.footer {
		font-size: 9px;
		color: #b7b7b7;
	}
	
	
	.footerlink:link {
		font-size: 9px;
		color: #b7b7b7;
		text-decoration:none;
	}

	.footerlink:active {
		font-size: 9px;
		color: #b7b7b7;
		text-decoration:none;
	}
	.footerlink:visited {
		font-size: 9px;
		color: #b7b7b7;
		text-decoration:none;
	}
	.footerlink:hover {
		font-size: 9px;
		color: #b7b7b7;
		text-decoration:underline;
	}
