@charset "utf-8";
/* CSS Document */

.bgimage{
	background-image: url(images/bg_repeat.gif);
	background-repeat: repeat-x;
	background-color: #004275;
}

.text{
	color:#FFFFFF;
	font-size:16px;
}

A:link {
	text-decoration:underline;
	color:#df520d;
}
A:hover{
	text-decoration:none;
	color:#ffffff;
}
	
