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

body {
background-image:url(images/bg.gif);
background-repeat:repeat-x;
background-color:#99afbe;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

}
.top-frame {
background-image:url(images/top-frame.gif);
background-repeat:repeat-x;

}
.top-frame-left {
background-image:url(images/top-frame-left.gif);
background-repeat:repeat-x;

}

.top-frame-right {
background-image:url(images/top-frame-right.gif);
background-repeat:repeat-x;

}
.bottom-frame {
background-image:url(images/bottom-frame.gif);
background-repeat:repeat-x;

}
.bgout {
background-image: url(images/menu/mouseout.gif); 
font-size:11px;

} 
.bgover { 
background-image: url(images/menu/mouseon.gif); 
font-size:11px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #333333;
}
