/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	BACKGROUND-COLOR: white;
}

 TH, THEAD, TFOOT
{
    COLOR: #003366;
}
.menu_link {
	font-family: Verdana;
	font-size: 10pt;
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #000066;
}
a:active {
	color: #003399;
}

.copyright {	
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
}
.warning {
	font-family: Verdana;
	font-size: 8pt;
	color: #FF0000;
}
.lables {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
}
.txtBox {
	color: #000080;
	font-family: Verdana; 
	font-size: 10pt; 
	border-style:solid;
	border-width: 1;
	padding: 0;
	background-color: #FFFFFF;
}
.btn{
	color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold;
	border: 2px solid #FFFFFF; 
	padding: 0; 
	background-color: #000080;
}

