BODY {
	font-size : 0.9em; 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : normal; 
	color : #585858; 
	background-color : #D8D8D8;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto; 
}

a:link{
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : bold; 
	color : black;
	text-decoration: none;
}

a:visited{
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : bold; 
	color : black;
	text-decoration: none;
}

a:hover{
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : bold; 
	color : black;
	text-decoration: underline;
}

.smalltext a:link{
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : bold; 
	color : black;
	text-decoration: none;
}

.smalltext a:visited{
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : bold; 
	color : black;
	text-decoration: none;
}

.smalltext a:hover{
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal; 
	font-variant : normal; 
	font-weight : bold; 
	color : black;
	text-decoration: underline;
}

.bg_dark {
  background-color : #ff0000;
}

.bg_medium {
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal; 
	font-variant : normal; 
	font-size : 0.9em; 
	font-weight : bold; 
	color : #FFFFFF;
	background-color : #Ff0000;	 
}

.bg_light {
  	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal; 
	font-variant : normal; 
	font-size : 0.9em; 
	font-weight : bold; 
	color : #FFFFFF;
	background-color : #F5A9A9;
}