body {
	background: url(../images/homepage/bg.jpg) #C6C6C6 repeat-x top left;
	margin: 30px 0;
}

.pad-top {
	padding-top: 15px;
}

ul.bullet {
	font: 12px/150% Arial, Helvetica, sans-serif;
	color:#666666;
}

.bullet li {
	list-style-image:url(../images/homepage/bullet_arrow.gif);
}

/* link declarations  **************************/

a:link {
	color: #360000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #360000;
}
a:hover {
	text-decoration: underline;
	color: #360000;
}
a:active {
	text-decoration: none;
	color: #360000;
}

/*  ***/

/* Text declarations  *******************/

.gray {
	color: #333;
}

.subject {
	font: bold 18px/100% "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #333333;
	text-align: left;
	padding-bottom: 7px;
}

#term {
	font-weight:bold;
	color:#444444;
}

#topline {
	border-top: 1px dotted #CCC;
	padding-top: 10px;
	margin-top: 20px;
}
