body{
padding:0px;
margin:0px;
}

a.text{text-decoration:none;}	

A:link {
    color: #ffffbe;
	text-decoration: none;
	}

A:visited {
    color: #fdfd82;
	text-decoration: none;
	}

A:hover {
    color: #fdfd82;
	text-decoration: none;
	}

.headline_text
	{
		font-family: comic sans ms;
		font-size: 18px;
		line-height: 21px;
		color: #81a8ff;
	}

.subhead_text
	{
		font-family: comic sans ms;
		font-size: 11px;
                font-weight: bold;
		line-height: 13px;
		color: #ffffff;
	}

.body_text
	{
		font-family: comic sans ms;
		font-size: 10px;
		line-height: 12px;
		color: #81a8ff;
	}

.footer_text
	{
		font-family: comic sans ms;
		font-size: 10px;
		line-height: 12px;
		color: #81a8ff;
	}
	
	
.form
	{
		width:230px; height:17px; border-color:#DDDDDD; border-bottom-width:1px; background-color:#ffffff;
	}
.form_div
	{
		height:23px; margin-top:10px;		
	}
		
