* {
	font-size: 12px;
	line-height: 18px;
	}
	
body {
	font-family: "Trebuchet MS", Trebuchet, FreeSans, Verdana, Helvetica, sans-serif;
	}

#content {
	color: #ffffff;
	font-weight: bold;
	}
	
.greenline {
	padding-left: 50px;
	background-image: url('/layout/text_important.png');
	background-repeat: repeat-y;
	}

.italic {
	font-style: italic;
	}
	
.small {
	font-size: 10px;
	}
	
.underlined {
	text-decoration: underline;
	}
	
.rightfloat {
	float: right;
}

.title {
	font-size: 24px;
	line-height: 36px;
}

.jumpright {
	margin-left: 20px;
}

.green {
	color: #caf82a;
}

a:link, a:visited, a:active {
	color: #caf82a;
	text-decoration: underline;
}

a:hover {
	color: #caf82a;
	text-decoration: none;
}