/* CSS Document */

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	line-height:19px;
	padding:8px;
	text-align: left;
}

.bold_blue {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bolder;
	color: #8484FF;
}

.bold_red {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bolder;
	color: #FF6300;
}


.slogan {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bolder;
	color: #7B7BFF;
}


.small {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #FF0000;
}

.logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: normal;
	color: #7B7BFF;
	border-left: 0px;
	border-top: 0px;
	background-color: #FEF4DE;
	font-weight: bolder}
}

.navig{
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 120px;
	background-color: #CCCCCC;
}

.navig_current{
	font-size: 16px;
	font-style: normal;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #7B7BFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 120px;
	background-color: #CCCCCC;
}

.navig:hover{
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FF6300;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 120px;
}
