body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana;
	text-align: justify;
}

a
{
	color: #9EFF00;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #9EFF00;
	text-decoration: underline;
}

/* Menu **********************************************************************/
#MenuPanel
{
	left: 0px; 
	top: 0px;
	display: block;
	width: 155px; 
	position: fixed; /* Used to fix menu in top left corner in css2 browsers */
}
* html #MenuPanel { position: absolute; }

.MenuColor
{
	background-color: #99A5BD;
}

.DarkerColor { color: #99A5BD; }
.LighterColor { color: #C1C7D3; }

.SideBarMenu
{
	font-size: 11pt;
	text-align: right;
	text-decoration: none;
	background-color: #99A5BD;
	color: white;
	font-family: arial, helvetica;
}

a.SideBarMenu:link { color: #004080; }
a.SideBarMenu:visited { color: #004080; }
a.SideBarMenu:hover 
{
	color: #9EFF00;
	background-color: #99A5BD;
}

/* center text in both firefox and ie ****************************************/
.Middle
{
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
}

/* Common heading definition for tables **************************************/
.TableHeadingRow
{
	background-color: #99A5BD;
	font-family: Tahoma, Arial;	
	color: Black;
    white-space: nowrap;
    font-weight: bold;
    height: 22px;
}

/* Spacer ********************************************************************/
.SpacerDotInverse
{
	width: 100%;
	height: 5px;
	background-image: url(../images/SpacerDot.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* Navigation ****************************************************************/
.FrameHidden { border: 3px solid #170759; }

.FrameVisible { border: 3px solid #99A5BD; }

/* Buttons *******************************************************************/
.Button
{
	background-color: #9EFF00;
	width: 85px;
	height: 23px;
	font: 9pt Arial;
}

.DefaultButton
{
	background-color: #9EFF00;
	width: 85px;
	height: 23px;
	font: 9pt Arial;
}

/* Page elements *************************************************************/
.LargePageTitle
{
	background-color: #C1C7D3;
	font-family: Arial;
	font-size: 35pt;
	color: #E4E9EF;
	height: 100px;
    white-space: nowrap;
    padding-left: 10px;
}

.Copyright 
{
	font-family: Arial;
	font-size: 8pt;
	line-height: 8pt;
}

.ThumbNail
{
	width: 120px;
	height: 90px;
}

.AlternateRow
{
	background-color: #C1C7D3;
}

.ErrorMessage
{
	color: red;
}

.InfoMessage
{
	color: gold;
}

/* Contacts Page ****************************************************************/

.ContactValidationError 
{ 
	color: #FFCC33; 
	font-size:10pt; 
	font-weight: bold; 
}

.img
{
	padding:0;
}

.miniFlag { height: 20px; width: 30px; border: 0px; }