﻿body 
{
	background-color: #512800;
	padding: 0px;
	margin: 0px;
	font-size: 11pt;
	font-family: Comic Sans MS;
	
}


a img
{
	border: none;
}

a
{
	color: #CC99FF;
}

div.header a
{
	font-size: 28pt;
	text-decoration: none;
	font-family: Palatino Linotype, Arial;
	font-weight: bold;
	font-style: italic;
	
}





img.Selected 
{
	border: solid 1px red;
}



div.CakeCategories a
{
	text-decoration: none;
	color: Black;
}

div.CakeCategories a.Active
{
	color: #CC99FF;
	text-decoration: underline;
}




div.NavBar a
{
	padding-right: 14px;
	text-decoration: none;
	color: black;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	font-family: Palatino Linotype, Garamond
}

div.NavBar a:hover
{
	color: #964B14;
	
}
div.NavBar a.active
{
	color: #964B14;
	text-decoration: underline;	
	
}

div.ButterFlyBullet 
{
	font-family: Comic Sans MS;
	font-size: 12pt;
	background-image: url(images/beeSmall.gif); 
	background-repeat: no-repeat; 
	padding-left: 60px;
	margin-left: 40px;
	margin-top: 20px;
}

div.SectionTitle
{
	text-align: center; 
	font-weight: bold; 
	font-size: 14pt;
	margin-bottom: 10px;
	margin-top: 20px;
}

ul li 
{
	margin-bottom: 20px;
}

label.SpecialtyCakeTitle 
{
	font-weight: bold;
}


div.Frm label
{
    display: block;
    width: 10em;
    font-weight: bold;
    float: left;
}

div.Frm input
{
    float: left;
    display: block;
    width: 200px;
    margin-bottom: 2px;
}

div.Frm br
{
    clear: both;
}



