body,td,th
{
	font-size: 12px;
	font-family: arial;
}

td.paddedHeight
{
	padding-top: 6px;
	padding-bottom: 6px;
}

td.textCell
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

A.darkLink
{
	text-decoration: none;
	color: white;
}

A.darkLink:Hover
{
	text-decoration: underline;
	color: silver;
}

A.lightLink
{
	text-decoration: none;
	color: #333333;
}

A.lightLink:Hover
{
	text-decoration: underline;
	color: silver;
}

.menuType
{
	font-size: 12px;
	color: white;
	font-weight: bold;
}

.smallWhite
{
	font-size: 10px;
	color: white;
}

.smallItalic
{
	font-size: 9px;
	font-style: italic;
}

.notSoSmallItalic
{
	font-size: 11px;
	font-style: italic;
}

.bigBold
{
	font-weight: bold;
	font-size: 14px;
}

.gaGreen
{
	color: #006633;
	font-weight: bold;
}

ul.flat
{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

li.flat
{
	padding-bottom: 6px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopupWide {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:400px;
}
/*---------------------*/

/* png fit */
img, div { behavior: url(iepngfix.htc) }
/*-------*/