/*
  Author : quasimodo
  Date : 05-04-2001
*/

BODY {
	background-color: #FFFFFF;
	background-image: url(/global/images/background.jpg);
	background-repeat: no-repeat;
}

TD, P, DIV, .normal {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

A {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

A:hover {
	text-decoration: underline;
}

.highlight {
	font-weight: bold;
	color: #CC3366;
}

.small {
	font-size:10px;
}

.dmsmall {
	font-size:12px;
}

.question {
	color: #CC0033;
	font-weight: bold;
}

.title {
	font-weight: bold;
}

.heading, .datamodule {
	font-size:16px;
	font-weight:bold;
	color: #CC0033;
}

.heading {
	padding:16px 0px 0px 13px;
}

.fudge {
	background-color: #C8E4FF;
}


