@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/body_bg.gif);
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;	
	font-style: normal;
	color: #333;
}

/* link-9-grey => footer type links */
#link-9-grey a {
	font-size: 9px;
	color: #666666; 
	text-decoration: none;
}

#link-9-grey a:visited {
	font-size: 9px;
	color: #666666; 
	text-decoration: none;
}

#link-9-grey a:hover {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

#link-9-grey a:active {
	font-size: 9px;
	color: #666666; 
	text-decoration: none;
}

/* general font links (12px) */
#link-general a {
	text-decoration: none;
	color: #333;	
}

#link-general a:visited {
	text-decoration: none;
}

#link-general a:hover {
	text-decoration: underline;
}

#link-general a:active {
	text-decoration: underline;
}

.link-red12 a {
	font-size: 12px; 
	color: red; 
	padding-left: 10px; 
	margin-right: 20px; 
	decoration: none;
}

.link-red12 a:visited {
	text-decoration: none;
}

.link-red12 a:hover {
	text-decoration: none;
}

.link-red12 a:active {
	text-decoration: none;
}


/* Font settings */

.font_9_grey_normal {
	font-size: 9px;
	color:  #666666;
}

