@charset "UTF-8";
/* CSS Document */

@font-face
{
font-family: dylan;
src: url(../fonts/akaDylanPlain.ttf);
}

.dylan
{
font-family: dylan;
}

.bgindex {
	background-image:url(../images/index_bg2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #e50071;
 }
 
 h1 {
   font-size:18px
   }
   
.fltrght {
	float: right;
}

.fltlft {
	float: left;
}
 
 .bgstar {
	background-image:url(../images/index_bgtile.png);
	background-position: center top;
	background-repeat: repeat;
 }
 
 .bgpink {
	background-color: #9b004c;
 }
 
 .bgblue {
	background-color: #004951;
 }
 
 .bgyellow {
	background-color: #FFFF00;
 }
 
 .bgturqoise {
	background-color: #d3f7fa;
 }
 
 .bgwhite {
	background-color: #FFFFFF;
 }
 
  .bgpalepink {
	background-color: #ffe5f2;
 }
 
  .whitetext {
	color: #FFFFFF;	
 }
 
 .yellowtext {
	color: #FFFF00;
 }
 
 .bluetext {
	color: #004951;
 }
 
 .pinktext {
	color: #9b004c;
 }
 
  .palepinktext {
	color: #ffe5f2;
 }
 
 .centertext {
	text-align: center;	
 }
 
 .margtop20 {
	margin-top: 20px;
 }
 
  .margtop10 {
	margin-top: 10px;
 }
 
 .margbttm10 {
	margin-bottom: 10px;
 }
 
 .margbttm20 {
	margin-bottom: 20px;
 }
 
 .margright20 {
	margin-right: 20px;
 }
 
 .marglft20 {
	margin-left: 20px;
 }
 
 .marglft10 {
	margin-left: 10px;
 }
 
 .padright20 {
	padding-right: 20px;
 }
 
 .font9 {
	font-size: 9px; 
 }
 
 .font15 {
	font-size: 15px; 
 }
 
 .font20 {
	font-size: 20px; 
 }
 
 .font30 {
	font-size: 30px; 
 }
 
 .textspace {
	line-height: 1.1;	 
 }
 
 .alignrght {
	text-align: right;		 
 }
 
 .aligncenter {
	text-align: center;		 
 }
 
 hr {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF0099;
 }
 
.bold {
	font-weight: bolder;	
 }
 
.round
{
border-radius:25px;
}

.margnone{
	margin: 0px;
}

.padnone{
	padding: 0px;
}

.pad10{
	padding: 10px;
}

.vertmargauto{
	margin-top: auto;
	margin-bottom: auto;	
}

a {
	color: #990000;
	font-weight: bolder;
}

a:hover {
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}
a.privacy {
    color: #ffe5f2;
    text-decoration: none;
    font-weight: normal;
}
