/* CSS Document */

a {
	font: 14px times;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:link, a.menu:visited {
	font: 14px times;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	}
a.menu:hover {
	font: 14px times;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuactive:link, a.menuactive:visited {
	font: 14px times;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

p {
        font-family: "Times New Roman";
	       line-height: 160%;
        font-size: 14px;
		padding: 10px;
        color: #FFFFFF;
		letter-spacing:1px;
}

.next_link {
        position: relative;
		letter-spacing:1px;
		top:0px;
		left:190px;
		width:100px;
		height:0px;
		font-family: "Times New Roman";
	    line-height: 160%;
        font-size: 14px;
        color: #FFFFFF;
}

.next_link2 {
	position: relative;
	letter-spacing:1px;
	top:0;
	right:-500px;
	width:80;
	height:20;
	font-family: "Times New Roman";
	line-height: 160%;
	font-size: 14px;
	color: #FFFFFF;
	left: 380;
}
