/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	margin : 0;
	color: white;
	background-color: #2753A3;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0;
	}
	
.twtr-hd,
.twtr-ft
{
display: none;
} 


/* TEXT FORMATTING */
	
.copy
	{ 
	color : #ffffff; 
	font-family : Verdana, sans-serif; 
	font-size : 13px; 
	font-weight : normal;  
	line-height : 18px;
	text-decoration : none;
	}
	
.copybold
	{ 
	color : #ffffff; 
	font-family : Verdana, sans-serif; 
	font-size : 14px; 
	font-weight : bold;  
	line-height : 18px;
	text-decoration : none;
	}
	
.link
	{ 
	color : #FFFFCC; 
	font-family : Verdana, sans-serif; 
	font-size : 13px; 
	font-weight : normal;  
	line-height : 18px;
	}
	
.black
	{ 
	color : #000000; 
	font-family : Verdana, sans-serif; 
	font-size : 13px; 
	font-weight : normal;  
	line-height : 18px;
	}
	
.perildrops
	{ 
	color : #000000; 
	font-family : Verdana, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 18px;
	text-decoration : none;
	}
	
a.perildrops:hover
	{ 
	color : #be2027; 
	font-family : Verdana, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 18px;
	text-decoration : none;
	}
	
.headeryellow30
	{ 
	color : #FFFFCC; 
	font-family : Verdana, sans-serif; 
	font-size : 28px; 
	font-weight : normal;  
	line-height : 30px;
	}
	
.headeryellow16
	{ 
	color : #FFFFCC; 
	font-family : Verdana, sans-serif; 
	font-size : 16px; 
	font-weight : normal;  
	line-height : 18px;
	}
	
.crumbs
	{ 
	color : #FFFFCC; 
	font-family : Verdana, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line=height : 19px;
	text-decoration : none;
	}
	
.footlinks
	{ 
	color : #666666; 
	font-family : Verdana, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	}
	
.footsmall
	{ 
	color : #000000; 
	font-family : Verdana, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	}
	
.tinycopy
	{ 
	color : #ffffff; 
	font-family : Verdana, sans-serif; 
	font-size : 10px; 
	font-weight : normal;  
	line-height : 16px;
	text-decoration : none;
	}
	
.cards
	{ 
	color : #ffffff; 
	font-family : Verdana, sans-serif; 
	font-size : 13px; 
	font-weight : normal;  
	line-height : 25px;
	text-decoration : none;
	}

