/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #1703DE;
}
.head {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #000033;
}
.navigation {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00aeef;
	display: table-cell;
	padding: 6px;
	width: 100px;
}
.navigation:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1a4695;
	display: table-cell;
	padding: 6px;
	width: 100px;
}
.border {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #1703DE;
}
.list {
	list-style-position: outside;
	list-style-type: disc;
}
.secondlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	font-variant: normal;
	}
.secondlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	font-variant: normal;
}
.thirdlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #1703DE;
	text-decoration: 
	font-variant: normal;
	}
.thirdlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #00aeef;
	text-decoration: underline;
	font-variant: normal;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	padding: 6px;
}
