/* CSS Document */

body {
	background-image:url(bckgnd_tile.gif);
	margin: 0px;
}

body, table, tr, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.mainTable {
	background-color:#FFFFFF;
	border-left: 1px solid #4A7B9D;
	border-right: 1px solid #4A7B9D;
	border-bottom: 1px solid #4A7B9D;
}
.smallFooter {
	color:#FFFFFF;
	text-decoration:none;
	font-size:9px;
}
.smallFooter a {
	color:#FFFFFF;
}
.smallFooter a:hover {
	color:#FFFFFF;
}

/*** CONTAINTERS  ***/

.leftPaneContent_01 {
	color:#4A7B9D;
	background-color:#FFE39E;
	/*border:2px solid FFCB47;*/
	padding:5px 10px 5px 10px;
	margin-left:0px;
	margin-top:2px;
}

.leftPaneContent_02 {
	color:#CCCCCC;
	background-color:#EAEEF2;
	padding:10px;
	margin-left:0px;
	margin-top:6px;
}

.rightPaneContent_01 
{
	color:#4A7B9D;
	padding-bottom:20px;
}

.rightPaneContent_01 a 
{
	color:#4A7B9D;
	font-weight:bold;
	text-decoration:none;
}

.rightPaneContent_01 a:HOVER 
{
	color:#FF6600;
	text-decoration:none;
}

.SkinObjectLogIn {
    /*font-weight: bold;*/
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    /*text-decoration: none;*/
}

/* FOR LOG IN Button*/
A.SkinObjectLogIn:link {
    /*text-decoration:    none;*/
    color:#003366;
}

A.SkinObjectLogIn:visited  {
    /*text-decoration:    none;*/
    color:#003366;
}

A.SkinObjectLogIn:active   {
    /*text-decoration:    none;*/
    color:#003366;
}

A.SkinObjectLogIn:hover    {
    /*text-decoration:    none;*/
    color:#003366;
}

