﻿body
{
	background-position: bottom;
	background-image: url(../../Images/bgMain.png);
	font-size: 12px;
	font-family: Tahoma;
	text-align: center;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-color: #E8F3FB;
	margin-top: 10px;
}

a.Yellow:link
{
	color: #ffffff;
	text-decoration: none;

}    
a.Yellow:visited
{
	color: #ffffff;
	text-decoration: none;
} 
a.Yellow:hover
{
	color: #ff9900;
	text-decoration: none;
}   
a.Yellow:active
{
	color: #ff9900;
	text-decoration: none;
}

a.Orange:link /* Menu  Link*/
{
	color: #ff9900;
	text-decoration: none;
	
}    
a.Orange:visited
{
	color: #ff9900;
	text-decoration: none;
} 
a.Orangev:hover
{
	color: #ff9900;
	text-decoration: none;
}   
a.Orange:active
{
	color: #ff9900;
	text-decoration: none;
}

/*  mini yellow talbe In the default page */
table.SmallYellowtbl
{
    margin: 0px;
    border-style: solid;
    border-color: #FFCC99;
    border-width: 1px;
    padding: 0px;
    border-spacing: 0px;
    width: 500px;
    height: 85px;
    font-size: 11px;
    font-family: Tahoma;
    color: #003399;
    text-align: justify;

}
/* +++++++++++++++++++++++++++++++++++++ */


/*  mini yellow talbe In the default page */
table.Yellowtbl
{
    margin: 0px;
    border-style: solid;
    border-color: #FFCC99;
    border-width: 1px;
    padding: 0px;
    border-spacing: 0px;
    font-size: 11px;
    font-family: Tahoma;
    color: #003399;
    text-align: justify;

}
/* +++++++++++++++++++++++++++++++++++++ */


/*  big yellow talbe In the other page */
table.BigYellowtbl
{
    border: 1px solid #999999;
    padding: 6px;
    border-spacing: 0px;
    width: 850px;
    height: 430px;
    font-size: 12px;
    font-family: Tahoma;
    color: #000000;
    text-align: justify;
    line-height: 25px;
    font-weight: normal;
}
/* +++++++++++++++++++++++++++++++++++++ */

a.nostyle:link
{
    text-decoration: none;
    color: #003399;
}
a.nostyle:active
{
    text-decoration: none;
    color: #003399;
}
a.nostyle:visited
{
    text-decoration: none;
    color: #003399;
}
a.nostyle:hover
{
    text-decoration: none;
    color: #003399;
}
