BODY
{

	font-size: x-small;
	color: Teal;
	font-family: Arial;
	background-color: White;
	margin-left: 0px;
	margin-top: 0px;
}

P.text
{	
	
	font-size: x-small;
	color:Teal;
}

.top   
{
	font-family:Arial;
	font-size: x-small;
	color:Black;
	padding-left:5px;
	padding-right:5px;
}

.RedBoldText
{
	color: Red;
	font-weight: bold;
}
DIV.Homepage
{
	font-size: small;
	height: 280px;
	width: 430px;
	border: thin black solid; 
	padding: 10px 10px 10px 10px; 
	background-color: antiquewhite;
	}

DIV.Box
{
	padding: 2 2 2 2;
	border: solid thin gray;
	width: 100%;
}

DIV.DGHeader
{
	color: Navy;
	font-weight: bold;
}

A
{
	font-size: x-small;
	color: Teal;
	text-decoration: underline;
}

A.footer 
{

	font-size: x-small;
	color: white;
}

A:hover 
{
	color: teal;
	text-decoration: none;
	}

A.SelectedPage
{
	font-size: x-small;
	color: AntiqueWhite;
	text-decoration: underline overline;
	padding-right:10px;
}

A.Partners
{
	padding-right: 10px;
	padding-left: 10px;
}

A.menu
{
	font-size: x-small;
	color: White;
	text-decoration: none;
	padding-right:10px;
}

A.menu:hover 
{
	color: Silver;
	text-decoration: underline overline;
	padding-right:10px;
	}

TABLE
{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	text-align: left;
}

TABLE.Main
{
	text-align: left;
	border: solid thin black;
	background-color: AntiqueWhite;	
}

TABLE .Header
{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	text-align: left;
	border-style: none;
	width: 770px;
}

TABLE .Footer
{
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	text-align: left;
	border-style: none;
	width: 770px;
}

TD
{
	font-size: x-small;
	color: Teal;
}

TD.Menu
{
	font-size: x-small;
	color: White;
	background-color: Transparent;
	background-image: url(images/Menu.gif);
	padding: 2px 2px 2px 2px;
	width: 140px;
	height: 300px;
	vertical-align: top;
	text-align: right; 
}

TD.MainHome
{
	font-size: x-small;
	color: #3F5980;
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
	width: 630px;
	background-image: url(images/HomeBack.gif);
}


TD.Main
{
	font-size: x-small;
	color: Teal;
	vertical-align: top;
	padding: 2px 2px 2px 2px;
	width: 630px;
}


TD.Header
{
	font-size: xx-small;
	color: White;
	background-color: Black;
	font-weight: bold;
	width: 770px;
	vertical-align: top;
}

TD.ErrorMessage
{
	font-size: small;
	color: Red;
	background-color: White;
	font-weight: bold;
	width: 770px;
	vertical-align: top;
	text-align: center;
	background-image: url(../Images/lineL.jpg);
}

TD.Footer
{
	font-size: xx-small;
	color: White;
	background-color: Black;
	font-weight: bold;
	width: 770px;
	vertical-align: top;
}

.MarketsDataGrid
{
	border-style: none;
	background-color: antiquewhite;
	width: 600px;
}
INPUT .NonEditable
{
	border-style: none;
	background-color: AntiqueWhite;
}

.Required
{
	color: Red;
}

.Disabled
{
	color: Silver;
}
.Panel
{
	margin: 5 5 5 5;
}
HR
{
	color: Navy;
	height: 2px;
}
.PageTitle
{
	font-size: medium;
	color: Maroon;
}

.TextArea
{
	width: 500px;
	height: 150px;
}

.Label
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
