.just {
text-align: justify;
}


.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

.medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
text-align: center;
	
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: justify;
	background-color: 003366;
	border: none;

}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: justify;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

a:link {
	color: 006699;
	text-decoration: none;

}
a:visited {
	color: #333333;
	text-decoration: none;

}
a:hover {
	color: #333333;
	text-decoration: underline;


}
a:active {
	color: 006699;
	text-decoration: underline;

}
a.white:link {

	color: #FFFFFF;
}
a.white:visited {

	color: ffffff;
}
a.white:hover {

	color: ffffff;
	text-decoration: underline;
}
a.white:active {

	color: 006699;
	text-decoration: underline;
}
.larger {
	font-size: 14px;
}
.darkblue {
	color: 003366;
}

.darkblue_larger {
	font-size: 14px;
	color: 003366;
}


.smallwhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: ffffff;

}
.quoted {
	font-size: 19px;
text-align: center;
}

