
body {
	scrollbar-face-color: #0077CC;
	scrollbar-track-color: #003399; 
	scrollbar-arrow-color: #00FFFF;
	scrollbar-3dlight-color: #0077CC; 
	scrollbar-highlight-color: #00CCFF; 	
	scrollbar-shadow-color: #0055AA;
	scrollbar-darkshadow-color:#000040; 

	font-family: arial;
	font-size: 80%;
	color: yellow;
	margin: 10px;
	background-color: #000055;
	background-image: url('images/back_page.gif');
}

A:link {text-decoration: none; color: #00FFFF}
A:visited {text-decoration: none; color: #00FFFF}
A:active {text-decoration: none; color: #FFFFFF}
A:hover {text-decoration: underline; color: #FFFFFF}
    

p.small {
	color: yellow;
	font-family: arial;
	font-size: 80%;
	font-style: italic;
	text-align: center;
}

p {
	color: yellow;
	font-family: arial;
	font-size: 100%;
}

h1 {
	font-size: 200%;
	font-family: arial;
	color: yellow;
	text-align: center;
}

li {
	color: yellow;
	font-family: arial;
	font-size: 100%;
}

th {
	font-size:80%;
}

td {
	font-size:80%;
}

td.item1 {
	text-align: right;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
	background-color: #000099;
	color: #FFFFFF;
}

td.item2 {
	text-align: left;
	font-family: arial;
	font-size: 80%;
	background-color: #0033CC;
	color: #000000;
}

td.itemc {
	text-align: center;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
	background-color: #005599;
	color: #FFFFFF;
}


td.case1 {
	background-color: #DC4444;
	background-image: url('images/back1.gif');
	width: 31px;
	height: 32px;
}

td.case2 {
	background-color: #6EC3E6;
	background-image: url('images/back2.gif');
	width: 31px;
	height: 32px;
}

tr.info {
	background-color: #000099;
}

hr {
	color: yellow;
	background-color: yellow;
	height: 2px;
	border: 0px;
}

.title {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
