/* CSS Document */
.style2 {
	font-size: 18px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.borders {
border-style:double;
border-width:medium;
border-color:#003399;
}
