BODY {
	color: #FFFFFF;
	font-size: 12pt;
	font-family: "veranda", arial;
	background-color: #000000;

	/* background-image: url(../images/bg_fill.jpg); */
	/* background-repeat: repeat-y; */

}

/* ---------- Formatting -------------- */

LI {

	text-indent: 1em;
	list-style-type: disc;
	list-style-position: inside;
}

/* ----------Link Properties----------- */

A.menu {
	color: #FFFFFF;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	text-decoration: none;
}
A.cleanlink { color: #ffffff; text-decoration: none }
A:hover.menu {
	color: #FFDD00;
	font-style: no-underline;
}
A:hover.cleanlink { color: #ffdd00; font-style: no-underline }
/* ----------Table Properties----------- */

TABLE {
	font-family: "veranda", arial;
	font-size: 12pt;
	/* width: 800; */
}

TABLE.Card {
	font-family: "veranda", arial;
	font-size: 12pt;
	width: 550;
	text-align: left;
	vertical-align: top;
	border: 0;
}

TABLE.CardYellow {
	font-family: "veranda", arial;
	font-size: 12pt;
	width: 550;
	border: 0;
	background-color: #ffc000;
}

TABLE.CardBlue {
	font-family: "veranda", arial;
	font-size: 12pt;
	width: 550;
	border: 0;
	background-color: #2080ff;
}

TABLE.CardPink {
	font-family: "veranda", arial;
	font-size: 12pt;
	width: 550;
	border: 0;
	background-color: #ff1aa0;
}

TABLE.CardText  { font-size: 12pt; font-family: veranda, arial; padding: 4px; width: 400 }

TD.MenuBarGrey {
		background-image: url(../images/grey_pill2.png);
		text-align: center;
		vertical-align: center;
		height: 60;
		width: 100;
}

TD.MenuBarPink {
		background-image: url(../images/pink_pill2.png);
		text-align: center;
		vertical-align: center;
		height: 60;
		width: 100;
}

TD.MenuBarBlue {
		background-image: url(../images/blue_pill2.png);
		text-align: center;
		vertical-align: center;
		height: 60;
		width: 100;
}

TD.MenuBarYellow {
		background-image: url(../images/yellow_pill2.png);
		text-align: center;
		vertical-align: center;
		height: 60;
		width: 100;
}

TD.ContentBar {

		text-decoration: none;
		font-style: no-underline;
		background-image: url(../images/stage3.jpg);
		background-repeat: no-repeat;
		padding: 0;
		/* text-align: left; */
		/* vertical-align: top;*/
		width: 800;
		height: 400;
}

TD.Picture {
		color: #000000;
		text-decoration: none;
		font-style: no-underline;
		padding: 0;
		text-align: left;
		vertical-align: top;
		width: 150;
		height: 200;
}

TD.Member  { color: #000000; font-style: no-underline; text-decoration: none; text-align: left; padding: 0; width: 400; height: 200; vertical-align: top }

TD.FooterBar {


		padding: 0;
		text-align: center;
		vertical-align: center;
}



/* ----------Division Properties----------- */

DIV.Title { 
	color: #FFFFFF;
	font-size: 18pt
}

DIV.Name { 
	color: #505050;
	font-size: 14pt;
	font-weight: bold;

}

DIV.MemberText { 
	color: #333333;
	font-size: 12pt;
	/* background-color: #000000; */

}

DIV.H1 { 
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;

}

DIV.H2 { 
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;

}

DIV.Body { 
	color: #EEccaa;
	font-size: 18pt
}

DIV.TitleShaded { 
	color: #666666;
	font-size: 12pt;
	line-height: 17pt;
	font-weight: bold;
}
DIV.Copyright {
	color: #AAAAAA;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

