#container {
	margin:0 auto;
	width:940px;
	margin-top:25px;
}

body {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	color:rgb(102,102,102);
}

.orange {
	color:#EE862A;
}

.black {
	color:#000;
}

/*////////////////////////////////*/

.frameTopLeft {
	background-image:url(frame/frame-top-left.gif);
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}

.frameTopRight {
	background-image:url(frame/frame-top-right.gif); 
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}

.frameBottomLeft {
	background-image:url(frame/frame-btm-left.gif); 
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}

.frameBottomRight {
	background-image:url(frame/frame-btm-right.gif); 
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}

.frameTop {
	background-image:url(frame/frame-top.gif); 
	background-repeat:repeat-x;
	line-height:0;
}

.frameBottom {
	background-image:url(frame/frame-bottom.gif); 
	background-repeat:repeat-x;
	line-height:0;
}
.frameRight {
	background-image:url(frame/frame-right.gif); 
	background-repeat:repeat-y;
}
.frameLeft {
	background-image:url(frame/frame-left.gif); 
	background-repeat:repeat-y;
}

/*////////////////////////////////*/

a:link {
	color:black;
	text-decoration:none;
}
a:visited {
	color:black;
	text-decoration:none;
}
a:hover {
	color:#black;
	text-decoration:underline;
}
a:active {
	color:#black;
	text-decoration:none;
}

