@charset "utf-8";

/* CSS Document */

body
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
}

.underline { text-decoration:underline; }

img
{
	border: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.background
{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
}

.title-22-bold
{
	font-size:22px;
	font-weight:bold;
}

a {
	color:#000000;
	text-decoration:none
}

a:hover {
	text-decoration:underline;
}

.content-padding { padding-right: 20px; }

.small-text { font-size:12px; }

