body {background-image:url('../images/bg.jpg');}
/*
a:link {color:#000000; text-decoration:none;}      
a:visited {color:#000000;  text-decoration:none;}  
a:hover {color:#bababa; text-decoration:none;} 
a:active {color:#bababa;  text-decoration:none;}  
*/


/*Pseudo classes for fonts and menus*/
body{
	font-family:  "Trebuchet MS", Arial, Verdana;
}

.linkactive{
	color:#bababa;
	text-decoration:none;
}

.txtgeneric{
	font-family:  "Trebuchet MS", Arial, Verdana;
}

.txtxsmall{
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
}

.txtsmall{
	font-size:11px;
}

.txtmedium{
	font-size:12px;
}

.txtnormal{
	font-size:13px;
}

.txtbig{
	font-size:15px;
	font-weight:bold;
}

.txtbold{
	font-weight:bold;
}

