
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	scrollbar-arrow-color:#ff0000;
	scrollbar-base-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#404040;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-3d-light-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: 14px;
	background-color:#EF0010;
	width:120px;
	/* 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: #EF0010; 
	font-size: 14px;
}
.boldtext3 { 
	font-weight: bold; 
	text-decoration: none;
	color: #000000; 
	font-size: 12px;
}
.titles { 
	font-weight: bold; 
	text-decoration: none;
	color: #EF0010; 
	font-size: 16px;
}
.titles2 { 
	font-family : Arial Black;
	font-weight: normal; 
	text-decoration: none;
	color: #000000; 
	font-size: 15px;
}
.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: 12px;
	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: #ff0000;
}
a:active {
	text-decoration: none;
}


