body {
	background-color: #1D1530;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ABDA58;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover {
	color: #67B3D3;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.rightdotted {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #67B3D3;
}
.bottomsolid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABDA58;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #67B3D3;
	letter-spacing: 1px;
	font-weight: bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.scroller {
	width: 100%;
	height: 285px;
	padding: 5px;
	overflow: auto;
	scrollbar-track-color: #1D1530;
	scrollbar-face-color: #67B3D3;
	scrollbar-shadow-color: #1D1530;
	scrollbar-darkshadow-color: #1D1530;
	scrollbar-highlight-color: #1D1530;
	scrollbar-3dlight-color: #1D1530;
	scrollbar-arrow-color: #1D1530;
}
.greenborder {
	border-width: 1px;
	border-style: solid;
	border-color: #ABDA58;
}
.blueborder {
	border-width: 1px;
	border-style: solid;
	border-color: #67B3D3;
}