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

}
td {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : normal;	
}
.boldtext { 
	font-weight: bold; 
	text-decoration: underline;
	color: #000080; 
	font-size: 14px;
}
.boldtext1 { 
	font-weight: bold; 
	text-decoration: none;
	color: #000080; 
	font-size: 12px;
}
.boldtext2 { 
	font-weight: bold; 
	text-decoration: none;
	color: #000080; 
	font-size: 14px;
}
.boldtext3 { 
	font-weight: bold; 
	text-decoration: none;
	color: #000000; 
	font-size: 12px;
}
.boldtext4 { 
	font-weight: bold; 
	text-decoration: underline;
	color: #800000; 
	font-size: 14px;
}
.boldtext5 { 
	font-weight: bold; 
	text-decoration: none;
	color: #800000; 
	font-size: 14px;
}
.titles { 
	font-weight: bold; 
	text-decoration: none;
	color: #000000; 
	font-size: 16px;
}
.titles2 { 
	font-family : Arial;
	font-weight: bold; 
	text-decoration: none;
	color: #000000; 
	font-size: 12px;
}
.titles3 { 
	font-family : Arial;
	font-weight: bold; 
	text-decoration: underline;
	color: #000000; 
	font-size: 18px;
}
.fineprint {  
	color: #000000; 
	font-size: 10px;
}
.fineprint2 {  
	color: #c00000; 
	font-weight: bold;
	font-size: 10px;
}
.fineprint3 {  
	color: #800000; 
	font-size: 11px;
}
pre {
	font-family : Arial;
	text-decoration: none;
	font-size : 10pt;
	color : #808080;
	font-weight : normal;	
}
a {
	font-size: 11px;
	color: #ffffff;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: none;
}
.tiny {  
	color: #ffffff; 
	font-size: 1px;
}



/* Navbar style start */
.navbar { 
	font-weight: bold; 
	text-decoration: none;
	color: black; 
	font-size: 12px;
	background-color: gray;
	/* padding: top,right,bottom,left */
	padding: 2px 2px 2px 2px;
	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: #ffffff;
	background: #404040;
}
/* Navbar style end */

