
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;

}
td {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : normal;	
}

/* Navbar style start */
.navbar { 
	font-weight: bold; 
	text-decoration: underline;
	color: #000000; 
	font-size: 12px;
	background-color:#E45100;
	width:140px;
	/* padding: top,right,bottom,left */
	padding:2px 2px 2px 15px;
	border:1px;
	border-top-color:black;
	border-top-style:solid;
	border-top-width:0px;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	display:block;
	margin:0px;
}
a:hover.navbar {
	text-decoration: none;
	color: #000000;
	background:gray;
}
/* Navbar style end */


.boldtext { 
	font-weight: bold; 
	text-decoration: underline;
	color: #404040; 
	font-size: 14px;
}
.boldtext1 { 
	font-weight: bold; 
	text-decoration: none;
	color: #808080; 
	font-size: 12px;
}
.boldtext2 { 
	font-weight: bold; 
	text-decoration: none;
	color: #E45100; 
	font-size: 14px;
}
.boldtext3 { 
	font-weight: bold; 
	text-decoration: none;
	color: #000000; 
	font-size: 12px;
}
.titles { 
	font-weight: bold; 
	text-decoration: none;
	color: #A21B00; 
	font-size: 16px;
}
.titles2 { 
	font-family : Arial;
	font-weight: bold; 
	text-decoration: none;
	color: #000000; 
	font-size: 12px;
}
.fineprint {  
	color: #000000; 
	font-size: 10px;
}
.fineprint2 {  
	color: #000000; 
	font-size: 11px;
}
pre {
	font-family : Arial;
	text-decoration: none;
	font-size : 10pt;
	color : #808080;
	font-weight : normal;	
}
a {
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #A21B00;
}
a:active {
	text-decoration: none;
}


