body {
	font-family: Calibri, Verdana, Tahoma;
	font-size: 12px;
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	/*background: URL("ui/page_bg.gif");
	background-position: bottom;
	background-attachment: fixed; */
}

.title {  font-size: 20px; font-weight: bold; color: #41555F}
.normal {  font: 12px Verdana; }
.medium {  font: 11px Verdana; }
.small {  font: 10px Verdana; }
.xsmall {  font: 9px Verdana; }

A {
	color: #006699;
	text-decoration: none;
}
A:hover {
	color: #3399CC;
	text-decoration: underline;
}
A:visited {
	color: #666699;
}

h1, h2, h3, h4, h5, h6
{
	margin:0.5em 0;
	color:#4b5f69;
}

h1 { font-size:20px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }

table, td, th {
	font-size: 1em;
	font: inherit;
}

table th {
	text-align: left;
}
