/* CSS Document */

.test {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	color: #0000CC;
}
p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 16px;
padding: 3 px;
}
.navigationtop {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000CC;
	background-position: center;
	text-align: center;
	padding: 4px;
	list-style-type: none;
	display: table-header-group;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333366;
}
.hyperlink{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333366;
	text-decoration: underline;
}
.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000CC;
	display: block;
	padding: 8px;
	width: 140px;
}

.header {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333399;
}
.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099FF;
	display: block;
	padding: 8px;
	width: 140px;
}
.navigationtop:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099FF;
	display: block;
	padding: 4px;

}
.title{
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 22px;
	font-weight: bolder;
	color: #333366;
}
