﻿body
{
	color :White ;
	margin:0 px ;
}

/*----------------------------------------------------------------------------------------------------------------------*/

/* Right Nav Reg Text and Links*/
a.defaultlink:link
{
 color: #DDDDDD;
 font-family: arial, geneva, helvetica, sans-serif;
 font-size: 13px;
 font-weight: normal;
 text-decoration: none;
}

a.defaultlink:visited
{
 color: #DDDDDD;
 font-family: arial, geneva, helvetica, sans-serif;
 font-size: 13px;
 text-decoration: none;
 font-weight: normal;
}

a.defaultlink:hover
{
 color: #FFFFFF; /* yellow FDF501 */
 font-family: arial, geneva, helvetica, sans-serif;
 font-size: 13px;
 text-decoration: underline;
 font-weight: normal;
}


b { 
color:#fac35d;   /*FFDD00;*/
font-family:Arial,geneva,helvetica,sans-serif;
font-size:14px;
font-weight:bold;
}



#references
{
	width:100%;
	}
	
#references td
{
	width:33% ; 
	border-color:#F0F6EC;
	border-width:3px;
	border-style:solid;
	padding:10px ; 	
	text-align:center;
	vertical-align:middle;
	}
	
.flag
{
 text-align:right;
 padding-right:10px;		
	}