body, td, div, span
{
	font-family: "Century Gothic" , "Trebuchet MS" , Arial;
	font-size: 12px;
}

h1
{
	color: #336699;
	font-size: 18px;
}

h2
{
	color: #336699;
	font-size: 16px;
}

h3
{
	color: #336699;
	font-size: 14px;
}

a
{
	color: #C3C3C3;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.NormalLink, .FooterLink
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.NormalLink:hover, .FooterLink:hover
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 1px #ff0000 solid;
}

.FooterLink
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #ffffff;
}

.FooterLink:hover
{
	font-size: 11px;
	color: #ffffff;
}

.SideMenu
{
	color: #F5F5F5;
	background-color: #93AEC9;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	width: 100%;
	display: block;
	text-indent: 10px;
	white-space: nowrap;
}

.SideMenu:hover
{
	color: #336699;
	background-color: #f5f5f5;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	width: 100%;
	display: block;
	text-indent: 10px;
}

.SideMenuOver
{
	color: #336699;
	background-color: #f5f5f5;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	width: 100%;
	cursor: default;
	display: block;
	text-indent: 10px;
}

.SideMenuBorder
{
	background-color: #f5f5f5;
	border-right: 2px solid #93AEC9;
	border-top: 2px solid #93AEC9;
	border-bottom: 2px solid #93AEC9;
}

.BorderLeft
{
	border-left: #93aec9 2px solid;
}

.BorderTop
{
	border-top: #93aec9 2px solid;
	border-left: #93aec9 2px solid;
}

.BorderRight
{
	border-right: #93aec9 2px solid;
}

.BorderBottom
{
	border-bottom: #93aec9 2px solid;
	border-left: #93aec9 2px solid;
}

.ClearMargin
{
	margin: 0px 0px 0px 0px;
}

.SetBackGround
{
	background-color: #666666;
}

.LogoLeftBackground, .LogoCenterBackground
{
	background-image: url('../../Images/eagle_consulting_logo.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.LogoCenterBackground
{
	background-position: center center;
}

.WhiteBG, .NormalText
{
	background-color: #ffffff;
	color: #336699;
	font-size: 12px;
	text-align: justify;
}

.NormalText
{
	background-color: Transparent;
}

.FooterText
{
	font-family: Arial, Tahoma, Verdana;
	background-color: #194663;
	color: #ffffff;
	font-size: 11px;	
}

.Splitter
{
	background-image: url('../../Images/splitter.gif');
	background-repeat: repeat-y;
}

.NewsPane
{
	color: #333399;
	font-size: 12px;
}

.TableHeading
{
	font-weight: bold;
	vertical-align: top;
}

.BottomBorder
{
	border-bottom: solid 1 #93AEC9;
}

.TextBox
{
	background-color: #d5d5d5;
	border: solid 1px #336699;
	color: #000000;
}

.TextBoxSelected
{	
	border: solid 2px #336699;
	color: #000000;
}

.Button
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
background-image: url('../../Images/menu_space.jpg');
		background-repeat: repeat-x;
		background-position: 0px -17px;
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
}

.FloatLeft
{
	position: absolute;
	float:left;
	cursor: default;
}