@charset "utf-8";
/* CSS Document */

.insidepage {
background-image:url(../images/tile.gif);
background-repeat:repeat-y;
}

body {
font-size: 12px; /* Font Size */
	line-height: 20px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

p {
	font-size: 12px; /* Font Size */
	line-height: 20px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link {
	color: #1f4078;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1f4078;
}
a:hover {
	text-decoration: none;
	color: #f4c617;
}
a:active {
	text-decoration: none;
	color:#1f4078;
}

.bottomnav {
font-size: 11px; /* Font Size */
	color:#315672;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
hr {
color:#315672;
height: 2px;
width: 550px;
}