/* ================================
    CSS STYLES FOR Beachfront Suites
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the content part of the pages */
Body
{
    background-color: #FCFFCB;
}

/* Verdana is the standard Font */
font,th,td,p { 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:#496C98;
}

a:link,a:active,a:visited {    
	font-family: Verdana, Helvetica, sans-serif;
	color:#0048FF;
	text-decoration:    none;
}
a:hover {
	text-decoration:    underline;
	color:#FF0000;
}

.normal {
    font-size: 13px;
}

.normalbig {
    font-size: 18px;
}

.name {    
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;

	text-decoration:    none;
}


/* FORM STYLES */
INPUT, select, textarea, text {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
}

/* the top brown tabs */

.botmenu, A.botmenu:link, A.botmenu:active, A.botmenu:visited {
    font-size: 12px;
    text-decoration:    none;
    font-weight: 	none;
    color:#0048FF;
    padding-top: 8px;
    padding-bottom: 8px;
}

A.botmenu:hover   {
    text-decoration:    underline;
    color: #0048FF;
}

.spacetxt {
    font-size: 50%;
}

.mrc {
    font-size: 70%;
    text-decoration:    none;
    font-weight: 	none;
    color:#000000;
    padding-top: 8px;
    padding-bottom: 8px;
}

A.mrc:link, A.mrc:active, A.mrc:visited {
    text-decoration:    underline;
    color:#0048FF;
}

A.mrc:hover   {
    text-decoration:    underline;
    color: #0048FF;
}
/* ************************************************* */
