/*
#####################################################
Planet FM Style Sheet

Created by Leading Edge Media, Inc      2001
#####################################################
*/



A {
	color : #ff0000; /*#CE0000;*/ 
	font-size: 12px;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

A:visited{
	color : #ff0000; /*#CE0000;*/ 
	font-size: 12px;
	text-decoration: none;
}

A:active{
	color : #ff0000; /*#CE0000; */
	font-size: 12px;
	text-decoration: none;
} 

A:hover{
	color : #ff0000; /*#CE0000; */
	font-size: 12px;
	text-decoration: underline;
	
}


/*
#####################################################
Classes
	These items have specific uses such as difernet font sizes, colors,
	and behaviors
#####################################################
 */
 
.GenText{
font-family : Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
background-color: #000000;
}
.GenTextRD{
font-family : Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #ffffff;
background-color: #ce0000;
}
.ThankYouRD{
font-family : Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #ff0000;
}
.GENSSCRIPT{
font-family : Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}
.MsgHead{
 font-weight: bold;
 font-family : Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
}

.footer{
font-size: 12px;
color: #000;
background-image: url(../_img/footer.gif); 
background-repeat: no-repeat; 
background-position: bottom center;
text-align: center;
vertical-align: middle;
}
