/* CSS Document */

a.linkonsite { 
	color: #e86c20; 
	text-decoration: none;  
	background: url(../img/icon_onsite.gif) center left no-repeat; 
	padding-left: 15px; 
}

a.linkonsite:active { 
	color: #e86c20; 
	text-decoration: none;  
	background: url(../img/icon_onsite.gif) center left no-repeat; 
	padding-left: 15px; 
}

a.linkonsite:hover { 
	color: #e86c20; 
	text-decoration: none;  
	background: url(../img/icon_onsite.gif) center left no-repeat; 
	padding-left: 15px; 
}

a.linkoffsite { 
	color: #990000; 
	text-decoration: none;  
	background: url(../img/icon_offsite.gif) center left no-repeat; 
	padding-left: 15px; 
}
a.linkoffsite:hover { 
	color: #e86c20; 
	text-decoration: none;  
	background: url(../img/icon_offsite.gif) center left no-repeat; 
	padding-left: 15px; 
}

a.linkmail { 
	color: #990000; 
	text-decoration: none;  
	background: url(../img/icon_mail.gif) center left no-repeat; 
	padding-left: 15px; 
}
a.linkmail:hover { 
	color: #e86c20; 
	text-decoration: none;  
	background: url(../img/icon_mail.gif) center left no-repeat; 
	padding-left: 15px; 
}
.eMatrimony-e {
	color: #cc0000;
	font-size: x-large;
	font-family: Monotype Corsiva;
}
.eMatrimony-m {
	color: #000000;
	font-size: x-large;
	font-family: Monotype Corsiva;
}
.eMatrimony-t {
	color: #000000;
	font-size: x-large;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
}