/* CSS Document */

@import url(global.css);

/* BASICS --------------------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background-color: #D6D1B6;
	background-image: url(/g/oic/bak.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #685E55;


}

/* LINKS ---------------------------------------------------------------------*/
a:link, a:visited {
	color: #581562;
	text-decoration: none;

}
a:hover {
	color: #2D0D31;
	text-decoration: none;


}

a:link.small, visited.small {
	font-size: 10px;
	color: #581562;
	text-decoration: none;
}
a:hover.small {
	font-size: 10px;
	color: #421449;
	text-decoration: none;
}
