*
{
	margin	: 0;
	padding	: 0;
}

.header1
{
	BACKGROUND	: #7b0f0f;
	color		: #ffffff;	
	font-weight	: bold; 
}

.info
{
	BACKGROUND	: #000000;
	color		: #ffffff;	
}

.footer 
{
	border-top-style: solid;
	border-top-color : #000000;
	border-top-width: 3px;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

body 
{
	font-family 	: Verdana, sans-serif; 
	font-size		: 10;
}

td
{
	//font-family 	: Courier, sans-serif; 
	font-family 	: Verdana, sans-serif; 
	font-size		: 12;
}

p
{
	//font-family 	: Courier, sans-serif; 
	font-family 	: Verdana, sans-serif; 
	font-size		: 12;
}


.warning 
{
	float: left; 
	position: relative; 
	overflow: hidden;
	
	border: none; 
	margin: 0 10px 10px 0;

}



a.nav:link {color: #ffffff; font-weight	: bold; text-decoration: none; }
a.nav:visited {color: #ffffff; font-weight	: bold; text-decoration: none; }
a.nav:hover {color: #7b0f0f; font-weight	: bold; text-decoration: underline; }
a.nav:active {color: #ffffff; font-weight	: bold; }
