/* CSS Document */

p{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#000000;
line-height: 18px;
padding: 3px;
}.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.navigation{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #013F7A;
	display: inline-table;
	padding: 2px;
	width: 45px;
}
.navigationside{
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-style:normal;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
background-color:#013F7A;
display:block;
padding:12px;
width:110px;
}
.navigationside:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#013F7A;
	text-decoration:none;
	background-color:#CCCCCC;
	display:block;
	padding:12px;
	width:110px;
	}
