/* CSS Document */
body {
	background:url(../images/front_bg.jpg) repeat-y 50% 0; 
	background-attachment: fixed; margin: 0; padding: 0;
	}

.indexFont {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bolder;
	}
	
.indexFont a{
	color:#FFFFFF;
	text-decoration:none;
	}
.indexFont a:active{
	color:#FFFFFF;
	text-decoration:none;
	}
.indexFont a:hover{
	color:#FF0000;
	text-decoration:underline;
	}
.indexFontSmall {
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#FFFF00;
	}