@charset "utf-8";
/* CSS Document */
.Body_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headline_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.headline_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

.center_text {
 text-align:center
 
}
body {
	text-align: center;
	background-image: url();
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
}
.mt{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	}

.color_blue {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFF;
	 text-decoration: none;
}


a:visited {
	color: #CCC;
	 text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline; 
}
a:active {
	color: #CCC;
	 text-decoration: none;
}

.border_color{
	border-color:#000;
}
.melt_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0;
		border-color:#000;
}

.sand_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F0;
		border-color:#000;
}

.shakeout_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
		border-color:#000;
}

.clean_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6CF;
		border-color:#000;
}

.color_white {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.melt_text:link {
	color: #FF0;
	text-decoration: none;
}


a.melt_text:visited {
	color: #FF0;
	text-decoration: none;
}

a.melt_text:hover {
	color: #FF9;
	text-decoration: underline; 
}
a.melt_text:active {
	color: #FF9;
	 text-decoration: none;
}


a.sand_text:link {
	color: #0F0;
	text-decoration: none;
}


a.sand_text:visited {
	color: #0C0;
	text-decoration: none;
}
a.sand_text:hover {
	color: #0F0;
	text-decoration: underline; 
}
a.sand_text:active {
	color: #0C0;
	 text-decoration: none;
}

a.shakeout_text:link {
	color: #F60;
	text-decoration: none;
}


a.shakeout_text:visited {
	color: #F60;
	text-decoration: none;
}

a.shakeout_text:hover {
	color: #F90;
	text-decoration: underline; 
}
a.shakeout_text:active {
	color: #F90;
	 text-decoration: none;
}

a.clean_text:link {
	color: #39F;
	text-decoration: none;
}


a.clean_text:visited {
	color: #00F;
	text-decoration: underline;
}

a:clean_text:hover {
	color: #3CF;
	text-decoration: none;
}
a:clean_text:active {
	color: #3CF;
	text-decoration: none;
}

a.Body_Text:link {
	color: #000;
	 text-decoration: none;
}


a.Body_Text:visited {
	color: #333;
	 text-decoration: none;
}
a.Body_Text:hover {
	color: #666;
	text-decoration: underline; 
}
a.Body_Text:active {
	color: #000;
	 text-decoration: none;
}

