
	body {
		background-color: #ffbbcb;
		margin: 0px;
	}

	td, div {
		font-size: 12px;
		color: #000000;
		font: bold 12px Georgia;
	}

	input, textarea {
		font-size: 11px;
		color: #000000;
		font: bold 14px Georgia;
	}

	a:link {
		color:#000000;
		text-decoration:underline;
		font-size: 12px;
	}

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

	.pink {
		color: #c1004f;
	}
	.popupfooter {
		background: #ffbccd url(../images/popup_footer.jpg) no-repeat scroll top;
	}
	
	.footerlink:link {
		color:#ce6877;
		text-decoration:none;
		font-size: 12px;
	}

	.footerlink:active {
		color:#ce6877;
		text-decoration:none;
		font-size: 12px;
	}
	.footerlink:visited {
		color:#ce6877;
		text-decoration:none;
		font-size: 12px;
	}
	.footerlink:hover {
		color:#ce6877;
		text-decoration:none;
		font-size: 12px;
	}


	.btnlink:link {
		font-family: Georgia;
		text-transform: uppercase;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 14px;
		text-decoration:none;
	}

	.btnlink:active {
		font-family: Georgia;
		text-transform: uppercase;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 14px;
		text-decoration:none;
	}
	.btnlink:visited {
		font-family: Georgia;
		text-transform: uppercase;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 14px;
		text-decoration:none;
	}
	.btnlink:hover {
		font-family: Georgia;
		text-transform: uppercase;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 14px;
		text-decoration:none;
	}

	.white {
		font-size: 11px;
		color: #FFFFFF;
		font-family: Georgia;
	}

	.white_headline {
		color: #FFFFFF;
		font: bold 16px Georgia;
	}

	.box {
		background: #003563 url(../images/box_top.jpg) no-repeat scroll top right;
	}

	.forms {
		background-color: #FFFFFF;
		color: #ce6877;
		border: 0px;
		display: inline;
		width: 100%;
	}

	.contents {
		line-height: 18px;
		font-size: 14px;
	}
	
	.headline {
		color: #003662;
		font-weight: bold;
		font-size: 20px;
		text-transform: uppercase;
		font-family: Georgia;
	}
	
	.btn {
		font-weight: bold;
		color: #FFFFFF;
		border: 0px;
		background-color: transparent;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	.formbtn {
		font-family: Georgia;
		text-transform: uppercase;
		font-weight: bold;
		color: #003662;
		font-size: 14px;
		width: 187px;
		height: 29px;
		background: transparent url(../images/btn.jpg) no-repeat scroll;
		border: 0px;
	}
	
	.boxbtn {
		font-family: Georgia;
		text-transform: uppercase;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 14px;
		width: 224px;
		height: 102px;
		padding: 30px 18px 60px 110px;
		background: transparent url(../images/btn_box.jpg) no-repeat scroll;
		border: 0px;
	}
	
	.whitelink:link {
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.whitelink:active {
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.whitelink:visited {
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.whitelink:hover {
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-transform: uppercase;
		text-decoration: none;
	}