@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFD6E6;
	background-image: url(../bg.gif);
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a:link {
	color: #0063dc;
}
a:visited {
	color: #0063dc;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0063dc;
}

.normal_font {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #000000;
}
.heading_font {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #000000;
}
.small_font {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #000000;
	line-height: 12px;
}


.pink_box {
	background-color: #ffbcd6;
	border: 1px solid #FFFFFF;
}
.white_box {
	background-color: #FFFFFF;
	border: 1px solid #FFD6E6;
}
.box {
	font-family: "Century Gothic";
	font-size: 12px;
	width: 170px;
	color: #000000;
}
.box2 {
	font-family: "Century Gothic";
	font-size: 12px;
	width: 200px;
	color: #000000;
}
