/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #092d63;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
a {
	color: #1b3298;
}
.menu {
	color: #1b3298;
	font-size: 14px;
	font-weight: bold;
}
.footer {
	color: #848586;
	font-size: 14px;
	text-align: center;
}
.button {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.msg
{	
	color:#FF0000; font-weight:bold;
}

.ContentHolder
{
	text-align: left;
}

.Header
{
	font-size: 9pt;
	font-weight: bold;		
}

.divScrollBar
{
/*	z-index: 4px;
	width: 793px;
	height: 50px;
	background-color: white;
	overflow: scroll;
*/
	overflow: auto; 
	width: 720px; 
	height: 200px; 
	padding:0px; 
	margin: 0px;
}

.tdbacground
{
	background-color:#FCE321;
}