/* Body control */
body  {
	margin : 0.5em 0.5em;
	background : #32537C;
	color : #FFFFFF;
	font-family : Verdana, "Times New Roman", Times, sans-serif;
	font-size : 86%;
}

h1, h2 {
	font-family : Tahoma, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

h1 {
	font-size : 2.2em;
	text-align : center;
}

h2 {
	font-size : 1.4em;
}

th {
	letter-spacing : 0.1em;
}

.qlinks	{
	font-size :0.8em;
}

.tbackground {
	font-size : 1.4em;
	background-color : #183868;
	color : #FFFFFF;
}

/* Link control */
A:Link {
	background : transparent;
	color : #C0FFFF;
	text-decoration: none;
} 

A:Visited {
	background : transparent;
	color : #C0FFFF;
	text-decoration: none;
}

A:Active {
	background : transparent;
	color : #FF0000;
	text-decoration: none;
}

A:Hover { 
	background : #ffffff;
	color : #183868;
	text-decoration: none;
}

table.datatable {
	background-color: transparent;
}
table.datatable th, table.datatable td {
	padding: 3px;
}
table.datatable th {
	text-align: left;
	background-color: #383868;
	color:white;
}
table.datatable tr {
	background-color: #32537C;
	color:white;
}
table.datatable tr:hover {
	background-color: #00008b;
	color:white;
}