/* Main font */
font.main {
	text-decoration:none;
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	color:#ffffff;
}

/* Error font */
font.error {
	text-decoration:none;
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	color:#af1c1c;
}

/* Side Bar */
table.side_bar {
	text-decoration:none;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	white-space:nowrap;
	color:#000000;
/*	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#200040;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#200040;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#200040;*/
}

/* Logo */
img.logo {
	border-style: groove;
	border-width: 2px;
	border-color: black;
}


