/* LAST MODIFIED 04.18.03 BY M. NAVEED USMAN */


a:visited    { text-decoration: underline; color: #0033FF;}
a:link       { text-decoration: underline; color: #0033FF;}
a:hover      { text-decoration: none; color: #FFFFFF; background: #6F75B1;}

body,td, p
	{ 
	font-family: Arial, Helvetica, Verdana, Times;
	font-size: 9pt;
	color: #18254E; 
	} 

input, textarea, select 
  	{
    	font-size: 11px; 
    	color: #666666; 
    	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	}

.header
	{  
    font-family: Arial, Helvetica, Verdana, Times;
	font-size: 14pt;
	font-weight: bold;
	color:#1A1284;
	}

.oops
	{
	color:#FF0000;
	}
	
.small
	{  
    font-family: Arial, Helvetica, Verdana, Times;
	font-size: 8pt;
	color:#353333;
	}
	
li
	{
	list-style-type: square;
	}

img.plain
	{
	border-color: #000000;
	}

img.white
	{
	border-color: #FFFFFF;
	}
	
a#facebook{
display: block;
padding: 0 10px 0 40px;
background: url(/images/facebook.gif) no-repeat top left;
height: 32px;
margin: 15px 0 0 15px;
color: #333c4b;
font-weight: bold;
text-decoration: none;
}

a#twitter{
display: block;
padding: 0 10px 0 40px;
background: url(/images/twitter.gif) no-repeat top left;
height: 32px;
margin: 15px 0 15px 15px;
color: #333c4b;
font-weight: bold;
text-decoration: none;
}

a#bread{
display: block;
padding: 0 10px 0 40px;
background: url(/images/bread.gif) no-repeat top left;
height: 32px;
margin: 15px 0 15px 15px;
color: #333c4b;
font-weight: bold;
text-decoration: none;
}

a#facebook:hover{
background: #C9C7DA url(/images/facebook.gif) no-repeat top left;
color: #fff;
}

a#twitter:hover{
background: #C9C7DA url(/images/twitter.gif) no-repeat top left;
color: #fff;
}
	
a#bread:hover{
background: #C9C7DA url(/images/bread.gif) no-repeat top left;
color: #fff;
}
	