* {
	margin: 0px;
	padding: 0px;
}
body {
text-align: -moz-center; 
#text-align:center;
background-image:url(images/bg.jpg);
background-position:left top;
background-repeat:repeat-x;
background-color:#d1d1d1;
font-family: tahoma, arial, helvetica;
font-size:11px;
color:#535353;
}

.orangetitle {
background:#f7a325;
height: 18px;
float:left;
padding-left:5px;
padding-right:25px;
line-height:18px;
background-image:url(images/arrow.gif);
background-position:right;
background-repeat:no-repeat;	
}

.orangelink 				{ color:#f7a325;  }
a:link.orangelink			{ color:#f7a325; font-weight:bold; text-decoration:none;  }
a:visited.orangelink 		{ color:#f7a325; font-weight:bold; text-decoration:none;  }
a:hover.orangelink			{ color:#f7a325; font-weight:bold; text-decoration:underline; }

.orangelinklight 				{ color:#f2ca8c;  }
a:link.orangelinklight			{ color:#f2ca8c; font-weight:bold; text-decoration:none;  }
a:visited.orangelinklight 		{ color:#f2ca8c; font-weight:bold; text-decoration:none;  }
a:hover.orangelinklight			{ color:#f2ca8c; font-weight:bold; text-decoration:underline; }
	
