p, .title, li, td, body {
	font-family: arial;
	font-size: 10pt;
	color: #000000;
}

p {
	text-align: justify;
}

.title {
	font-size: 11pt;
	font-weight: bold;
}

a:visited, a:link, a:active, a:hover {color: #3366cc;}
a:hover {text-decoration: none;}

body {
	background: #99ccff;
	background-image: url('background.jpg');
	background-repeat: no-repeat;
	background-position: 50% 100;
	background-attachment: fixed;
	scrollbar-3dlight-color:#99ccff; 
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#333399;
	scrollbar-darkshadow-color:#333399;
	scrollbar-face-color:#99ccff;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#333399;
}

input, submit, select, textarea {
	font-family: arial;
	font-size: 9pt;
	color: #ffffff;
	background: #3366cc;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.checkbox {
	background: #99ccff;
	border: 0pt;
}


/* code for the forms scrollbar */

textarea {
	scrollbar-3dlight-color:#99ccff; 
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#333399;
	scrollbar-darkshadow-color:#333399;
	scrollbar-face-color:#99ccff;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#333399;
}