/* This CSS Document is for the side navigation bar only*/

a.GoText 
{
    margin-left:5px;
    font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	text-decoration:none;   
}
a.GoText: hover 
{
    margin-left:5px;
    font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;    
	text-decoration:none;   
}

a.orangeLike 
{
	color: #eb8104;
	font-family:"Trebuchet MS";
	font-size: 16px;
	line-height: 20px;
	text-decoration:none;
}
a.orangeLike:link 
{
	color: #eb8104;
}
a.orangeLike:visited 
{
	color: #eb8104;
}
a.orangeLike:hover 
{
	color: #eb8104;
	cursor:default;
}

.title1 
{
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight:bold;
	line-height: 25px;
	color: #003399;
}

.orange
{
   	color: #eb8104;
	font-family:"Trebuchet MS";
	font-size: 15px;
	font-weight:bold;
	line-height: 20px;  
	text-decoration:none;
}

.sideList1
{
    margin-top:3px;
    margin-right:0px;
    margin-bottom:2px;
    margin-left:22px
}

td.cb
{
	width:31px;
	height:32px;
	cursor:pointer;
}