﻿/* CSS Document */
.nav{
  font-family: "Times New Roman";
	font-size: 11.68pt;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #911e46;
}
	.content {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	color: #9D7B51;
}
.copyright {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 10px;
	color: #D3B794;
}
.design {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 10px;
	color: #D3B794;
}
.heading {
	font-family: "Myriad Pro", Tahoma;
	font-size: 14px;
	color: #808080;
}
A:link {
	font-family: "Trebuchet MS", tahoma;
	font-size: 10px;
	
	color: #8D8D8D;
	text-decoration: none;
}
A:visited {
	font-family: "Trebuchet MS", tahoma;
	font-size: 10px;
	
	color: #8D8D8D;
	text-decoration: none;
}
A:hover {
	font-family: "Trebuchet MS", tahoma;
	font-size: 10px;

	color: #B8A384;
	text-decoration: underline;
}
.doclink { 
	font-family: "Trebuchet MS", tahoma;
	font-size: 11px; 
	font-weight: normal;
	color: #8D8D8D;
}
A.doclink:link { 
	font-family: "Trebuchet MS", tahoma;
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #8D8D8D;
}
A.doclink:visited { 
	font-family: "Trebuchet MS", tahoma;
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #8D8D8D;
}
A.doclink:hover {
	font-family: "Trebuchet MS", tahoma;
	font-size: 11px; 
	font-weight: normal; 
	color: #B8A384;
	text-decoration: underline;
}
