@charset "utf-8";
/* CSS Document */
p{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	line-height:15px;
	padding:3px;
	background-color: #000;
	list-style-position: inside;
	font-size: 14px;
	text-align: justify;
}
.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.navigation:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#03C;
}

.list {
	list-style-position: inside;
	list-style-type: upper-alpha;
	word-spacing: 0em;
	line-height: 0px;
	vertical-align: baseline;
	text-align: center;
	display: compact;
	letter-spacing: normal;
}
.list2 {
	font-size: 10px;
	text-align: center;
	white-space: normal;
	line-height: 90%;
}


.bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #03C;
	font-size: 20px;
	text-transform: capitalize;
	line-height: normal;
}
.other {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.CopyRight {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
	font-size: 10px;
}
