@charset "utf-8";
/* CSS Document */

BODY			{
	font-family:Tahoma; font-size:12px; color:#FFF; margin:0; padding:0; background-color:#2a0300;
	background-image:		url(../images/background/bg_MainPageBoxBG.gif);
	background-position:	top;
	background-repeat:		repeat-x;
}

DIV.PartySched 	{
	background-image:	url(../images/background/bg_MainPageBoxBG.gif);
	background-position:top;
	background-repeat:	repeat-x;
	padding:			10px 0 0 5px;
	height:				180px;
}
DIV.PartySched A.PartyList			{ display:block; margin-bottom:15px; color:#FFF; text-decoration:none; font-size:11px; }
DIV.PartySched A.PartyList:hover	{ text-decoration:underline; }
DIV.PartySched A.PartyList STRONG 	{ display:block; font-size:12px; }