/* CSS Document */


body
{
	background-color:#003366;
	background-repeat: repeat;
	background-position:left 1px;
	background-image: url(../Images/Background.jpg);
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #7DA6C7;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FFCF31;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	font-weight: normal;
.paragraph {
	line-height: 10px;
}

