/* GENERAL */

BODY {
	font-size: 11px;
	color: black;
	font-family: arial, helvetica, verdana;
	background: #FFCC99;
	background-image: url("/images/back.gif");
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

TD {
	font-size: 11px;
	font-family: arial, helvetica, verdana;
	background-image: none;
}

P {
	font-size: 11px;
	font-family: arial, helvetica, verdana;
}

A {
	text-decoration: underline;
	color: #990000;
}

A:hover {
	color:#FF0000;
}

A:visited {
	color:#660000;
}

/* SIDE BAR */

.menu {
	color: white;
	/*background: #CC3300;*/
}

A.menu {
	color: white;
	text-decoration: none;
}

A.menu:hover {
	text-decoration: underline;
	color: yellow;
}

A.menu:visited {
	color: white;
	text-decoration: none;
}

A.menu:visited:hover {
	text-decoration: underline;
	color: yellow;
}

/* PARTICULAR */

.date {
	color:#333333;
}

.b {
	font-weight: bold;
}

.right {
	text-align: right;
}

.copy {
	color: #666666;
}

.browser-s {
	color: white;
	font-weight: bold;
	background: #FFCC99;
	background-image: none;
}

.browser-m {
	color: white;
	font-weight: bold;
	background: #FFCC99;
	background-image: url("/images/w_back.gif");
}

.browser-d {
	color: #CC3300;
}

.browser-l {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.browser-l:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.browser-l:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.q-n {
	background: #FFCC99;
	background-image: url("/images/q_n.gif");
}

.q-s {
	background: #FFCC99;
	background-image: url("/images/q_s.gif");
}

.q-e {
	background: #FFCC99;
	background-image: url("/images/q_e.gif");
}

.q-w {
	background: #FFCC99;
	background-image: url("/images/q_w.gif");
}

.q-m {
	color: white;
	font-weight: bold;
	background: #ff6600;
	background-image: none;
}
