A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
	font-weight : normal;
	text-decoration : none;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
	font-weight : normal;
	text-decoration : none;
}
A:active {
	
	font-family: arial, helvetica, sans-serif;
	font-size : 12px;
	color: #666666;
	font-weight : normal;
	text-decoration: none
	}
	
.main_text {
	
	font-family: arial, helvetica, sans-serif;
	font-size : 12px;
	color: #666666;
	font-weight : bold;
	text-decoration: none
	}

.pink_text {
	
	font-family: arial, helvetica, sans-serif;
	font-size : 12px;
	color: #F17AAC;
	font-weight : bold;
	text-decoration: none
	}
	
.pink_text:HOVER {
	
	font-family: arial, helvetica, sans-serif;
	font-size : 12px;
	color: #F17AAC;
	font-weight : bold;
	text-decoration: underline
	}
	
.pink_textsmall {
	
	font-family: arial, helvetica, sans-serif;
	font-size : 9px;
	color: #F17AAC;
	font-weight : normal;
	text-decoration: none
	}
	
.pink_textsmall:HOVER {
	
	font-family: arial, helvetica, sans-serif;
	font-size : 9px;
	color: #F17AAC;
	font-weight : normal;
	text-decoration: underline
	}


.pinstripe-left {

background-image:url(../templates/images/main_08.gif);
background-repeat:repeat-y;

}

.pinstripe-right {

background-image:url(../templates/images/main_07.gif);
background-repeat:repeat-y;

}


input.btn {
	color:#434343;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-color:#FFFFFF;
	border:1px solid;
	border-top-color:#FF99CC;
	border-left-color:#FF99CC;
	border-right-color:#FF99CC;
	border-bottom-color:#FF99CC;
   
}

.texta {

 	font-family: arial, helvetica, sans-serif;
	font-size : 12px;
	color: #666666;
	font-weight : normal;
	text-decoration: none;
	background-color: #FFFFFF; 
 	border:1px solid #FF99CC; 
}


.tbheight {

	height: 300px;
	
}