/*	CSS Style Sheet for www.acfcolumbus.org										*/
/*	Copyright © 2000-2008 The American Culinary Federation, Columbus Chapter	*/


/*==========================================*/
/*  Basic Text Elements						*/
/*==========================================*/

h1, h2, h3, h4, h5 {
		font-family:		Verdana, Arial, sans-serif;
		font-weight:		bold;
		color:				rgb(51,51,153);
}

p, ul, ol, td {
		font-family:		Verdana, Arial, sans-serif;
	/*	font-size:			x-small;	*/
		font-size:			10pt;
		font-weight:		normal;
		color:				black;
}

body, blockquote {
		font-family:		Verdana, Arial, sans-serif;
		font-size:			10pt;
}


/*==========================================*/
/*  Hyperlink Display Properties			*/
/*==========================================*/

A:link {
		color:				rgb(51,51,153);
}

A:visited {
		color:				rgb(128,128,128);
}

A:hover {
		color:				red;
}



/*==========================================*/
/*  Enhanced Specific HTML Elements			*/
/*==========================================*/

P.photo {
		font-family:		Verdana, Arial, sans-serif;
		font-size:			13pt;
		color:				blue;
		align:				center;
				}

TABLE.whitebg {
		bgcolor:			white;
}

TD.pictbl {
		font-family:		Verdana, Arial, sans-serif;
		font-size:			13pt;
		color:				blue;
		align:				center;
}


/*==========================================*/
/*  Generic Enhancements                    */
/*==========================================*/

.picbg {
		background-image:	url("new/images/picbg.jpg");
}

.whitebg {
		background-color:	white;
}

.emphasis {
		font-style:			italic;
}

.fancy, .holiday {
		font-family:		Formal, Swing M.T. Bold;
		font-size:			24pt;
		font-weight:		bold;
		color:				rgb(51,51,153);
}

.holiday {
		color:				rgb(0,204,0);
}

.fancysm {
		font-family:		Formal, Swing M.T. Bold;
		font-size:			14pt;
		font-weight:		bold;
}

.chead1	{
		font-family:		Verdana, Arial, sans-serif;
		font-size:			12pt;
		font-weight:		bold;
		font-style:			italic;
		color:				rgb(51,51,153);
		text-align:			center;
}

.chead3 {
		font-family:		Verdana, Arial, sans-serif;
		font-size:			11pt;
		font-weight:		bold;
		color:				black;
		text-align:			center;
}

.headline1 {
		font-family:		Verdana, Arial, sans-serif;
		font-size:			12pt;
		font-weight:		bold;
		font-style:			italic;
		color:				rgb(51,51,153);
}

.headline2 {
		font-family:		Verdana, Arial, sans-serif;
		font-size:			12pt;
		font-weight:		bold;
		color:				red;
}

.headline3 {
		font-family:		Verdana, Arial, sans-serif;
		font-size:			11pt;
		font-weight:		bold;
		color:				black;
}

.headline4 {
		font-family:		Verdana, Arial, sans-serif;
		font-size:			11pt;
		font-weight:		bold;
		color:				rgb(51,51,153);
}

.headline5 {
		font-family:		Verdana, Arial, sans-serif;
		font-size:			10pt;
		font-weight:		bold;
		color:				rgb(51,51,153);
}

.meeting	{
		text-align:			center;
}

.mhost		{
		text-align:			center;
}

.program {
		font-weight:		bold;
		font-style:			italic;
		text-align:			center;
}

.cent {
		text-align:			center;
}

.copy {
		font-size:			7pt;
		font-weight:		bold;
		text-align:			center;
}

.just {
		text-align:			justify;
}


/*==========================================*/
/*	Styles Used on the "Chef of the Year	*/
/*  Guidelines" Page						*/
/*==========================================*/

.shout {
		font-size:			140%;
		font-weight:		bold;
		text-transform:		uppercase;
}

.just {
		text-align:			justify;
}

.coty {
		font-size:			110%;
		font-weight:		bold;
		text-align:			center;
		color:				rgb(51,51,153);
}

.list1 {
		padding-bottom:		10;
}

.list2 {
		padding-bottom:		5;
}