body {
  font-family: "Times New Roman", Times, serif; 
  font-size: 12px;
  color: #336699;
  /*background-color: #F8F294*/
}
.heading1 {  
  font-family: "Times New Roman", Times, serif;
  color: #090163; 
  font-size: 40px
}
.heading2 {  
  font-family: "Times New Roman", Times, serif; 
  font-size: 26px; 
  color: #090163; 
}

.nav {  
  font-size: 21px; 
  font-style: normal; 
  color: #4F5FAF; 
  text-decoration: none;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif
}
.nav a {
	font-size: 21px; 
	color: #4159AB;
	text-decoration: none;
	font-weight: normal;
}
.nav .break 
{
	height:10px;
	display:block;
}

.nav a:hover {
   
  text-decoration: underline;
}

.borders {
	/*border-bottom : 1 solid Black;
	border-left : 1 solid White;
	border-right : 1 solid Black;
	border-top : 1 solid White;
	*/
	border-width: 1px;
	border-style : solid;
	border-color : White  Black Black  White;
}

.borderb {
	border : 1 solid Black;
}

.div {
	background-color : FFFDE3;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	/*color: #4D4D4D;	   */
	padding: 15;
	border : 1px groove #4D4D4D;
	white-space: normal;
	overflow: auto;
	clip : auto;
	position: relative;
}

.button, .button:link {
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #4159AB;
	text-decoration: none;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	
}

.button:hover {
 font-size: 15px; 
 font-style: bold;

}

.tooltip {
 background-color: #e6ecff;/*#92AEFA;*/
 cursor : help;    
}
.topTitle{
	font-family : "Times New Roman", Times, serif;
	font-size : 28px;
	font-style : italic;
	font-weight : bold;
}

.content 
{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:18px;
    text-align:justify;
}
div.page_content 
{
	border: solid 1px #4F5FAF;
	margin-top:10px;
	border-bottom-style:none;
	padding:10 10 5 10;

	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:22px;
	BACKGROUND-COLOR:#fffde3;
}
hr 
{
	color: #4F5FAF; height:1px;
}