/* CSS Document */

body{ 
	background-image:url(images/page/bgstripe.jpg);
}


.headerbg2{
	background-image:url(images/page/content-stripes.jpg);
	width: 674;
	height: 243;
}

.login{
	background-image:url(images/page/login_bg.jpg);
	width: 333;
	height: 140;
}

.footertext{
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	width: 674;
	height: 25;
}
.copyright{
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;

}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}