body {
	cursor: default; 
}

div.titl, h3 {
	font-family: Trebuchet MS;
	color: #ffffff;
	font-style: italic;
	background-image: url('images/div-titles.jpg');
	background-repeat: no-repeat;
	padding-bottom: 30px;
	font-weight: normal;
	padding-left: 55px;
	padding-top: 20px;
	font-size: 12pt;
	margin-left: 10px;
}

p.titi, p, li {
	color: #cccccc;
	font-family: Trebuchet MS;
	font-size: 12px;
	margin-top: 7px; 
}

b, strong {
	color: #ff5032;
}

em, i {
	color: #455067;
}

u {
	text-decoration: none;
	border-bottom: 1px dotted #ff5032;
}

a:link, a:visited, a:active {
	color: #4c4566;
	text-decoration: none;
	cursor: default;
}

a:hover {
	color: #ffffff;
	cursor: default;
}

option, value, select, input, textarea {
	font-family: Trebuchet MS;
	font-size: 12px;
	margin: 0px;
	padding: 0 0 0 0;
	background-color: #000000;
	background-image: url('images/backgorollins.jpg');
	color: #cccccc;
	border: 1px solid #ff5032;
